document.write( "Question 764772: A rectangle is to be 2 m longer than it is wide and have an area of 399 m2. Find its dimensions. \n" ); document.write( "
Algebra.Com's Answer #465812 by Cromlix(4381)\"\" \"About 
You can put this solution on YOUR website!
Width = x
\n" ); document.write( "Length = x + 2
\n" ); document.write( "Area = Length * Width
\n" ); document.write( "399 = (x + 2)*x
\n" ); document.write( "399 = x^2 + 2x
\n" ); document.write( "x^2 + 2x - 399 = 0
\n" ); document.write( "(x + 21)(x - 19) = 0
\n" ); document.write( "x + 21 = 0
\n" ); document.write( "x = - 21 (no answer x <0)
\n" ); document.write( "x - 19 = 0
\n" ); document.write( "x = 19
\n" ); document.write( "Width = 19m
\n" ); document.write( "Length = 21m
\n" ); document.write( "Hope this helps.
\n" ); document.write( ":-)
\n" ); document.write( "
\n" );