document.write( "Question 950251: The floor of a rectangular storage room is divided into two right triangles by drawing a diagonal. One leg of the resulting triangle, the width of the room, is 4 feet more than two times the other leg, the length of the room. The hypotenuse is 26 feet. Find the length and the width of the room. \n" ); document.write( "
Algebra.Com's Answer #580203 by jhaashok630(18)![]() ![]() ![]() You can put this solution on YOUR website! Let x = one leg length of triangle \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the width of the room, is 4 feet more than two times the other leg\r \n" ); document.write( "\n" ); document.write( "width = 2x+4 \r \n" ); document.write( "\n" ); document.write( "use pythagoreous therem \n" ); document.write( " One leg = x other leg = 2x+4 hyptenuse = 26\r \n" ); document.write( "\n" ); document.write( " x^2+(2x+4)^2=26^2\r \n" ); document.write( "\n" ); document.write( " x=10 length = 10 feet and width = 24 feet \n" ); document.write( " |