Answer:
x = -7, x = 6
Explanation:
f(x) = x² + x − 42
You can use the quadratic formula to find the roots (x-intercepts), or, if it's "factorable", you can use the AC method.
Here, a = 1, b = 1, and c = -42.
The product a times c is -42.
Factors of ac that add up to b are +7 and -6.
So the quadratic factors to:
f(x) = (x + 7) (x − 6)
To find the x-intercepts, we set this equal to 0:
0 = (x + 7) (x − 6)
x + 7 = 0, x − 6 = 0
x = -7, x = 6