document.write( "Question 269242: Sam has a lot that he thought was a square,
\n" ); document.write( "200 feet by 200 feet. When he had it surveyed, he
\n" ); document.write( "discovered that one side was x feet longer than he thought
\n" ); document.write( "and the other side was x feet shorter than he thought.
\n" ); document.write( "a) Find a polynomial A(x) that represents the new area.
\n" ); document.write( "b) Find A(2).
\n" ); document.write( "c) If x  2 feet, then how much less area does he have
\n" ); document.write( "than he thought he had?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #197339 by JBarnum(2146)\"\" \"About 
You can put this solution on YOUR website!
\"Sam has a lot that he thought was a square,200 feet by 200 feet.\" \"200%2A200=A\"
\n" ); document.write( "\"he discovered that one side was x feet longer than he thought\" \"200%2Bx\"
\n" ); document.write( "\"the other side was x feet shorter than he thought.\" \"200-x\"
\n" ); document.write( "a) Find a polynomial A(x) that represents the new area. means:
\n" ); document.write( "\"A%28x%29=%28200%2Bx%29%28200-x%29\"
\n" ); document.write( "\"A%28x%29=%2840000%2B200x-200x-x%5E2%29\"
\n" ); document.write( "\"A%28x%29=%28-x%5E2%2B40000%29\"
\n" ); document.write( "b) Find A(2).
\n" ); document.write( "\"A%282%29=%28-%282%29%5E2%2B40000%29\"
\n" ); document.write( "\"A%282%29=%28-4%2B40000%29\"
\n" ); document.write( "\"A%282%29=%2839996%29\"
\n" ); document.write( "c) If x  2 feet, then how much less area does he have
\n" ); document.write( "than he thought he had?
\n" ); document.write( "originally he thought he had:
\n" ); document.write( "\"A=%28200%29%28200%29\"
\n" ); document.write( "\"A=%2840000%29\"
\n" ); document.write( "\"%2840000ft%5E2-39996ft%5E2%29\"
\n" ); document.write( "\"%284ft%5E2%29\" less than he thought
\n" ); document.write( "
\n" );