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 #621284 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
L= W+3 and we are calling the Width x:
\n" ); document.write( "L= x+3
\n" ); document.write( "And we are told that:
\n" ); document.write( "x*(x+3)= 10
\n" ); document.write( "x^2+3x= 10 Subtract 10 from both sides:
\n" ); document.write( "x^2+3x-10= 0 Factor the equation (FOIL). Find two numbers that when added or subtracted give you 3 and when multiplied -10. The factors of 10 are: 1, 2, 5, 10. Got them, 5 and 2 are our numbers:
\n" ); document.write( "(x+5)(x-2)= 0 Now break in 2 equations:
\n" ); document.write( "x+5= 0 or x-2= 0
\n" ); document.write( "x= -5 or x= 2 We are looking for a positive number, so toss the -5 and keep the 2:
\n" ); document.write( "x= 2
\n" ); document.write( "Proof:
\n" ); document.write( "x*(x+3)= 10
\n" ); document.write( "2*(2+3)= 10
\n" ); document.write( "2*5= 10 We've got the correct answer.
\n" ); document.write( "
\n" );