document.write( "Question 756606: A large plywood box has a volume of 240 ft3. Its length is 16 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( "Find the Length, Height, width. \n" );
document.write( "
Algebra.Com's Answer #460321 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A large plywood box has a volume of 240 ft3. Its length is 16 ft greater than its height, and its width is 1 ft less than its height. What are the dimensions of the box? \n" ); document.write( "------ \n" ); document.write( "Equations: \n" ); document.write( "L = H+16 \n" ); document.write( "W = H-1 \n" ); document.write( "---- \n" ); document.write( "Volume = L*W*H = 240 ft^3 \n" ); document.write( "------- \n" ); document.write( "(H+16)(H-1)(H) = 240 \n" ); document.write( "---- \n" ); document.write( "H^3 + 15H^2 - 16H - 240 = 0 \n" ); document.write( "------ \n" ); document.write( "H = 4 ft \n" ); document.write( "L = H+16 = 20 ft \n" ); document.write( "W = H-1 = 3 ft \n" ); document.write( "---------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============ \n" ); document.write( " |