document.write( "Question 1004936: A field is 3 metres longer than wide.
\n" );
document.write( "The width of the field is x metres.
\n" );
document.write( "The area of the field is 10m squared.
\n" );
document.write( "Find x \n" );
document.write( "
Algebra.Com's Answer #621280 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! If the width is x, ten the length is x+3. \n" ); document.write( "Area A = LW = x(x+3) = 10 \n" ); document.write( "x^2 + 3x = 10 \n" ); document.write( "x^2 + 3x - 10 = 0 \n" ); document.write( "(x+5)(x-2) = 0 \n" ); document.write( "x = 2 \n" ); document.write( "It is a 2m by 5m field. \n" ); document.write( " |