document.write( "Question 99965: the length of a box is L. the width is 4 less than the length. the height is 3 more than twice the width.
\n" );
document.write( "a. write an expression for the width in terms of L.
\n" );
document.write( "b. write an expression for the height in terms of L.
\n" );
document.write( "c. find the volume of the box if L = 10 \n" );
document.write( "
Algebra.Com's Answer #72771 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! L=LENGTH \n" ); document.write( "W=L-4 \n" ); document.write( "H=2(L-4)+3 \n" ); document.write( "V=10*(10+4) \n" ); document.write( "V=10*14 \n" ); document.write( "V=140*(12+3) \n" ); document.write( "V=140*15 \n" ); document.write( "V=2100 TOTAL VOLUME OF THE BOX. \n" ); document.write( " |