document.write( "Question 20192: Solve the following problem.
\n" ); document.write( "The length of a rectangular swimming pool is 2x-1 meters, and the width is x+2 meters. Write a polynomial that represents the area. Find the area if x is 5 meters.
\n" ); document.write( "Thanks
\n" ); document.write( "

Algebra.Com's Answer #9761 by pwac(253)\"\" \"About 
You can put this solution on YOUR website!
Area = length x width
\n" ); document.write( "(2x-1)(x+2)multiply this out to get:
\n" ); document.write( "\"2x%5E2%2B3x-2\"this is your polynomial for area
\n" ); document.write( "substitute x=5 into expression
\n" ); document.write( "\"2%285%5E2%29%2B3%285%29-2\"= 50+15-2=\"63m%5E2\"
\n" ); document.write( "Pete
\n" ); document.write( "
\n" );