document.write( "Question 45434: A large plywood box has a volume of 180 ft ( square). Its length is 9 ft greater than its height, and its width is 4 ft less than its height. What are the dimensions of the box? \n" ); document.write( "
Algebra.Com's Answer #30167 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! height = h \n" ); document.write( "length = h + 9 \n" ); document.write( "width = h - 4 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "height = 6 \n" ); document.write( "length = h + 9 = 15 \n" ); document.write( "width = h - 4 = 2 \n" ); document.write( " |