document.write( "Question 1146199: Lorene plans to make a box from rectangular sheets of cardboard from which she cuts out 6 inches squares from each corner. The length of the original piece of cardboard is 12 inches more than the width. If the box is 1728 inches cubed, determine the dimensions of the original piece of cardboard. \n" ); document.write( "
Algebra.Com's Answer #767503 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Lorene plans to make a box from rectangular sheets of cardboard from which she cuts out 6 inches squares from each corner.
\n" ); document.write( " The length of the original piece of cardboard is 12 inches more than the width.
\n" ); document.write( " If the box is 1728 inches cubed, determine the dimensions of the original piece of cardboard.
\n" ); document.write( ":
\n" ); document.write( "let w = the original width of the rectangular sheet
\n" ); document.write( "the length is 12\" more than the width, therefore:
\n" ); document.write( "(w+12) = the original length of the cardboard
\n" ); document.write( ":
\n" ); document.write( "Removing the 6\" squares subtract 12\" from the sheet dimensions
\n" ); document.write( "(w-12) * ((w+12)-12) = 1728
\n" ); document.write( "(w-12) * w = 1728
\n" ); document.write( "a quadratic equation
\n" ); document.write( "w^2 - 12w - 1728 = 0
\n" ); document.write( "U can use the quad formula, a=1; b=-12; c=-1728; but this Factors to
\n" ); document.write( "(w-48)(w+36) = 0
\n" ); document.write( "the positive solution
\n" ); document.write( "w = 48\" is the width of the sheet
\n" ); document.write( "and
\n" ); document.write( "48 + 12 = 60\" is length
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Check
\n" ); document.write( "The box dimension, (corners subtracted) 48 * 36 = 1728
\n" ); document.write( "
\n" ); document.write( "
\n" );