document.write( "Question 779813: how do you find the height and radius of a cylinder with a fixed volume of 10000 cubic feet\r
\n" );
document.write( "\n" );
document.write( "I have tried using the equation V=(pi)r sqared (h)
\n" );
document.write( "I am confused when the example talks about finding the area...
\n" );
document.write( "Please help me with equation so I can understand how to solve the problem. \n" );
document.write( "
Algebra.Com's Answer #475374 by edjones(8007)![]() ![]() You can put this solution on YOUR website! V=pi*r^2*h \n" ); document.write( "pi*r^2*h=10000 \n" ); document.write( "h=10000/(pi*r^2) \n" ); document.write( ". \n" ); document.write( "r^2=10000/(pi*h) \n" ); document.write( "r=100/sqrt(pi*h) Take the square root of each side. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |