document.write( "Question 1077370: the length of a rectangular floor is 1 meter less than three times its width if a diagonal of the rectangle is 37 meters find the length of the floor \n" ); document.write( "
Algebra.Com's Answer #691941 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! Let w be the width of the floor. Then its length is 3w-1. So: \n" ); document.write( "w²+(3w-1)²=37² \n" ); document.write( "w²+9w²-6w+1=1369 \n" ); document.write( "10w²-6w-1368=0 \n" ); document.write( "5w²-3w-684=0 \n" ); document.write( "(5w+57)(w-12)=0 \n" ); document.write( "w=-57/5 or 12 \n" ); document.write( "Using the positive value of 12m for the width, we get the length to be 35m. ☺☺☺☺ \n" ); document.write( " \n" ); document.write( " |