document.write( "Question 175071: the length of a rectangular swimming pool is 2x-1 meters,and the width is x + 2meters. Write a polynomial A(x) that represents the area. Find A (5). \n" ); document.write( "
Algebra.Com's Answer #130171 by SAT Math Tutor(36)\"\" \"About 
You can put this solution on YOUR website!
The formula for the area of a rectangle is length * width. So, the area here is:\r
\n" ); document.write( "\n" ); document.write( "(2x - 1) * (x + 2)\r
\n" ); document.write( "\n" ); document.write( "Using FOIL:\r
\n" ); document.write( "\n" ); document.write( "(2x * x) + (2x * 2) + (-1 * x) + (-1 * 2)\r
\n" ); document.write( "\n" ); document.write( "2x^2 + 4x - x - 2\r
\n" ); document.write( "\n" ); document.write( "2x^2 + 3x - 2\r
\n" ); document.write( "\n" ); document.write( "So, your function is A(x) = 2x^2 + 3x - 2
\n" ); document.write( "
\n" );