document.write( "Question 213543: A box with an open top is to be constructed by cutting 3-inch squares from the corners of a rectangular sheet of tin whose length is twice its width. What size sheet will produce a box having a volume of 24in^3? \n" ); document.write( "
Algebra.Com's Answer #161341 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
L=2W
\n" ); document.write( "BOTTOM=(L-6)(W-6)
\n" ); document.write( "BOTTOM=LW-6W-6L+36
\n" ); document.write( "BOTTOM=2W*W-6W-6*2W+36
\n" ); document.write( "BOTTOM=2W^2-6W-12W+36
\n" ); document.write( "BOTTOM=2W^2-18W+36
\n" ); document.write( "VOLUME=3(2W^2-18W+36)
\n" ); document.write( "24=6W^2-54W+108
\n" ); document.write( "0=6W^2-54W+108-24
\n" ); document.write( "0=6W^2-54W+84
\n" ); document.write( "0=6(W^2-9W+14)
\n" ); document.write( "0=6(W-7)(W-2)
\n" ); document.write( "W-7=0
\n" ); document.write( "W=7 ANS. FOR THE WIDTH.
\n" ); document.write( "L=2*7=14 ANS. FOR THE LENGTH.
\n" ); document.write( "PROOF:
\n" ); document.write( "24=3(7-6)(14-6)
\n" ); document.write( "24=3*1*8
\n" ); document.write( "24=24
\n" ); document.write( "
\n" );