document.write( "Question 398555: if a cylendrical water bottle has a radius 4 centimeters and length of 12 centimeters, how many cubic centimeters of water will it hold? \n" ); document.write( "
| Algebra.Com's Answer #282374 by checkley79(3341)      You can put this solution on YOUR website! A=PI*R^2 \n" ); document.write( "A=3.14*4^2 \n" ); document.write( "A=3.14*16 \n" ); document.write( "A=50.24 CM^2 IS THE AREA OF THE BASE. \n" ); document.write( "V=BH \n" ); document.write( "V=50.24*12 \n" ); document.write( "V=602.88 CM^3 IS THE VOLUME. \n" ); document.write( " \n" ); document.write( " |