document.write( "Question 708445: Please help me with this word problem: A large plywood box has a volume of 72 ft3. Its length is 9 ft greater than its height, and its width is 1 ft less than its height. What are the dimensions of the box?\r
\n" ); document.write( "\n" ); document.write( "What does x equal?
\n" ); document.write( "

Algebra.Com's Answer #436152 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A large plywood box has a volume of 72 ft3.
\n" ); document.write( "Its length is 9 ft greater than its height, and its width is 1 ft less than its height.
\n" ); document.write( " What are the dimensions of the box?
\n" ); document.write( ":
\n" ); document.write( "let x = the height
\n" ); document.write( ":
\n" ); document.write( "\"Its length is 9 ft greater than its height,\"
\n" ); document.write( "L = (x+9)
\n" ); document.write( ":
\n" ); document.write( "its width is 1 ft less than its height.\"
\n" ); document.write( "W = (x-1)
\n" ); document.write( ":
\n" ); document.write( "L * W * H = 72
\n" ); document.write( "therefore
\n" ); document.write( "(x+9)*(x-1)*x = 72
\n" ); document.write( "FOIL
\n" ); document.write( "(x^2 - x + 9x -9 )*x = 72
\n" ); document.write( "Which is
\n" ); document.write( "x^3 + 8x^2 - 9x - 72 = 0
\n" ); document.write( "We can group factor here
\n" ); document.write( "x^2(x+8) - 9(x+8) = 0
\n" ); document.write( "Factor out (x+8)
\n" ); document.write( "(x+8)(x^2-9) = 0
\n" ); document.write( "three solutions
\n" ); document.write( "x = -8
\n" ); document.write( "and
\n" ); document.write( "x^2 = 9
\n" ); document.write( "x = +/-\"sqrt%289%29\"
\n" ); document.write( "x = +3
\n" ); document.write( "and
\n" ); document.write( "x = -3
\n" ); document.write( ":
\n" ); document.write( "IN the real world of boxes only the positive solution will be valid
\n" ); document.write( "x = 3
\n" ); document.write( "then the box dimensions:
\n" ); document.write( "3 + 9 = 12 is the length
\n" ); document.write( "3 - 1 = 2 is the width
\n" ); document.write( "3 = the height
\n" ); document.write( ":
\n" ); document.write( "See if that flies: 12 * 2 * 3 = 72
\n" ); document.write( "
\n" ); document.write( "
\n" );