document.write( "Question 271021: how do i solve the volume of a half sphere and a cylinder with the radius of 3 and the height of 5 \n" ); document.write( "
Algebra.Com's Answer #198427 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! cylinder \n" ); document.write( "V=pi*r^2*h \n" ); document.write( "V=3.14*9*5 \n" ); document.write( "V=141.3 cu units \n" ); document.write( "----------------- \n" ); document.write( "half sphere \n" ); document.write( "V=((pi*d^3)/6)/2 \n" ); document.write( "V=((3.14*216)/6)/2 \n" ); document.write( "V=(678.24/6)/2 \n" ); document.write( "V=113.04/2 \n" ); document.write( "V=56.62 cu units \n" ); document.write( " |