[Math] How to find a missing radius in the surface area formula for a cone with just surface area number, and slant height

geometry

If we know just the surface area $A$, and the slant height $h_s$ is there a way to find the radius $r$ of the base of a cone?

The surface area formula for cones is:

$$A = ( \pi \cdot r \cdot h_s ) + ( \pi \cdot r^2 ) $$

So if we have this problem:

$$( 3.14 \cdot r \cdot 10 ) + ( 3.14 \cdot r^2 ) = 175.84 $$

Does anyone know how to find $r$?

$r$ should equal 4.

I'm just not sure of the method to get there.

Sorry this has taken me a whole day to try to figure out, even though I have all the other formulas for surface area, and volume figured out, with missing variables. This is the only one that has made me confused lol.

I've tried more then 10 different ways, including trying to simplify it, and replace the rest of the operational signs with their opposites, but that does not give the correct answer.

Thanks for any help you can give!

Best Answer

It's a quadratic equation in terms of $r$, so you can find $r$ using the quadratic formula.

First, rewrite it as $$ 0=\pi r^2+10\pi r - 175.84$$

Then use the quadratic formula:

$$r=\frac{-10\pi \pm \sqrt{(10\pi)^2-4\pi(-175.84)}}{2\pi}$$

Then you can just simplify.


As a side note, if you are asked for the answer to two decimal places, it's better to leave the rounding until the very end; the earlier you start rounding, the more different your approximation will be from the exact answer. (So don't turn $\pi$ into $3.14$ before simplifying the quadratic formula.)