Ok. I have a Surface Area Formula for a cylinder, but I am wanting to solve for the radius. The only information I have is the height of the cylinder, which is 8 inches. I know I can use the Quadratic Formula to convert the formula to solve for the radius, but I get stuck when doing the math.
$$ SA=2\pi r^{2}+2\pi rh$$
Any help?
If you have
$$A=2\pi r^{2}+2\pi rh$$
then rearrange it:
$$2\pi r^{2}+2\pi hr - A = 0$$
This is quadratic in $r$ with solutions:
$$r = \frac{-2\pi h \pm \sqrt{4\pi^2h^2 + 8\pi A}}{4\pi}.$$
Since the expression under the radical is greater than $2\pi h$ you choose the "plus" root so that the radius is positive:
$$r = \frac{-2\pi h + \sqrt{4\pi^2h^2 + 8\pi A}}{4\pi}.$$
But to solve for the numerical value of $r$ given $h=8$ inches, you'll need more information. You'll need the surface area also to get the value of $r$.