document.write( "Question 1047288: The width of a rectangle is 5 less than twice its length. If the area of the rectangle is 70 cm2, what is the length of the diagonal?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #662820 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The diagonal will be the hypotenuse of a right triangle where the legs are one length and one width. \n" ); document.write( "length=L \n" ); document.write( "width=(2L-5) \n" ); document.write( "Area is their product or 2L^2-5L=70 \n" ); document.write( "2L^2-5L-70 \n" ); document.write( "L=(1/4)*5+/-sqrt (25+560); sqrt 585=24.19 \n" ); document.write( "L=(1/4)*(29.19), use only positive root \n" ); document.write( "L=7.30 cm \n" ); document.write( "Width=14.60-5=9.60 \n" ); document.write( "Their product is 70.08, within rounding. If I use 7.2967 and 9.5934, I get 70.0002 \n" ); document.write( "The sqrt of the hypotenuse = sqrt of sum of 7.3^2 and 9.6^2 \n" ); document.write( "That equals sqrt (145.45)=12.06 cm \n" ); document.write( " |