document.write( "Question 1197396: A rectangular piece of metal is 15 in longer than it is wide. Squares with sides 3 in long are cut from the four corners and the flaps are folded upward to form an open box. If the volume of the box is 1092 in^3, what were the original dimensions of the piece of metal?
\n" );
document.write( "What is the original width? \n" );
document.write( "
Algebra.Com's Answer #830645 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "x = width of sheet \n" ); document.write( "x+15 = length \n" ); document.write( "After cutting the 3-inch squares out of the corners and folding the flaps up, the dimensions of the open box are \n" ); document.write( "width: x-2(3) = x-6 \n" ); document.write( "length: (x+15)-2(3) = x+9 \n" ); document.write( "depth: 3 \n" ); document.write( "The volume is 1092 cubic inches: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "It looks as if that quadratic is going to be hard to factor, so we could use the quadratic formula. However, if the problem is well designed, the answer should be an integer, so let's try to do the factoring. \n" ); document.write( "We need two numbers whose product is 418 and whose difference is 3. \n" ); document.write( "418 = 2(209) = 2(11)(19) = (22)(19) \n" ); document.write( "So \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Clearly the negative answer makes no sense in the problem, so \n" ); document.write( "ANSWER: the original width is x = 19 inches \n" ); document.write( "CHECK: volume = 3(x-6)(x+9) = 3(13)(28) = 1092 \n" ); document.write( "Note that if a formal algebraic solution is not required, you can solve the problem with a bit of logical reasoning and some simple arithmetic. \n" ); document.write( "The volume is 1092, and the depth is 3; so length times width is 1092/3 = 364. \n" ); document.write( "So now we need two integers whose difference is 15 and whose product is 364: \n" ); document.write( "364 = 4(91) = 4(7)(13) = 28*13 \n" ); document.write( "The width of the box is 13 inches; so before the 3-inch squares were cut out of the corners, the original width was 13+6 = 19 inches. \n" ); document.write( " \n" ); document.write( " |