document.write( "Question 414257: The length of a rectangular swimming pool is 2x -1 meters, and the width is x +2 meters. Write a polynomial A (x) that represents the area. Find A (5). \n" ); document.write( "
Algebra.Com's Answer #290538 by mananth(16949)\"\" \"About 
You can put this solution on YOUR website!
pool is 2x -1 meters, and the width is x +2 meters.\r
\n" ); document.write( "\n" ); document.write( "Area = L*W
\n" ); document.write( "Area = (2x-1)(x+2)
\n" ); document.write( "Area =2x^2+4x-x-2
\n" ); document.write( "A(x) =2x^2+3x-2
\n" ); document.write( "...
\n" ); document.write( "A(5)= 2(5^2)+3(5)-2
\n" ); document.write( "A(5)=50+15-2
\n" ); document.write( "A(5)=63 m^2
\n" ); document.write( "
\n" );