document.write( "Question 967401: Find the volume of a cylinder with a diameter of 10 inches and a height that is three times the radius. Use 3.14 for pi and round your answer to the nearest tenth. (Hint: You may only enter numerals, decimal points, and negative signs in the answer blank)\r
\n" );
document.write( "\n" );
document.write( "i got 1177.5 is that correct? \n" );
document.write( "
Algebra.Com's Answer #591260 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! radius = r = d/2 = 10/2 = 5 \n" ); document.write( "height = h = 3*r = 3*5 = 15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "V = pi*r^2*h \n" ); document.write( "V = 3.14*r^2*h \n" ); document.write( "V = 3.14*5^2*15 \n" ); document.write( "V = 1,177.5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "You have the right answer \n" ); document.write( " |