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)\"\" \"About 
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 \"%28w%2B2%29%2F4\"  inches, according to the condition.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Hence, the volume is V(w) = \"w%2A%28w%2B2%29%2A%28%28w%2B2%29%2F4%29\",\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "and you can simplify it further, if you want and/or if you need.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );