document.write( "Question 628789: The length of a rectangular floor is 3 meters less than three times its width. If a diagonal of the rectangle is 13 meters, find the length and width of the floor. \n" ); document.write( "
Algebra.Com's Answer #395838 by graphmatics(170)![]() ![]() You can put this solution on YOUR website! Let w be the width of the rectangle. Then the length of the rectangle is given by 3w-3. For a right triangle with diagonal c and sides a and b c*c=a*a+b*b. So for this rectangle with a diagonal of 13 meters. 13*13=w*w+(3w-3)*(3w-3)\n" ); document.write( "169=w*w+9*w*w-18w+9\n" ); document.write( "10*w*w-18*w-160=0\n" ); document.write( "
\n" ); document.write( "So if the width is 5 the length is 12. \n" ); document.write( " |