document.write( "Question 499367: The width of a rectangle is 2 less than twice its length. If the area of the rectangle is 53 cm squared, what is the length of the diagonal? \n" ); document.write( "
Algebra.Com's Answer #337629 by chessace(471)\"\" \"About 
You can put this solution on YOUR website!
W = 2*L-2 (cm I assume)
\n" ); document.write( "A = L*W = 53 cm^2
\n" ); document.write( "A = 2L^2 -2L
\n" ); document.write( "2L^2 -2L -53 = 0
\n" ); document.write( "L = (2 +- sqrt(4+2*53))/2 = 1 + sqrt(110)/2 = 6.244
\n" ); document.write( "W = 10.488
\n" ); document.write( "Diag^2 = L^2 + W^2 = 39 + 110 = 149
\n" ); document.write( "D = 12.207 cm
\n" ); document.write( "Looks like a typo in the problem.
\n" ); document.write( "
\n" ); document.write( "
\n" );