document.write( "Question 887143: A rectangular lawn has a length that is 3 yards greater than the width. The area of the lawn is 108 square yards. \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( " \n" );
document.write( "
Algebra.Com's Answer #536395 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! x = width \n" ); document.write( "L = length \n" ); document.write( "------- \n" ); document.write( "x*L = 108 \n" ); document.write( "L = x + 3 \n" ); document.write( "x*(x+3) = 108 \n" ); document.write( "----------------- \n" ); document.write( "Find a pair of factors of 108 that differ by 3 \n" ); document.write( "1*108 NG \n" ); document.write( "2*54 NG \n" ); document.write( "etc \n" ); document.write( " \n" ); document.write( " |