document.write( "Question 1207436: Every time I come across this question it throws me into a loop.
\n" );
document.write( "The part about removing a foot from each corner is the confusing part to me. \r
\n" );
document.write( "
\n" );
document.write( "\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 4 cubic feet,what should be the dimensions of the sheet metal? \n" );
document.write( "
Algebra.Com's Answer #845280 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "x = side length, in feet, of the original square sheet metal \n" ); document.write( "x > 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The square of side length x is reduced to side length x-2 when subtracting 1 foot from each side. \n" ); document.write( "Notice I subtracted two copies of \"1 foot\" from each dimension.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "volume = length*width*height \n" ); document.write( "volume = (x-2)*(x-2)*1 \n" ); document.write( "volume = x^2 - 4x + 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Set this equal to the volume we want to get, \n" ); document.write( "x^2 - 4x + 4 = 4 \n" ); document.write( "x^2 - 4x = 0 \n" ); document.write( "x(x-4) = 0 \n" ); document.write( "x = 0 or x-4 = 0 \n" ); document.write( "x = 0 or x = 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Ignore x = 0 since it doesn't make x > 0 true. \n" ); document.write( "The only possible answer is x = 4.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The original square sheet metal is 4 by 4. \n" ); document.write( "Subtract off 1 ft for each side to get a 2 by 2 square floor of the box when folding up the sides. Each flap is 1 ft tall. \n" ); document.write( "volume = length*width*height = 2*2*1 = 4 cubic feet \n" ); document.write( " \n" ); document.write( " |