What is the discrimination of this function !! Please help

What Is The Discrimination Of This Function !! Please Help

Answers

Answer 1

Answer:

Option C is correct.

The discriminant of the function is negative since the function doesn't have real roots as evident from the graph.

Step-by-step explanation:

The discriminant of a quadratic equation is the part of the quadratic formula underneath the square root symbol, that is, (b² - 4ac).

The discriminant tells us whether there are two solutions, one solution, or no solutions.

- When the discriminant is positive or greater than zero, that is, (b² - 4ac) > 0, the quadratic function has 2 real distinct roots.

- When the discriminant is equal to zero, that is, (b² - 4ac) = 0, the quadratic function has 1 repeated root.

- When the discriminant is negative or lesser than zero, that is, (b² - 4ac) < 0, the quadratic function has no real roots.

For this question, the graph of the quadratic function shows that it doesn't have real roots (this is evident because the graph doesn't cross the x-axis), hence, the duscriminant of this quadratic function has to bee negative.

Hope this Helps!!!


Related Questions

Will give brainliest, someone please help

Answers

━━━━━━━☆☆━━━━━━━

▹ Answer

Area = 9

▹ Step-by-Step Explanation

A = b * h ÷ 2

A = 9 * 2 ÷ 2

A = 9

Hope this helps!

- CloutAnswers ❁

Brainliest is greatly appreciated!

━━━━━━━☆☆━━━━━━━

The answer is: 9x


Area of triangle

1/2 x base x height

1/2 x 9 x 2x

18x/2

= 9x

WILL MARK BRAINIEST IF CORRECT!!!! Select the correct answer. This table represents a function. Is this statement true or false?

Answers

Answer:

true

Step-by-step explanation:

doesn't over lap each other

A car is traveling on Michigan Street towards Ward Street. The car planes to turn right into Ward Street. what is the angle measure of the turn.


Pls help ASAP

Answers

Answer : the angle is 105 degree
Explanation:
Since 75+x = 180 (a straight line)

Then x = 180-75=105

How do you find the surface area of a triangle? A square?

Answers

Answer:

The area formula of a triangle is (base * height) / 2 and the area of a square is s² where s is the length of one side.

The area of this parallelogram is 120 ft2 find the value of h

Answers

Answer: 6

Step-by-step explanation:

A=bh plus 120 for A and 20 for B

120=20b

/20 divide by 20 each side

H=6

Will give brainliest answer

Answers

Answer:

Radius = 6.5cm

Diameter = 13cm

Step-by-step explanation:

The diameter is given (13)

Radius is half the diameter (13/2=6.5)

Answer:

Radius = 13 / 2 = 6.5 cmDiameter = 13 cm

Explanation

Radius

The straight line is drawn from the centre of a circle to a point on its circumference is called radius of the circle. The radius of a circle is half of its diameter.

Diameter

The chord that passes through the centre of a circle is called diameter of circle. Diameter is also called the largest chord of any circle. The length of diameter of a circle is two times it's radius.

Hope this helps...

Good luck on your assignment...

Quadrilateral DEFG is rotated 180° about the origin to create quadrilateral D'E'F'G'. In which quadrant does G' lie? A. I B. II C. III D. IV

Answers

Answer:

  B. II

Step-by-step explanation:

G is in quadrant IV. The quadrant that is across the origin from that is quadrant II.

  G' will lie in quadrant II

Answer:

B. 11

Step-by-step explanation:

The left and right page numbers of an open book are two consecutive integers whose sum is 389.  Find these page numbers

Answers

Step-by-step explanation:

Maybe the page numbers can be 143 and 246

143 + 246 = 389

Answer:

194 and 195

Step-by-step explanation:

x = 1st page

x + 1 = 2nd page

x + x + 1 = 389

2x + 1 = 389

2x = 388

x = 194

x + 1 = 195

Someone pls help me

Answers

The slope greater than one would be the last image, because for every step in x, you get more than one y step.

The slope between 1 and 0 would be the second image

And the slope less than 0 would be the third image

Which equation should be used to find the volume of the figure?

V=1/3(10)(6)(12)
V=1/2(10)(6)(12)
V=1/3(10)(6)(13)
V=1/2(10)(6)(13)

Answers

Answer:

The answer is option 1.

Step-by-step explanation:

Given that the volume of pyramid formula is:

[tex]v = \frac{1}{3} \times base \: area \times height[/tex]

The base area for this pyramid:

[tex]base \: area = area \: of \: rectangle[/tex]

[tex]base \: area = 10 \times 6[/tex]

Then you have to substitute the following values into the formula:

[tex]let \: base \: area = 10 \times 6 \\ let \: height = 12[/tex]

[tex]v = \frac{1}{3} \times 10 \times 6 \times 12[/tex]

Answer:

A. V = 1/3 (10)(6)(12)

Step-by-step explanation:

Just took the test and got it right

g red bell pepper seeds germinates 85% of the time. planted 25 seeds. What is the probability that 20 or more germinate

Answers

Answer:

[tex] P(X\geq 20)= P(X=20)+P(X=21)+P(X=22)+P(X=23)+P(X=24)+P(X=25)[/tex]

And replacing using the mass function we got:

[tex]P(X=20)=(25C20)(0.85)^{20} (1-0.85)^{25-20}=0.156[/tex]  

[tex]P(X=21)=(25C21)(0.85)^{21} (1-0.85)^{25-21}=0.211[/tex]  

[tex]P(X=22)=(25C22)(0.85)^{22} (1-0.85)^{25-22}=0.217[/tex]  

[tex]P(X=23)=(25C23)(0.85)^{23} (1-0.85)^{25-23}=0.161[/tex]  

[tex]P(X=24)=(25C24)(0.85)^{24} (1-0.85)^{25-24}=0.0759[/tex]  

[tex]P(X=25)=(25C25)(0.85)^{25} (1-0.85)^{25-25}=0.0172[/tex]  

And adding the values we got:

[tex] P(X\geq 20) = 0.8381[/tex]

Step-by-step explanation:

Let X the random variable of interest, on this case we now that:  

[tex]X \sim Binom(n=25, p=0.85)[/tex]  

The probability mass function for the Binomial distribution is given as:  

[tex]P(X)=(nCx)(p)^x (1-p)^{n-x}[/tex]  

Where (nCx) means combinatory and it's given by this formula:  

[tex]nCx=\frac{n!}{(n-x)! x!}[/tex]  

We want to find the following probability:

[tex] P(X\geq 20)= P(X=20)+P(X=21)+P(X=22)+P(X=23)+P(X=24)+P(X=25)[/tex]

And replacing using the mass function we got:

[tex]P(X=20)=(25C20)(0.85)^{20} (1-0.85)^{25-20}=0.156[/tex]  

[tex]P(X=21)=(25C21)(0.85)^{21} (1-0.85)^{25-21}=0.211[/tex]  

[tex]P(X=22)=(25C22)(0.85)^{22} (1-0.85)^{25-22}=0.217[/tex]  

[tex]P(X=23)=(25C23)(0.85)^{23} (1-0.85)^{25-23}=0.161[/tex]  

[tex]P(X=24)=(25C24)(0.85)^{24} (1-0.85)^{25-24}=0.0759[/tex]  

[tex]P(X=25)=(25C25)(0.85)^{25} (1-0.85)^{25-25}=0.0172[/tex]  

And adding the values we got:

[tex] P(X\geq 20) = 0.8381[/tex]

Which equation represents the line passing through points A and C on the graph below? On a coordinate plane, point A is at (2, 3), point B is at (negative 2, 1), point C is at (negative 4, negative 3), and point D is at (4, negative 5). y= negative x minus 1 y = negative x + 1 y = x minus 1 y = x + 1

Answers

The equation that represents the line that passes through the points A and C is y = x + 1

What is a linear equation?

A linear equation is an equation that has a constant rate or slope, and is represented by a straight line

The points are given as:

(x,y) = (2,3) and (-4,-3)

Calculate the slope, m using:

[tex]m = \frac{y_2 - y_1}{x_2 - x_1}[/tex]

So, we have:

[tex]m = \frac{-3 -3}{-4 - 2}[/tex]

Evaluate

m = 1

The equation is then calculated as:

y = m *(x - x1) + y1

So, we have:

y = 1 * (x - 2) + 3

Evaluate

y = x - 2 + 3

This gives

y = x + 1

Hence, the equation that represents the line that passes through the points A and C is y = x + 1

Read more about linear equations at:

https://brainly.com/question/14323743

#SPJ2

Answer:

y = x + 1

Step-by-step explanation:

Edge2020

What is the distance between (−11, −20) and (−11, 5)?

−25 units

−15 units

15 units

25 units

Answers

-15 units
Because -11 and -20 has a difference if -9 and -11 and 5 has a difference of 6 but it’s asking for difference so it’s -6 and when those are combined it’s -15.

Answer:

IT'S NOT -15 FOR SUREEE

Step-by-step explanation:

I Believe it's 15

Maurice shot 2 under par, or -2, on each of the first 4 holes of golf. What is his score with respect to par after the fourth hole?

Answers

Answer: -8

Step-by-step explanation: If he scored -2 four times then his score would be -8 (-2×4).

What is the equation of the line that is parallel to the given line and passes through the point (12, -2)? A) y = -6/5x + 10 B) y= -6/5x + 12 C) y = -5/6x -10 D) y = 5/6x - 12

Answers

Answer:

D

Step-by-step explanation:

Parallel lines are those that have the same slope, or coefficient of x.

Here, let's calculate the slope of the given line. Slope is the difference in the y-coordinates divided by the difference in the x-coordinates, so given the two coordinates (12, 6) and (0, -4):

slope = m = (-4 - 6) / (0 - 12) = -10 / (-12) = 10/12 = 5/6

So the slope is 5/6. That means the equation we want should also have a slope of 5/6. Already, we can eliminate A, B, and C, leaving D as our answer. But, let's check.

The equation of a line can be written as [tex]y-y_1=m(x-x_1)[/tex], where m is the slope and [tex](x_1,y_1)[/tex] is the coordinates of a given point.

Here, our slope is 5/6 and our given point is (12, -2). So plug these in:

[tex]y-y_1=m(x-x_1)[/tex]

[tex]y-(-2)=(5/6)(x-12)[/tex]

[tex]y+2=\frac{5}{6} x-10[/tex]

[tex]y=\frac{5}{6} x-12[/tex]

This matches D, so we know that it's the correct answer.

~ an aesthetics lover

The answer is D I just took the test

Suppose that vehicles taking a particular freeway exit can turn right (R), turn left (L), or go straight (S). Consider observing the direction for each of three successive vehicles.
A) List all outcomes in the event A that all three vehicles go in the same direction.
B) List all outcomes in the event B that all three vehicles take different directions.C) List all outcomes in the event C that exactly two of the three vehicles turn right.D) List all outcomes in the event D that exactly two vehicles go in the same direction.E) List outcomes in D'.F) List outcomes in C ∪ D.G) List outcomes in C ∩ D.

Answers

Answer:

A) A = {RRR, LLL, SSS}

B) B = {LRS. LSR, RLS, RSL, SLR, SRL}

C) C = {RRL, RRS, RSR, RLR, LRR, SRR}

D) D = {RRL, RRS, RSR, RLR, LRR, SRR. LLR, LLS, LSL, LRL, RLL, SLL, SSL, SSR, SLS, SRS, LSS, RSS}

E) D' ={RRR, LLL, SSS, LRS. LSR, RLS, RSL, SLR, SRL}

F) C ∪ D = {RRL, RRS, RSR, RLR, LRR, SRR. LLR, LLS, LSL, LRL, RLL, SLL, SSL, SSR, SLS, SRS, LSS, RSS}

G) C ∩ D = {RRL, RRS, RSR, RLR, LRR, SRR}

Step-by-step explanation:

A) All vehicles must go right, left or straight ahead (three possibilities):

A = {RRR, LLL, SSS}

B) One vehicle must go right, one must go left, and the remaining one must go straight ahead (six possibilities):

B = {LRS. LSR, RLS, RSL, SLR, SRL}

C) There are three ways that exactly two vehicles go right (1 and 3, 2 and 3, 1 and 2), there are then two options for the remaining vehicle (left and straight) for a total of six possibilities:

C = {RRL, RRS, RSR, RLR, LRR, SRR}

D) Follow the same reasoning from the previous item, but multiply the number of possibilities by 3 (for each direction in which both cars can go: right, left or straight):

D = {RRL, RRS, RSR, RLR, LRR, SRR. LLR, LLS, LSL, LRL, RLL, SLL, SSL, SSR, SLS, SRS, LSS, RSS}

E) D' is the set containing all possibilities not present in set D. D' is comprised by the possibilities of all vehicles going in the same direction, or each vehicle in a different direction:

D' ={RRR, LLL, SSS, LRS. LSR, RLS, RSL, SLR, SRL}

F) The outcomes in C ∪ D is the union of elements from set C and D (neglecting repeated values), which happens to be all values in set D.

C ∪ D = {RRL, RRS, RSR, RLR, LRR, SRR. LLR, LLS, LSL, LRL, RLL, SLL, SSL, SSR, SLS, SRS, LSS, RSS}

G) The outcomes in C ∩ D is the list of values present in both sets C and D, which happens to be all values in set C:

C ∩ D = {RRL, RRS, RSR, RLR, LRR, SRR}

Suppose that you collect data for 15 samples of 30 units each, and find that on average, 2.5 percent of the products are defective. What are the UCL and LCL for this process? (Leave no cells blank - be certain to enter "0" wherever required. Do not round intermediate calculations. Round up negative LCL values to zero. Round your answers to 3 decimal places.)

Answers

Answer:

The  UCL  is  [tex]UCL = 0.054[/tex]

The LCL  is  [tex]LCL \approx 0[/tex]

Step-by-step explanation:

From the question we are told that  

     The quantity of each sample is  n =  30

     The  average of defective products is  [tex]p = 0.025[/tex]

Now  the upper control limit [UCL] is  mathematically represented as

       

      [tex]UCL = p + 3 \sqrt{\frac{p(1-p)}{n} }[/tex]

substituting values  

      [tex]UCL = 0.025 + 3 \sqrt{\frac{0.025 (1-0.025)}{30} }[/tex]

      [tex]UCL = 0.054[/tex]

The  upper control limit (LCL) is mathematically represented as

       [tex]LCL = p - 3 \sqrt{\frac{p(1-p)}{n} }[/tex]

substituting values  

      [tex]LCL = 0.025 - 3 \sqrt{\frac{0.025 (1-0.025)}{30} }[/tex]

       [tex]LCL = -0.004[/tex]

        [tex]LCL \approx 0[/tex]

       

Kimberly is a program director for the channel KID. She tracked the cartoons shown on the channel for a week. The probability that the show had animals in it was 0.7. The probability that the show aired more than 10 times was 0.4. The probability that the show had animals in it and aired more than 10 times was 0.2. Which equation shows the correct use of the addition rule to determine the probability that a randomly selected show had animals in it or aired more than 10 times?

Answers

Options

0.7+0.2−0.4=0.5 0.7+0.2=0.9 0.7+0.4=1.1 0.4+0.2=0.6 0.7+0.4−0.2=0.9

Answer:

[tex](E)0.7+0.4-0.2=0.9[/tex]

Step-by-step explanation:

In probability theory

[tex]P$(A or B)=P(A)+P(B)$-$P(A and B)[/tex]

Let the event that the show had animals in it = A

P(A)=0.7

Let the event that the show aired more than 10 times =B

P(B)=0.4

P(A and B)= 0.2

[tex]P$(A or B)$=0.7+0.4-0.2=0.9[/tex]

Therefore, the equation which  shows the correct use of the addition rule to determine the probability that a randomly selected show had animals in it or aired more than 10 times is:

[tex]0.7+0.4-0.2=0.9[/tex]

The correct option is E.

Suppose that the function g is defined, for all real numbers, as follows.

Answers

g(-4) = Undefined
g(-1) = -1
g(3) = Undefined

What is the value of x?
45
m
(2x-5)

Answers

Answer:

if m is supposed to be the equals (=) sign then x = 25

Step-by-step explanation:

45 = (2x-5)

+5         +5

50 = (2x)

÷2     ÷2

25 = x

Answer: 70

Step-by-step explanation:

There is a set of 100 obserations with a mean of 46 and a standard deviation of 0. What is the value of smallest obserstion in a set?

Answers

Answer:

Solution = 46

Step-by-step explanation:

I believe you meant standard deviation. Standard deviation is defined as the variation of the data set, or the differences between the values in this set. In order for the standard deviation to be 0, all values should be the same.

Now if the mean is 46, the smallest possible number of each value in the data set should be 46 as well.  This is considering the mean is the average of the values, and hence any number of values in the data set being 46 will always have a mean of 46. Let me give you a demonstration -

[tex]Ex. [ 46, 46, 46 ], and, [46, 46, 46, 46, 46]\\Average = 46 + 46 + 46 / 3 = 46,\\Average = 46 + 46 + 46 + 46 + 46 / 5 = 46[/tex]

As you can see, the average is 46 in each case. This proves that a data set consisting of n number of values in it, each value being 46, or any constant value for that matter, always has a mean similar to the value inside the set, in this case 46. And, that the value of the smallest standard deviation is 46.

A school is 16km due west of a school q.
What is the bearing of q from p?


Answers

Answer:

16 km due west

Step-by-step explanation:

The bearing of the school p from school q is 16 km due west.

To find the bearing of school q from school p, we have to find the direction that the school q is with respect to school p.

Since p is directly west of q, then it implies that q must be directly east of p.

We now know the direction.

Since the distance from q to p is exactly the same as the distance from p to q, then, the distance from p to q is 16 km.

Hence, the bearing of q from p is 16 km due west.





What is the value of the 7 in the number 0.873?
Write your answer as a fraction.

Answers

Answer: 7/100

Step-by-step explanation:

In this question, ignore the 8 and the 3 and focus on the 7.  Isolate it and you will get 0.07.  0.07 in fraction from is 7/100.

The place value of 7 in the decimal number 0.873 is in the hundredth place thus it will be 7/100 or 0.07.

What is a number system?

The number system is a way to represent or express numbers.

A decimal number is a very common number that we use frequently.

Since the decimal number system employs ten digits from 0 to 9, it has a base of 10.

Given the decimal,

0.873

8 → Tenth place (Fraction value 8/10)

7 → Hundredth place(Fraction value 7/100)

3 → Thousandth place (Fraction value 3/1000)

Since 7 is at hundredth place thus it will be 7/100.

Hence "The place value of 7 in the decimal number 0.873 is in the hundredth place thus it will be 7/100 or 0.07".

For more about the number system,

https://brainly.com/question/22046046

#SPJ2

PLS HELP (pic included)

Answers

hope it helps uh.......

Compute the critical value z Subscript alpha divided by 2 that corresponds to a 86​% level of confidence.

Answers

Answer:

z = 1.476

Step-by-step explanation:

We have that to find our [tex]\alpha[/tex] level, that is the subtraction of 1 by the confidence interval divided by 2. So:

[tex]\alpha = \frac{1-0.86}{2} = 0.07[/tex]

Now, we have to find z in the Ztable as such z has a pvalue of [tex]1-\alpha[/tex].

So it is z with a pvalue of [tex]1-0.07 = 0.93[/tex], so [tex]z = 1.476[/tex]

The answer is z = 1.476

In a competition, two people will be selected from four finalists to receive the first and second prizes. The prize winners will be selected by drawing names from a hat. The names of the four finalists are Jim, George, Helen, and Maggie. The possible outcomes can be represented as follows: JG JH JM GJ GH GM HJ HG HM MJ MG MH Here, for example, JG represents the outcome that Jim receives the first prize and George receives the second prize. The event A is defined as follows: A = event that Helen gets first prize List the outcomes that comprise the event ~A (not A).

Answers

Answer:

1. JG (Jim gets first prize, George gets second prize)

2. JH (Jim gets first prize, Helen gets second prize)

3. JM (Jim gets first prize, Maggie gets second prize)

4. GH (George gets first prize, Helen gets second prize)

5. GJ (George gets first prize, Jim gets second prize)

6. GM (George gets first prize, Maggie gets second prize)

7. MJ (Maggie gets first prize, Jim gets second prize)

8. MG (Maggie gets first prize, George gets second prize)

9. MH (Maggie gets first prize, Helen gets second prize)

Step-by-step explanation:

The question asks for the list of outcomes in the event "Not A". We are looking for the reverse or negative of Event A.

The above given list is the list of outcomes in the event where Helen DOES NOT get first prize.

g Steel used for water pipelines is often coated on the inside with cement mortar to prevent corrosion. In a study of the mortar coatings of the pipeline used in a water transmission project in California, researchers noted that the mortar thickness was specified to be 7/16 inch. A very large sample of thickness measurements produced a mean equal to 0.635 inch and astandard deviation equal to 0.082 inch. If the thickness measurements were normally distributed, approximately what proportion were less than 7/16 inch?

Answers

Answer:

[tex]P(X<0.4375)=P(\frac{X-\mu}{\sigma}<\frac{0.4375-\mu}{\sigma})=P(Z<\frac{0.4375-0.635}{0.082})=P(z<-2.41)[/tex]

And we can find this probability using the z table and we got:

[tex]P(z<-2.41)=0.0080[/tex]

Step-by-step explanation:

Let X the random variable that represent the thickness of a population, and for this case we know the distribution for X is given by:

[tex]X \sim N(0.635,0.082)[/tex]  

Where [tex]\mu=0.635[/tex] and [tex]\sigma=0.032[/tex]

We are interested on this probability

[tex]P(X<0.4375)[/tex]

And the best way to solve this problem is using the normal standard distribution and the z score given by:

[tex]z=\frac{x-\mu}{\sigma}[/tex]

If we apply this formula to our probability we got this:

[tex]P(X<0.4375)=P(\frac{X-\mu}{\sigma}<\frac{0.4375-\mu}{\sigma})=P(Z<\frac{0.4375-0.635}{0.082})=P(z<-2.41)[/tex]

And we can find this probability using the z table and we got:

[tex]P(z<-2.41)=0.0080[/tex]

The surface area of an open-top box with length L, width W, and height H can be found using the
formula:
A = 2LH + 2WH + LW
Find the surface area of an open-top box with length 9 cm, width 6 cm, and height 4 cm.

Answers

Answer:

174 square cm

Step-by-step explanation:

2(9×4) + 2(6×4)+ 9×6

2(36) + 2(24) + 54

72 + 48 + 54

120 + 54

174

evaluate -x+4 when x = -2

Answers

Answer:

6

Step-by-step explanation:

f(x)=-x+4

f(-2)=-(-2)+4

f(-2)=+2+4

f(-2)=6

Answer:

6

Step-by-step explanation:

-(-2)+4=___

+(+2)+4=6

Stuck Right now, Help would be appreciated :)

Answers

Answer:

C. c = (xv - x) / (v - 1).

Step-by-step explanation:

v = (x + c) / (x - c)

(x - c) * v = x + c

vx - vc = x + c

-vc - c = x - vx

vc + c = -x + vx

c(v + 1) = -x + vx

c = (-x + vx) / (v + 1)

c = (-x + xv) / (v + 1)

c = (xv - x) / (v + 1)

So, the answer should be C. c = (xv - x) / (v + 1).

Hope this helps!

Other Questions
Both the P-value method and the critical value method use the same standard deviation based on the claimed proportion p, so they are equivalent to each other. Is this also true about the confidence interval method? What is the line of best fit? Why do we want the sum of the residuals to be as close to zero as possible? Meg found one treasure at 3 4 foot. Which of these location are higher than 3 4 foot? Check all that apply. Negative StartFraction 7 Over 8 EndFraction foot Negative one-fourth foot 1 foot 2 feet Negative StartFraction 5 Over 8 EndFraction foot. If You Help ME and GET it CORRECT u will give u brainiest The linear charge density on the inner conductor is and the linear charge density on the outer conductor is Ashley is an attorney who specializes in family law. She uses the cash method of accounting and is a calendar-year taxpayer. Last year, she represented a client in a lawsuit and billed the client $5,000 for her services. Although she made repeated attempts, Ashley was unable to collect the outstanding receivable. Finally, in November of the current year, she finds out that the individual has moved without leaving any forwarding address. Ashleys attempts to locate the individual are futile. What is the amount, if any, of the deduction that she may claim in connection with this bad debt? factor the expression 2x^2-5x-3 PLEASE HELP, Thank YOU Which of the speaker's words provide clues to thetone? Check the three that best apply? Assume that the number of people affected by these external costs is large. If the government wishes to establish an optimal allocation of resources in this market, it should Translate into an algebraic expression:40 increased by x% The Physical Inventory Worksheet is used when: Multiple Choice inventory items are physically placed in the warehouse All of the choices are correct the computer system goes down taking a physical count of inventory on hand If expansionary taxation policies encourage growth, are they always appropriate to implement? No, government services could encourage growth but other practices could be more effective based on the economic situation. Yes, the private sector can easily and affordably replace all services and facilities cut by the government. No, the government is capable of providing many but not all services individuals and businesses need. Yes, the government will still ensure that individuals and businesses continue to receive all necessary services. Find the area of the circle to the nearest hundredth with r=4cm. d=18in. What's the difference? Lapid.(ii) Find the remainder when f(x) isdivided by (x - 1)(x + 2).14) The remainder when the expressionax' + bx + 2x + c is divided by x-1is twice of that when it is divided byx + 1. Show that c = 3a - b + 6. Identify the vertex of the function. PLEASE HELP!!! if a firm's total revenue is equal to $800 and its total costs are equal to $472, what are its profits? Find the velocity. Please help. Thank you! ****PLEASE HELP BRAINLIEST IF ANSWERED****What is the sum of the measures of the interior angles of a 9-gon? *1800 degrees360 degrees1260 degrees720 degrees FIRST GET AN BRAINLLEST !!!!! Solve the inequality below, then determine which number line shows the solution graphed correctly. 7x+9>5