document.write( "Question 967448: The floor of a shed has an area of 88 square feet. The floor is in the shape of a rectangle whose length is 5 feet less than twice the width. Find the length and the width of the floor of the shed. Use the formula, area=length*width. \n" ); document.write( "
Algebra.Com's Answer #591293 by amarjeeth123(569)\"\" \"About 
You can put this solution on YOUR website!
Let the width be x.
\n" ); document.write( "Then the length is (2x-5).
\n" ); document.write( "area=length*width
\n" ); document.write( "x(2x-5)=88
\n" ); document.write( "2x^2-5x-88=0
\n" ); document.write( "2x^2-16x+11x-88=0
\n" ); document.write( "2x(x-8)+11(x-8)=0
\n" ); document.write( "(2x+11)(x-8)=0
\n" ); document.write( "x=8 is the only positive solution.
\n" ); document.write( "The width of the shed is 8 feet.
\n" ); document.write( "The length of the shed is 11 feet.
\n" ); document.write( "
\n" );