document.write( "Question 1031098: The length of a rectangle is the width minus 2 units. The area of the rectangle is 8 units. What is the length, in units, of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #645809 by Cromlix(4381)\"\" \"About 
You can put this solution on YOUR website!
Hi there,
\n" ); document.write( "Make width = x
\n" ); document.write( "Length = x - 2
\n" ); document.write( "Area of rectangle
\n" ); document.write( "= length x width
\n" ); document.write( "8 = (x - 2)x
\n" ); document.write( "x^2 - 2x - 8 = 0
\n" ); document.write( "(x - 4)(x + 2) = 0
\n" ); document.write( "x + 2 = 0
\n" ); document.write( "x = -2 (Disregard as -ve value)
\n" ); document.write( "x - 4 = 0
\n" ); document.write( "x = 4
\n" ); document.write( "Width = 4 units
\n" ); document.write( "Length = 2 units
\n" ); document.write( "Hope this helps :-)
\n" ); document.write( "
\n" );