You can
put this solution on YOUR website!There are many ways to solve a quadratic polynomials For me, unless the problem requires a specific method OR unless the equation is simple enough to 'factor' in my head, I prefer to use the quadratic equation.
Just plug in -16 for a, 21 for b and 40 for c.
Another way to solve, if you have a graphing calculator, is to plot the graph and then see where the the plot crosses the x axis.
In either case, you get the same answers
| Solved by pluggable solver: SOLVE quadratic equation with variable |
Quadratic equation (in our case ) has the following solutons:
![x[12] = (b+-sqrt( b^2-4ac ))/2\a](/cgi-bin/plot-formula.mpl?expression=x%5B12%5D+=+%28b%2B-sqrt%28+b%5E2-4ac+%29%29%2F2%5Ca&x=0003)
For these solutions to exist, the discriminant should not be a negative number.
First, we need to compute the discriminant : .
Discriminant d=3001 is greater than zero. That means that there are two solutions: .
![x[1] = (-(21)+sqrt( 3001 ))/2\-16 = -1.05566824060029](/cgi-bin/plot-formula.mpl?expression=x%5B1%5D+=+%28-%2821%29%2Bsqrt%28+3001+%29%29%2F2%5C-16+=+-1.05566824060029&x=0003)
![x[2] = (-(21)-sqrt( 3001 ))/2\-16 = 2.36816824060029](/cgi-bin/plot-formula.mpl?expression=x%5B2%5D+=+%28-%2821%29-sqrt%28+3001+%29%29%2F2%5C-16+=+2.36816824060029&x=0003)
Quadratic expression can be factored:

Again, the answer is: -1.05566824060029, 2.36816824060029.
Here's your graph:
 |
|