you mean finding the roots of this quad eq ?
General formula :
ax^2 + bx + c = 0
First find Delta Δ = b^2 - 4ac
x1 = ( -b + √Δ ) / 2a
x2 = ( -b - √Δ ) / 2a
If b is even , you can take delta = b^2 - ac , if i remember correctly, and instead of 2a, u use a in the denominator.
Anyway the roots should be :
x1 = - 0.29
x2 = -1.7
Concerning the intercepts, just equate x and y to 0 for a general equation. In this case, this is a parabola, so the roots found are x intercept and the y intercept is 0.