document.write( "Question 118081: pg. 261
\n" );
document.write( "94) Swimming space. The length of a rectangular swimming pool is 2x - 1 meters, and the width is x + 2 meters. Write a polnomial that represents the area. Find the area if x is 5 meters.
\n" );
document.write( "answer: 2x^2+3x-2sq. m. 63 sq. m.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #86155 by ilana(307)![]() ![]() ![]() You can put this solution on YOUR website! I am guessing you are just checking, so yep, nice work!:) \n" ); document.write( "On the off chance that you want to know how the book got that answer, for the area of a rectangle you just multiply length times width, so they multiplied using the FOIL method and then plugged in x=5.\r \n" ); document.write( "\n" ); document.write( "I'll complete this one so you can see how it works. \n" ); document.write( "We need to multiply length times width to get the area. \n" ); document.write( "(2x-1)(x+2) \n" ); document.write( "Use FOIL: First, Outside, Inside, Last \n" ); document.write( "(2x)*(x) + (2x)*(2) + (-1)*(x) + (-1)*(2) \n" ); document.write( "2x^2 + 4x + -1x + -2 \n" ); document.write( "2x^2 + 3x - 2 \n" ); document.write( "If x=5, this is 2*(5)^2 + 3*(5) - 2 = 2*25 + 15 - 2 = 65 - 2 = 63 \n" ); document.write( "Since this is area and we started with meters on both sides, we end up with square meters. \n" ); document.write( " |