document.write( "Question 416814: The width of a box is 3 feet less than the length. The height is 4 feet less than the length. The volume of the box is 36 cubic feet. Find the length of box . \n" ); document.write( "
Algebra.Com's Answer #291921 by Gogonati(855)\"\" \"About 
You can put this solution on YOUR website!
Solution:length x feet; Width x-3 feet; Height x-4 feet. Since the volume is 36 cubic feet we write: x(x-3)(x-4)=36; (x^2-3x)(x-4)=36; x^3-4x^2-3x^2+12=36;x=6
\n" ); document.write( "Answer:The length of the box is 6 feet.
\n" ); document.write( "
\n" );