document.write( "Question 319429: The width of a rectangle is 4 less than twice its length. If the area of the rectangle is 177 cm^2, what is the length of the diagonal? \n" ); document.write( "
Algebra.Com's Answer #228746 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
length be x
\n" ); document.write( "width = 2x-4
\n" ); document.write( "..
\n" ); document.write( "Area =177 cm^2
\n" ); document.write( "x(2x-4)=177
\n" ); document.write( "2x^2-4x-177=0
\n" ); document.write( "roots of the equation x1 x2 are
\n" ); document.write( "x1= -(-4)+sqrt(16+4*2*177) / 2*2
\n" ); document.write( "x1=10.46
\n" ); document.write( "x2= -(-4)-sqrt(16+4*2*177) / 2*2
\n" ); document.write( "x2=-8.46\r
\n" ); document.write( "\n" ); document.write( "..
\n" ); document.write( "length = 10.46cm
\n" ); document.write( "width = 16.92cm
\n" ); document.write( "
\n" );