document.write( "Question 290798: The length of a rectangle is twice the width of the rectangle. The length of a diagonal of the rectangle is 25cm. How do I find out the are of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #210421 by Greenfinch(383)![]() ![]() You can put this solution on YOUR website! If the width is X, the length is 2X and the diagonal is sqrt ((X^2) + (2X)^2) \n" ); document.write( "So sqrt(5X^2) = 25 or 5X^2 = 625 \n" ); document.write( "X^2 = 125 \n" ); document.write( "Area is X x 2X = 2X^2 = 250 \n" ); document.write( " |