document.write( "Question 1207601: An open box is to be constructed from a square piece of sheet metal by removing a square of side 1 foot from each corner and turning up the edges. If the box is to hold 5 cubic feet, what should be the dimension of the sheet metal? \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Note: This is a popular problem found in many textbooks but I haven't found one decent explanation. Can someone solve this application one step at a time? \n" );
document.write( "
Algebra.Com's Answer #845659 by MathTherapy(10552)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "An open box is to be constructed from a square piece of sheet metal by removing a square of side 1 foot from each corner and turning up the edges. If the box is to hold 5 cubic feet, what should be the dimension of the sheet metal? \r\n" ); document.write( "\r\n" ); document.write( "Note: This is a popular problem found in many textbooks but I haven't found one decent explanation. Can someone solve this application one step at a time?\r\n" ); document.write( "\r\n" ); document.write( "Since the dimensions of the sheet metal are being sought, we let the width, which is also the same measure as\r\n" ); document.write( "the length (the sheet metal is SQUARE), be W\r\n" ); document.write( "As a 1-foot square piece is removed from each end of the sheet metal, the width and the length of the base/bottom\r\n" ); document.write( "of the box will be W - 2, each.\r\n" ); document.write( "The sides/height of the box will be formed from the 1-foot cut-outs \r\n" ); document.write( "So, as the open box will have a volume (Length * Width * Height, or LWH) of 5 cubic feet, we get:\r\n" ); document.write( "L*W*H = 5. Now, with W (width) = W - 2 (same measure as the length, or L), LWH = 5 becomes:\r\n" ); document.write( "(W - 2)(W - 2)(1) = 5\r\n" ); document.write( " (W - 2)2 = 5 \r\n" ); document.write( " W2 - 4W + 4 = 5 \r\n" ); document.write( " W2 - 4W - 1 = 0\r\n" ); document.write( "As the above quadratic cannot be factored with INTEGERS, solutions can be derived by using the quadratic equation \r\n" ); document.write( "formula or completing the square. Using the former, we get:\n" ); document.write( " |