Question 245448
Find x,y intercept, if possible for f(x) = x^2 - x + 2
---------
To get the y-int, set x = 0
x = 0, y = 2 --> (0,2)
----------------
For x:
x^2 - x + 2 = 0
*[invoke solve_quadratic_equation 1,-1,2]
-----------
There are no x-intercepts.