document.write( "Question 550951: A cylinder has a radius of 8 inches and a volume of 2,009.6 cubic inches.
\n" );
document.write( "What is the height of the cylinder? \n" );
document.write( "
Algebra.Com's Answer #359315 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Volume of cylinder = pi*r^2*h \n" ); document.write( "Volume = 2009.6 cu.in \n" ); document.write( "radius= 8 inches \n" ); document.write( " \n" ); document.write( "Volume = pi* 8 ^2 * h 3.14 \n" ); document.write( "2009.6 = 200.96 h \n" ); document.write( " \n" ); document.write( "h= 2009.6 / 200.96 \n" ); document.write( "h= 10 inches \n" ); document.write( " \n" ); document.write( " |