answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
NARA [144]
2 years ago
15

The center of a circle is at the origin on a coordinate grid. The vertex of a parabola that opens upward is at (0, 9). If the ci

rcle intersects the parabola at the parabola’s vertex, which statement must be true?
The maximum number of solutions is one.
The maximum number of solutions is three.
The circle has a radius equal to 3.
The circle has a radius less than 9.

Mathematics
2 answers:
zhannawk [14.2K]2 years ago
7 0

Answer:

"The maximum number of solutions is one."

Step-by-step explanation:

Hopefully the drawing helps visualize the problem.

The circle has a radius of 9 because the vertex is 9 units above the center of the circle.

The circle the parabola intersect only once and cannot intercept more than once.  

The solution is "The maximum number of solutions is one."

Let's see if we can find an algebraic way:

The equation for the circle given as we know from the problem without further analysis is so far x^2+y^2=r^2.

The equation for the parabola without further analysis is y=ax^2+9.

We are going to plug ax^2+9 into x^2+y^2=r^2 for y.

x^2+y^2=r^2

x^2+(ax^2+9)^2=r^2

To expand (ax^2+9)^2, I'm going to use the following formula:

(u+v)^2=u^2+2uv+v^2.

(ax^2+9)^2=a^2x^4+18ax^2+81.

x^2+y^2=r^2

x^2+(ax^2+9)^2=r^2

x^2+a^2x^4+18ax^2+81=r^2

So this is a quadratic in terms of x^2

Let's put everything to one side.

Subtract r^2 on both sides.

x^2+a^2x^4+18ax^2+81-r^2=0

Reorder in standard form in terms of x:

a^2x^4+(18a+1)x^2+(81-r^2)=0

The discriminant of the left hand side will tell us how many solutions we will have to the equation in terms of x^2.

The discriminant is B^2-4AC.

If you compare our equation to Au^2+Bu+C, you should determine A=a^2

B=(18a+1)

C=(81-r^2)

The discriminant is

B^2-4AC

(18a+1)^2-4(a^2)(81-r^2)

Multiply the (18a+1)^2 out using the formula I mentioned earlier which was:

(u+v)^2=u^2+2uv+v^2

(324a^2+36a+1)-4a^2(81-r^2)

Distribute the 4a^2 to the terms in the ( ) next to it:

324a^2+36a+1-324a^2+4a^2r^2

36a+1+4a^2r^2

We know that a>0 because the parabola is open up.

We know that r>0 because in order it to be a circle a radius has to exist.

So our discriminat is positive which means we have two solutions for x^2.

But how many do we have for just x.

We have to go further to see.

So the quadratic formula is:

\frac{-B \pm \sqrt{B^2-4AC}}{2A}

We already have B^2-4AC}

\frac{-(18a+1) \pm \sqrt{36a+1+4a^2r^2}}{2a^2}

This is t he solution for x^2.

To find x we must square root both sides.

x=\pm \sqrt{\frac{-(18a+1) \pm \sqrt{36a+1+4a^2r^2}}{2a^2}}

So there is only that one real solution (it actually includes 2 because of the plus or minus outside) here for x since the other one is square root of a negative number.

That is,

x=\pm \sqrt{\frac{-(18a+1) \pm \sqrt{36a+1+4a^2r^2}}{2a^2}}

means you have:

x=\pm \sqrt{\frac{-(18a+1)+\sqrt{36a+1+4a^2r^2}}{2a^2}}

or

x=\pm \sqrt{\frac{-(18a+1)-\sqrt{36a+1+4a^2r^2}}{2a^2}}.

The second one is definitely includes a negative result in the square root.

18a+1 is positive since a is positive so -(18a+1) is negative

2a^2 is positive (a is not 0).

So you have (negative number-positive number)/positive which is a negative since the top is negative and you are dividing by a positive.

We have confirmed are max of one solution algebraically. (It is definitely not 3 solutions.)

If r=9, then there is one solution.

If r>9, then there is two solutions as this shows:

x=\pm \sqrt{\frac{-(18a+1)+\sqrt{36a+1+4a^2r^2}}{2a^2}}

r=9 since our circle intersects the parabola at (0,9).

Also if (0,9) is intersection, then

0^2+9^2=r^2 which implies r=9.

Plugging in 9 for r we get:

x=\pm \sqrt{\frac{-(18a+1)+\sqrt{36a+1+4a^2(9)^2}}{2a^2}}

x=\pm \sqrt{\frac{-(18a+1)+\sqrt{36a+1+324a^2}}{2a^2}}

x=\pm \sqrt{\frac{-(18a+1)+\sqrt{(18a+1)^2}}{2a^2}}

x=\pm \sqrt{\frac{-(18a+1)+18a+1}{2a^2}}

x=\pm \sqrt{\frac{0}{2a^2}}

x=\pm 0

x=0

The equations intersect at x=0. Plugging into y=ax^2+9 we do get y=a(0)^2+9=9.  

After this confirmation it would be interesting to see what happens with assume algebraically the solution should be (0,9).

This means we should have got x=0.

0=\frac{-(18a+1)+\sqrt{36a+1+4a^2r^2}}{2a^2}

A fraction is only 0 when it's top is 0.

0=-(18a+1)+\sqrt{36a+1+4a^2r^2}

Add 18a+1 on both sides:

18a+1=\sqrt{36a+1+4a^2r^2

Square both sides:

324a^2+36a+1=36a+1+4a^2r^2

Subtract 36a and 1 on both sides:

324a^2=4a^2r^2

Divide both sides by 4a^2:

81=r^2

Square root both sides:

9=r

The radius is 9 as we stated earlier.

Let's go through the radius choices.

If the radius of the circle with center (0,0) is less than 9 then the circle wouldn't intersect the parabola.  So It definitely couldn't be the last two choices.

Orlov [11]2 years ago
7 0

Answer:

Option A.

Step-by-step explanation:

A circle was drawn with the center at origin (0, 0) and a point (0, 9) on the circle.

So the radius will be r = \sqrt{(0-0)+(0-9)^{2}}=9

Equation of this circle will be in the form of x² + y² = r²

Here r represents radius.

So the equation of the circle will be x² + y² = 9²

Or x² + y² = 81

Now we will form the equation of the parabola having vertex at (0, 9)

y² = (x - h)² + k

where (h, k) is the vertex.

Equation of the parabola will be y² = (x - 0)² + 9

y² = x² + 9

Now we will replace the value of y² from this equation in the equation of circle to get the solution of this system of the equations.

x² + x² + 9 = 81

2x² = 81 - 9

2x² = 72

x²= 36

x = ±√36

x = ±6

Since circle and parabola both touch on a single point (0, 9) therefore, there will be only one solution that is x = 6.

For x = 6,

6² + y² = 9²

36 + y² = 81

y² = 81 - 36 = 45

y = √45 = 3√5  

Option A. will be the answer.

You might be interested in
The highest recorded temperature during the month of July for a given year in Death Valley, California has an approximately norm
S_A_V [24]

Answer:

P(X

And we can find this probability using excel or the normal standard tabe and we got:

P(z

Step-by-step explanation:

Previous concepts

Normal distribution, is a "probability distribution that is symmetric about the mean, showing that data near the mean are more frequent in occurrence than data far from the mean".

The Z-score is "a numerical measurement used in statistics of a value's relationship to the mean (average) of a group of values, measured in terms of standard deviations from the mean".  

Solution to the problem

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

X \sim N(123.8,3.1)  

Where \mu=123.8 and \sigma=3.1

We are interested on this probability

P(X

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

z=\frac{x-\mu}{\sigma}

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

P(X

And we can find this probability using excel or the normal standard tabe and we got:

P(z

6 0
2 years ago
One cube has an edge length 5 cm shorter than the edge length of the second cube. The volume of the smaller cube is 216 cm?. Wha
VLD [36.1K]

Answer:

The volume of the  larger cube is V=1,331\ cm^3

Step-by-step explanation:

Let

x ---> the length of the smaller cube

y ---> the length of the larger cube

we know that

the volume of a cube is equal to

V=b^3

where

b is the length side of the cube

we have

x=y-5 ----> equation A

The volume of the smaller cube is 216 cm^3

so

substitute in the formula of volume

216=x^3

solve for x

x=\sqrt[3]{216}\ cm

x=6\ cm

<em>Find the value of y</em>

x=y-5

6=y-5

y=6+5=11\ cm

<em>Find the volume of the larger cube</em>

V=y^3

substitute the value of y

V=11^3

V=1,331\ cm^3

4 0
2 years ago
Mai bought eleven 12-ounce bags of
ella [17]

Answer:

8.25 pounds

Step-by-step explanation:

When you multiply 12 and 11 you get 132. So then you would have to divided the total amount of ounces by 16 to get the amount of pounds

5 0
1 year ago
Seventy cards are numbered 1 through 70, one number per card. One card is randomly selected from the deck. What is the probabili
miskamm [114]

Given:

Seventy cards are numbered 1 through 70, one number per card. One card is randomly selected from the deck.

To find:

The probability that the number drawn is a multiple of 3 and a multiple of 5.

Solution:

Total number from 1 to 70 = 70

Multiple of 3 from 1 to 70 are 3, 6, 9, 12, 15, 18, 21, 24, 27, 30, 33, 36, 39, 42, 45, 48, 51, 54, 57, 60, 63, 66, 69.

Multiple of 5 from 1 to 70 are 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70.

Numbers which are multiply of both number 3 and 5 = 15, 30, 45, 60

Number of favorable outcomes = 4

Probability=\dfrac{\text{Number of favorable outcomes}}{\text{Total number of outcomes}}

Probability=\dfrac{4}{70}

Probability=\dfrac{2}{35}

Therefore, the required probability is \dfrac{2}{35}.

7 0
1 year ago
The box which measures 70cm X 36cm X 12cm is to be covered by a canvas. How many meters of canvas of width 80cm would be require
grigory [225]

Answer:

142.2 meters.  

Step-by-step explanation:

We have been given that a box measures 70 cm X 36 cm X 12 cm is to be covered by a canvas.      

Let us find total surface area of box using surface area formula of cuboid.

\text{Total surface area of cuboid}=2(lb+bh+hl), where,

l = Length of cuboid,

b = Breadth of cuboid,

w = Width of cuboid.

\text{Total surface area of box}=2(70\cdot36+36\cdot 12+12\cdot 70)

\text{Total surface area of box}=2(2520+432+840)

\text{Total surface area of box}=2(3792)

\text{Total surface area of box}=7584

Therefore, the total surface area of box will be 7584 square cm.  

To find the length of canvas that will cover 150 boxes, we will divide total surface area of 150 such boxes by width of canvass as total surface area of canvas will also be the same.

\text{Width of canvas* Length of canvass}=\text{Total surface area of 150 boxes}

80\text{ cm}\times\text{ Length of canvass}=150\times 7584\text{cm}^2

\text{ Length of canvass}=\frac{150\times 7584\text{ cm}^2}{80\text{ cm}}

\text{ Length of canvass}=\frac{1137600\text{ cm}^2}{80\text{ cm}}

\text{ Length of canvass}=14220\text{ cm}

Let us convert the length of canvas into meters by dividing 14220 by 100 as 1 meter equals to 100 cm.

\text{ Length of canvass}=\frac{14220\text{ cm}}{100\frac{cm}{m}}

\text{ Length of canvass}=\frac{14220\text{ cm}}{100\frac{cm}{m}}

\text{ Length of canvass}=\frac{14220\text{ cm}}{100}\times\frac{m}{cm}

\text{ Length of canvass}=142.20\text{ m}

Therefore, 142.2 meters of canvas of width 80 cm required to cover 150 such boxes.

5 0
2 years ago
Other questions:
  • Ramona had 8 3/8 in. of ribbon. She used 2 1/2 in. for an art project.How many inches of ribbon does she have left?
    15·2 answers
  • Write three powers with whole number bases that have values greater than 120 and less than 130
    9·1 answer
  • Suppose that a car normally sells for $16,500 and now on sale ft $14,000. What is the percent of discount? If necessary round yo
    15·1 answer
  • Broccoli costs $1.50 per pound at a store. How much money does 32 ounces of broccoli cost?
    9·2 answers
  • tim drives at an average speed of 80km per hour for 3 hours 45 minutes work out how many kilometres tim drives
    12·1 answer
  • How did superman's girlfriend do in math class answers punchline algebra book?
    15·1 answer
  • Sal recorded the number of crackers in each snack-sized package he opened. Which statement must be true according to the box plo
    9·2 answers
  • The equation for a projectile's height versus time is h(t)=-16t^2+Vt+h. A tennis ball machine serves a ball vertically into the
    7·1 answer
  • Solve the system of inequalities: y + 2x &gt; 3 and y Greater-than-or-equal-to 3.5x − 5 The first inequality, y + 2x &gt; 3, is
    16·1 answer
  • You've run 250 ft of cable that has a loss rate of 3.6 dB per 100 ft. what is your total loss?
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!