document.write( "Question 1165429: The width of a rectangle is 3 less than twice its length. If the area of the rectangle is 33
\n" );
document.write( "cm^2\r
\n" );
document.write( "\n" );
document.write( " , what is the length of the diagonal? \n" );
document.write( "
Algebra.Com's Answer #789918 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! length=x \n" ); document.write( "width is 2x-3\r \n" ); document.write( "\n" ); document.write( "area is 33 so 2x^2-3x=33 \n" ); document.write( "2x^2-3x-33=0 \n" ); document.write( "x=(1/4) (3+/- sqrt (9+264)); sqrt (273)=16.52 \n" ); document.write( "only positive root is x=4.88 cm \n" ); document.write( "so length is 4.88 cm and width is 6.76 cm. Their product is 32.99 cm^2\r \n" ); document.write( "\n" ); document.write( "the diagonal is the sqrt (4.88^2+6.76^2)=8.34 cm \n" ); document.write( " \n" ); document.write( " |