document.write( "Question 279711: Swimming space...
\n" );
document.write( "The length of a rectansular swimming pool is 2x - 1 meters, and thewidth is x + 2 meters. Write a polynomial A(x) that represents the area. Find A(5). \n" );
document.write( "
Algebra.Com's Answer #203308 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Swimming space... \n" ); document.write( "The length of a rectansular swimming pool is 2x - 1 meters, and thewidth is x + 2 meters. Write a polynomial A(x) that represents the area. \n" ); document.write( "Area = Lenght * width \n" ); document.write( "A(x) = (2x-1)*(x+2) = 2x^2 + 3x - 2 sq meters \n" ); document.write( "------------- \n" ); document.write( "Find A(5) \n" ); document.write( "Sub 5 for x: \n" ); document.write( "A(5) = 2*5^2 + 3*5 - 2 \n" ); document.write( "A(5) = 50 + 15 - 2 = 63 sq meters \n" ); document.write( "--------------- \n" ); document.write( "Note that you can also sub 5 in the Length and width: \n" ); document.write( "A(5) = (2*5 - 1)*(5 + 2) = 9*7 = 63 sq meters\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |