document.write( "Question 1023206: The height of a box is 10 inches. The length is 3 inches more than the width. Find the width if the volume is 180 cubic inches. \n" ); document.write( "
Algebra.Com's Answer #638723 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Well if the volume of the box is 180, and the height is ten, then the area of the base must be 180/10 = 18 square inches.
\n" ); document.write( "Then we can write
\n" ); document.write( "Area A = LW = 18 and L = W+3
\n" ); document.write( "Now substitute and get
\n" ); document.write( "(W+3)(W) = 18
\n" ); document.write( "W^2 + 3W - 18 = 0
\n" ); document.write( "(W + 6)(W - 3 = 0
\n" ); document.write( "W = -6 or W = 3
\n" ); document.write( "Thus the width is 3 inches.
\n" ); document.write( "The box is 3\" x 6\" x 10\".
\n" ); document.write( "
\n" );