document.write( "Question 1102509: I need to calculate the volume of 10 cans in inches. their radius is 3 inches and height is 5 inches. \r
\n" );
document.write( "\n" );
document.write( "Also they are in a box. They touch the the box in length and width. Also the height of the can is the same as the height of the box. What would the volume of the box be in inches?\r
\n" );
document.write( "\n" );
document.write( "Thank you very much for your time!! \n" );
document.write( "
Algebra.Com's Answer #717242 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! I need to calculate the volume of 10 cans in inches. their radius is 3 inches and height is 5 inches. \n" ); document.write( "Volume = (area of base)*height \n" ); document.write( "For each can, V = (pi*3^2)*5 = 45pi in^3 \n" ); document.write( "For 10 cans, V = 450pi in^3 \n" ); document.write( "-------------------------------------------- \n" ); document.write( "Also they are in a box. They touch the the box in length and width. Also the height of the can is the same as the height of the box. What would the volume of the box be in cubic inches? \n" ); document.write( "------ \n" ); document.write( "Box dimensions \n" ); document.write( "height = 5 in ; width = 2*3 = 6 in ; length = 10*6 = 60 in \n" ); document.write( "Volume = 5*6*60 = 5*360 = 1800 in^3 \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------------- \n" ); document.write( " \n" ); document.write( " |