document.write( "Question 756794: A rectangular parking lot has a length that is 6 yards greater than the width. The area of the parking lot is 720 square yards. Find the length and width. \n" ); document.write( "
Algebra.Com's Answer #460522 by Cromlix(4381)\"\" \"About 
You can put this solution on YOUR website!
Width = x
\n" ); document.write( "Length = x + 6
\n" ); document.write( "Area = Length * Width
\n" ); document.write( "720 yds^2 = x(x + 6)
\n" ); document.write( "x^2 + 6x = 720
\n" ); document.write( "x^2 + 6x - 720 = 0
\n" ); document.write( "(x + 30)(x - 24) = 0
\n" ); document.write( "x = -30 (No answer)
\n" ); document.write( "x = 24
\n" ); document.write( "Width = 24yds
\n" ); document.write( "Length = 30yds
\n" ); document.write( "Area = 30 * 24 = 720 yds^2
\n" ); document.write( "Hope this helps.
\n" ); document.write( ":-)
\n" ); document.write( "
\n" );