document.write( "Question 141756: The diagonal of a rectangle is 20 in long. The rectangle's length is 3 times its width. Find the length of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #103273 by Shifa(4)![]() ![]() ![]() You can put this solution on YOUR website! Diagonal of rectangle=20 \n" ); document.write( "Breadth of rectangle=x \n" ); document.write( "Length of rectangle=3x \n" ); document.write( "Therefore by pythagoros theorem, \n" ); document.write( " \"3x\"square + \"x\"square=\"20\"square \n" ); document.write( " \"4x\"square = 400 \n" ); document.write( " \"x\"square = 400/4 \n" ); document.write( " \"x\"square = 100 \n" ); document.write( " x = 10 \n" ); document.write( " \n" ); document.write( "Thus, Breadth = 10 \n" ); document.write( " Length = 3x \n" ); document.write( " = 3*10 \n" ); document.write( " = 30 \n" ); document.write( " |