document.write( "Question 1014004: a rectangular piece of cardboard has an area of 150 square centimeters. By cutting a square 2 centimeters wide on each side each of the four corners and folding up the sides, an open box body is formed having a volume of 132 cubic centimeters. Find the length and width of the original cardboard
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #630303 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a rectangular piece of cardboard has an area of 150 square centimeters. By cutting a square 2 centimeters wide on each side each of the four corners and folding up the sides, an open box body is formed having a volume of 132 cubic centimeters. Find the length and width of the original cardboard \n" ); document.write( "------- \n" ); document.write( "Original DATA: \n" ); document.write( "L*W = 150 cm^2 \n" ); document.write( "----- \n" ); document.write( "New DATA: \n" ); document.write( "(L-4)(W-4)*2 = 132 \n" ); document.write( "------- \n" ); document.write( "(L-4)(W-4) = 66 \n" ); document.write( "LW -4L-4W+16 = 66 \n" ); document.write( "150 -4L -4W = 50 \n" ); document.write( "------- \n" ); document.write( "4(L + W) = 100 \n" ); document.write( "L+W = 25 \n" ); document.write( "=============================== \n" ); document.write( "Substitute for \"L\" and solve for W:: \n" ); document.write( "(25-W)(W) = 150 \n" ); document.write( "------ \n" ); document.write( "W^2 -25W +150 = 0 \n" ); document.write( "--- \n" ); document.write( "(W-15)(W-10) = 0 \n" ); document.write( "W = 15 \n" ); document.write( "L = 10 \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |