document.write( "Question 889813: A rectangular garden has a perimeter of 500 feet, If one side of the garden has length x, then write a polynomial expression that gives its area. Multiply
\n" );
document.write( "this expression completely.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #538450 by charu91(7)![]() ![]() ![]() You can put this solution on YOUR website! 2(l+b)=perimeter of rectangle = 500 \n" ); document.write( "length,l=x (given) \n" ); document.write( "2(x+b)=500 \n" ); document.write( "x+b=250 \n" ); document.write( "b=250-x \n" ); document.write( "area=l*b \n" ); document.write( " =x*(250-x) \n" ); document.write( " =250x-x^2 \n" ); document.write( "x^2-250x+area=0 \n" ); document.write( " |