document.write( "Question 282931: Find the volume of a cylinder with a diameter of 12 feet and a height of 15 feet. Round the answer to the nearest whole number. \n" ); document.write( "
Algebra.Com's Answer #205414 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! Volume of a cylinder= pi*r^2*h \n" ); document.write( "where \n" ); document.write( "pi = the constant pi \n" ); document.write( "r = radius \n" ); document.write( "r^2 = r*r \n" ); document.write( "h = height \n" ); document.write( ". \n" ); document.write( "diameter = 12, so radius =6 \n" ); document.write( ". \n" ); document.write( "height = 15 \n" ); document.write( ". \n" ); document.write( "V = pi * 6 ft * 6 ft * 15 ft \n" ); document.write( ". \n" ); document.write( "V = pi * 36 ft^2 * 15 ft \n" ); document.write( ". \n" ); document.write( "V = pi * 540 ft^3 \n" ); document.write( ". \n" ); document.write( "V = 1696.46 ft^3 \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |