document.write( "Question 921124: The area of a rectangle is 66m^2, and the length of the rectangle is 7m less than three times the width. Find the dimesions of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #558756 by srinivas.g(540)\"\" \"About 
You can put this solution on YOUR website!
area = 66 m^2
\n" ); document.write( "let x,y be the length and width of rectangle
\n" ); document.write( " as per the data x = 3*y-7
\n" ); document.write( " But area X*Y =66 m^2
\n" ); document.write( " substitute x= 3y-7 in above equation
\n" ); document.write( " (3y-7)*y = 66
\n" ); document.write( " 3y*y-7*y =66
\n" ); document.write( " 3y^2 -7y=66
\n" ); document.write( " subtract 66 on both sides
\n" ); document.write( " 3y^2 -7y-66 =66-66
\n" ); document.write( " 3y^2-7y -66 =0\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
Solved by pluggable solver: SOLVE quadratic equation with variable
Quadratic equation \"ay%5E2%2Bby%2Bc=0\" (in our case \"3y%5E2%2B-7y%2B-66+=+0\") has the following solutons:
\n" ); document.write( "
\n" ); document.write( " \"y%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-7%29%5E2-4%2A3%2A-66=841\".
\n" ); document.write( "
\n" ); document.write( " Discriminant d=841 is greater than zero. That means that there are two solutions: \"+x%5B12%5D+=+%28--7%2B-sqrt%28+841+%29%29%2F2%5Ca\".
\n" ); document.write( "
\n" ); document.write( " \"y%5B1%5D+=+%28-%28-7%29%2Bsqrt%28+841+%29%29%2F2%5C3+=+6\"
\n" ); document.write( " \"y%5B2%5D+=+%28-%28-7%29-sqrt%28+841+%29%29%2F2%5C3+=+-3.66666666666667\"
\n" ); document.write( "
\n" ); document.write( " Quadratic expression \"3y%5E2%2B-7y%2B-66\" can be factored:
\n" ); document.write( " \"3y%5E2%2B-7y%2B-66+=+3%28y-6%29%2A%28y--3.66666666666667%29\"
\n" ); document.write( " Again, the answer is: 6, -3.66666666666667.\n" ); document.write( "Here's your graph:
\n" ); document.write( "\"graph%28+500%2C+500%2C+-10%2C+10%2C+-20%2C+20%2C+3%2Ax%5E2%2B-7%2Ax%2B-66+%29\"

\n" ); document.write( "\n" ); document.write( " But Y cannot be negative
\n" ); document.write( " hence y =6
\n" ); document.write( " x= 3*6-7
\n" ); document.write( " =18-7
\n" ); document.write( " =11
\n" ); document.write( "length = 11 m
\n" ); document.write( " width = 6 m
\n" ); document.write( "
\n" );