document.write( "Question 234322: The volume of a box must be 315 cubic meter. The length of the box is to be 7 meters and the height is to be 4 meters more than the width. Find the width of the box
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #172810 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
volume=l*w*h
\n" ); document.write( "315=7*w*(w+4)
\n" ); document.write( "315=7w(w+4)
\n" ); document.write( "315=7w^2+28w
\n" ); document.write( "7w^2+28w-315=0
\n" ); document.write( "7(w^2+4w-45)=0
\n" ); document.write( "7(w+9)(w-5)=0
\n" ); document.write( "w-5=0
\n" ); document.write( "w=5 ans. for the width.
\n" ); document.write( "Proof:
\n" ); document.write( "315=7*5(5+4)
\n" ); document.write( "315=35*9
\n" ); document.write( "315=315
\n" ); document.write( "
\n" );