Question 167601
 find the x and y intercepts:
y = x squared + 8x + 14
-----------------
To find the y-intercept, set x=0
y = 14, so it's (0,14)
Finding the x-intercepts is solving for x
*[invoke solve_quadratic_equation 1,8,14]
To clarify, the x-intercepts are:
{{{-4 + sqrt(2)}}} and 
{{{-4 - sqrt(2)}}}