document.write( "Question 146316: I do not understand how to do this problem.\r
\n" );
document.write( "\n" );
document.write( "Swimming space. 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( "
Algebra.Com's Answer #106846 by oscargut(2103)![]() ![]() You can put this solution on YOUR website! The length of a rectangular swimming pool is 2x – 1 meters, and the width is x + 2 meters.\r \n" ); document.write( "\n" ); document.write( "P(x)=(2x-1)(x+2)=2x^2+3x-2 \n" ); document.write( "then if x=5 P(x)=50+15-2=63 m2 \n" ); document.write( " |