y = x2 - 4x - 12
y intercept is calculated by plugging in 0 to x:
yintercept = 02 - 4(0) - 12
yintercept = -12 ---> point (0, -12)
x intercept is calculated by plugging in 0 to y:
0 = x2 - 4x - 12
we factor out above equation:
(x - 6) (x + 2) = 0
so, x = 6 or x = -2
so we have two x intercepts:
(6, 0) and (-2, 0)