document.write( "Question 344422: A rectangular piece tin 10 inches by 15 inches is to be made into a box by cutting out squares (each 2.5 inches on a side) from each corner. If the sides are then bent up to form the box, what will be the volume, in cubic inches, of this box?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #246564 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A rectangular piece tin 10 inches by 15 inches is to be made into a box by \n" ); document.write( " cutting out squares (each 2.5 inches on a side) from each corner. \n" ); document.write( " If the sides are then bent up to form the box, \n" ); document.write( " what will be the volume, in cubic inches, of this box? \n" ); document.write( ": \n" ); document.write( "Box width: 10 - 2(2.5) = 5 in \n" ); document.write( "Box length:15 - 2(2.5) = 10 in \n" ); document.write( "Box height: 2.5 inches \n" ); document.write( ": \n" ); document.write( "Vol = 5 * 10 * 2.5 \n" ); document.write( "V = 125 cu/in \n" ); document.write( " |