document.write( "Question 169283: the width of a box is 2 unites less than its length and 5 units more than its height. Write a polynomial function in x, where x equals the width, that represents the volume of the box. (note: x may need to be defined in the problem.) \n" ); document.write( "
Algebra.Com's Answer #125224 by solver91311(24713)\"\" \"About 
You can put this solution on YOUR website!
The width of the box is x\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The length of the box is (x + 2)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The height of the box is (x - 5)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The volume of a rectangular solid is given by length X width X height, so for this box:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"V=%28x%2B2%29%28x%29%28x-5%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Multiplying:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"V=%28x%5E2%2B2x%29%28x-5%29=red%28x%5E3%2B2x%5E2-5x%5E2-10x%29=green%28x%5E3-3x%5E2-10x%29\"
\n" ); document.write( "
\n" );