document.write( "Question 296538: A rectangular lawn has a length that is 3 yards greater than the width. The area of the lawn is 130 square yards.
\n" );
document.write( "Note: The formula for the area of a rectangle is Area = length \times width .\r
\n" );
document.write( "\n" );
document.write( "a) Write the polynomial equation for the area of the lawn. Use the variable x to represent the width of the lawn. \n" );
document.write( "
Algebra.Com's Answer #213666 by mananth(16949) You can put this solution on YOUR website! let the width of the lawn be x\r \n" ); document.write( "\n" ); document.write( "length =x+3\r \n" ); document.write( "\n" ); document.write( "x*(x+3)=130\r \n" ); document.write( "\n" ); document.write( "x^2+3x-130=0\r \n" ); document.write( "\n" ); document.write( "x^2+13x-10x-130=0\r \n" ); document.write( "\n" ); document.write( "x(x+13)-10(x+13)=0\r \n" ); document.write( "\n" ); document.write( "(x+13)(x-10)=0\r \n" ); document.write( "\n" ); document.write( "so x= 10 \n" ); document.write( " |