document.write( "Question 155446: How do you begin solving a problem like this --
\n" );
document.write( "1. A room measures 20' by 30' by 9' (length x width x height).
\n" );
document.write( "2. How many boxes measuring 18 inches x 24 inches by 12 inches will fit in the room? \n" );
document.write( "
Algebra.Com's Answer #114481 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! 1) First find the volume of the entire room\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Volume = Length * Width * Height ... Start with the given volume formula\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Volume = 20 * 30 * 9 ... Plug in the given length, width, and height\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Volume = 600 * 9 ... Multiply 20 and 30 to get 600\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Volume = 5400 ... Multiply 600 and 9 to get 5,400\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the volume of the entire room is 5,400 cubic feet.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "First note that 18 inches = \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now find the volume of each individual box (this will follow the same procedure used above, but with different numbers)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Volume = Length * Width * Height ... Start with the given volume formula\r \n" ); document.write( "\n" ); document.write( " \r \n" ); document.write( "\n" ); document.write( "Volume = 1.5 * 2 * 1 ... Plug in the given dimensions (in feet)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Volume = 3 * 1 ... Multiply 1.5 and 2 to get 3\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Volume = 3 ... Multiply 3 and 1 to get 3\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the volume of one box is 3 cubic feet\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now divide the volume of the entire room by the volume of one box to get the number of boxes that can be fit in the room.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So this means that 1,800 boxes can fit in the room. \n" ); document.write( " \n" ); document.write( " |