document.write( "Question 597503: the length of a rectangle is 2 cm greater than twice its width. The area of the rectangle is 40 cm^2. find the dimensions of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #378224 by ExplanationCentral(10)\"\" \"About 
You can put this solution on YOUR website!
Let the length be l and the width be w.
\n" ); document.write( "So we have l = 2w + 2.
\n" ); document.write( "The area of the rectangle = length*width = (2w+2)*w = 2w^2 + 2w = 40
\n" ); document.write( "Solving this quadratic equation, we get w = 4 cm. This means the length = 2(4) + 2 = 10.
\n" ); document.write( "So width = 4 and length = 10.
\n" ); document.write( "
\n" );