document.write( "Question 1098005: the lenght of a shipping box is two inches longer than the width and four times the height.
\n" );
document.write( "write a fuction v(w) that models the volume of the box, where w is the width, in inches. \n" );
document.write( "
Algebra.Com's Answer #712427 by ikleyn(52778)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "The width is w inches,\r\n" ); document.write( "\r\n" ); document.write( "the length is (w+2) inches,\r\n" ); document.write( "\r\n" ); document.write( "the height is\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |