document.write( "Question 952637: A rectangle has a length of 31 feet less than 6 times its width. If the area of the rectangle is 4470 square feet, find the length of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #581761 by macston(5194)\"\" \"About 
You can put this solution on YOUR website!
W=width; L=length=6W-31ft;
\n" ); document.write( "A=L*W
\n" ); document.write( "4470sqft=(6W-31ft)(W)
\n" ); document.write( "\"4470ft%5E2=6W%5E2-31W\"
\n" ); document.write( "\"0=6W%5E2-31W-4470ft%5E2\"\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
Solved by pluggable solver: SOLVE quadratic equation with variable
Quadratic equation \"aW%5E2%2BbW%2Bc=0\" (in our case \"6W%5E2%2B-31W%2B-4470+=+0\") has the following solutons:
\n" ); document.write( "
\n" ); document.write( " \"W%5B12%5D+=+%28b%2B-sqrt%28+b%5E2-4ac+%29%29%2F2%5Ca\"
\n" ); document.write( "
\n" ); document.write( " For these solutions to exist, the discriminant \"b%5E2-4ac\" should not be a negative number.
\n" ); document.write( "
\n" ); document.write( " First, we need to compute the discriminant \"b%5E2-4ac\": \"b%5E2-4ac=%28-31%29%5E2-4%2A6%2A-4470=108241\".
\n" ); document.write( "
\n" ); document.write( " Discriminant d=108241 is greater than zero. That means that there are two solutions: \"+x%5B12%5D+=+%28--31%2B-sqrt%28+108241+%29%29%2F2%5Ca\".
\n" ); document.write( "
\n" ); document.write( " \"W%5B1%5D+=+%28-%28-31%29%2Bsqrt%28+108241+%29%29%2F2%5C6+=+30\"
\n" ); document.write( " \"W%5B2%5D+=+%28-%28-31%29-sqrt%28+108241+%29%29%2F2%5C6+=+-24.8333333333333\"
\n" ); document.write( "
\n" ); document.write( " Quadratic expression \"6W%5E2%2B-31W%2B-4470\" can be factored:
\n" ); document.write( " \"6W%5E2%2B-31W%2B-4470+=+6%28W-30%29%2A%28W--24.8333333333333%29\"
\n" ); document.write( " Again, the answer is: 30, -24.8333333333333.\n" ); document.write( "Here's your graph:
\n" ); document.write( "\"graph%28+500%2C+500%2C+-10%2C+10%2C+-20%2C+20%2C+6%2Ax%5E2%2B-31%2Ax%2B-4470+%29\"

\n" ); document.write( "\n" ); document.write( "The width is 30 feet.
\n" ); document.write( "L=6W-31ft+6(30ft)-31ft=180ft-31ft=149ft ANSWER: The length is 149 feet
\n" ); document.write( "CHECK:
\n" ); document.write( "A=L*W
\n" ); document.write( "4470sqft=149ft*30ft
\n" ); document.write( "4470sqft=4470sqft
\n" ); document.write( "
\n" );