document.write( "Question 353990: how would you solve a problem such as:
\n" );
document.write( "A rectangular piece of cardboard is made into an open box (that is, it has no top) by cutting a 2-inch square from each corner and turning up the sides. If the original piece of cardboard (before the corners are cut out) has an area of 216 square inches and the completed box has a volume of 224 cubic inches,
\n" );
document.write( "determine the dimensions of the piece of cardboard. \n" );
document.write( "
Algebra.Com's Answer #253039 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! x * y = 216\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2(x-4)(y-4) = 224 ___ (x-4)(y-4) = 112 ___ xy - 4x - 4y + 16 = 112\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "216 - 4x - 4y + 16 = 112 ___ 120 = 4x + 4y ___ 30 = x + y ___ 30 - x = y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x(30-x) = 216 ___ 0 = x^2 - 30x + 216\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "factoring ___ 0 = (x - 18)(x - 12) \n" ); document.write( " |