document.write( "Question 1037686: A box contains 216 bottles it has a width that is three times the height of the box and a lenght that is twice the width of the box. The Volume of each bottle is 1in 3. Find the height of the box. \n" ); document.write( "
Algebra.Com's Answer #652291 by jorel555(1290)![]() ![]() ![]() You can put this solution on YOUR website! Let l=length,w=width,h=height: \n" ); document.write( "h=w/3 \n" ); document.write( "l=2w \n" ); document.write( "So: \n" ); document.write( "w(w/3)(2w)=216 \n" ); document.write( "2w^3/3=216 \n" ); document.write( "2w^3=648 \n" ); document.write( "w^3=324 \n" ); document.write( "w=6.87 in. \n" ); document.write( "l=13.74 in. \n" ); document.write( "h=2.29 in.!!!!!!!!!!!! \n" ); document.write( " |