document.write( "Question 1061614: The length of Yolanda's closet is 2 feet longer that twice it's width. If the diagonal measures 13 feet, then what are the length and width?
\n" );
document.write( "
\n" );
document.write( "there is a figure showed how one side is 2x+2 ft and 13 ft on the diagonal and x on the shortest line \n" );
document.write( "
Algebra.Com's Answer #676382 by jorel555(1290)![]() ![]() ![]() You can put this solution on YOUR website! Let w be the width of the closet. Then the length is 2w+2. So: \n" ); document.write( "w²+(2w+2)²=13² \n" ); document.write( "5w²+8w-165=0 \n" ); document.write( "(5w+33)(w-5)=0 \n" ); document.write( "w=-33/5 or 5 \n" ); document.write( "Discarding the negative value, we get the width of the closet to be 5 ft, and length 12 ft. ☺☺☺☺ \n" ); document.write( " |