document.write( "Question 279983: a cylindrical is 10 inches high, and the diameter of it's base is 5 inches . what is the volume. \n" ); document.write( "
Algebra.Com's Answer #203472 by anantha(86)![]() ![]() ![]() You can put this solution on YOUR website! sol: \n" ); document.write( "cylinder high=10 inches \n" ); document.write( "diameter=5 inches \n" ); document.write( "radius=diameter/2=5/2=2.5 inches \n" ); document.write( "volume of the cylinder= pi*r^2*h \n" ); document.write( "v= 22/7*2.5*2.5* 10 \n" ); document.write( "v=3.14*2.5*2.5*10=196.43 cubic inches \n" ); document.write( " |