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=37.04 is greater than zero. That means that there are two solutions: .
![x[1] = (-(3.6)+sqrt( 37.04 ))/2\2 = 0.621512405470294](/cgi-bin/plot-formula.mpl?expression=x%5B1%5D+=+%28-%283.6%29%2Bsqrt%28+37.04+%29%29%2F2%5C2+=+0.621512405470294&x=0003)
![x[2] = (-(3.6)-sqrt( 37.04 ))/2\2 = -2.42151240547029](/cgi-bin/plot-formula.mpl?expression=x%5B2%5D+=+%28-%283.6%29-sqrt%28+37.04+%29%29%2F2%5C2+=+-2.42151240547029&x=0003)
Quadratic expression can be factored:

Again, the answer is: 0.621512405470294, -2.42151240547029.
Here's your graph:
 |