document.write( "Question 151302: a rectangle has length x+5 and width x-7. Find the area, A, of the rectangle in terms of x.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #111217 by nerdybill(7384)\"\" \"About 
You can put this solution on YOUR website!
a rectangle has length x+5 and width x-7. Find the area, A, of the rectangle in terms of x.
\n" ); document.write( ".
\n" ); document.write( "Since we know that for any rectangle:
\n" ); document.write( "area = length * width
\n" ); document.write( ".
\n" ); document.write( "The problem gives us:
\n" ); document.write( "length = (x+5)
\n" ); document.write( "width = (x-7)
\n" ); document.write( "area = A
\n" ); document.write( ".
\n" ); document.write( "Plug the above into:
\n" ); document.write( "area = length * width
\n" ); document.write( "A = (x+5)(x-7)
\n" ); document.write( "Applying \"FOIL\" to the right side:
\n" ); document.write( "A = x^2 - 7x + 5x - 35
\n" ); document.write( "A = x^2 - 2x- 35 (this is what they are looking for)
\n" ); document.write( "
\n" ); document.write( "
\n" );