document.write( "Question 1177545: The floor of a shed has an area of 70 square feet. The floor is in the shape of a rectangle whose length is 4 feet less than twice the width. Find the length and the width of the floor of the shed. \n" ); document.write( "
Algebra.Com's Answer #806605 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
\r
\n" ); document.write( "\n" ); document.write( "The floor of a shed has an area of 70 square feet.
\n" ); document.write( "let width be w
\n" ); document.write( "length = 2w-4\r
\n" ); document.write( "\n" ); document.write( "Area = L * W\r
\n" ); document.write( "\n" ); document.write( "w(2w-4) =70\r
\n" ); document.write( "\n" ); document.write( "2w^2-4w-70 =0\r
\n" ); document.write( "\n" ); document.write( "/2
\n" ); document.write( "w^2 -2w-35=0
\n" ); document.write( "(w-7)(w+5) =0\r
\n" ); document.write( "\n" ); document.write( "w=7 or -5\r
\n" ); document.write( "\n" ); document.write( "taking positive value w=7 width = 7ft
\n" ); document.write( "Length = 2w-4 = 10 length = 10 ft\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );