document.write( "Question 946706: The width of a rectangle is 5 less than twice its length. If the area of the rectangle is 122 square centimeters, what is the length of the diagonal? \n" ); document.write( "
Algebra.Com's Answer #577557 by amarjeeth123(574) ![]() You can put this solution on YOUR website! Let the length of the rectangle be x. \n" ); document.write( "Width of the rectangle=2x-5 \n" ); document.write( "Area of the rectangle=x(2x-5) \n" ); document.write( "x(2x-5)=122 \n" ); document.write( "2x^2-5x-122=0 \n" ); document.write( "x^2-2.5x-61=0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x=9.16 \n" ); document.write( "2x-5=13.32 \n" ); document.write( "Length of the diagonal=16.16 \n" ); document.write( " |