Answer:
f(x) = x² - 10x + 27
Explanation:
Given the x- intercepts of f(x) are x = a and x = b, then the factors are
(x - a) and (x - b) and f(x) is the product of the factors, that is
f(x) = (x - a)(x - b)
Here the x- intercepts are 5 - i
and 5 + i
, thus the factors are
(x - (5 - i
)) and (x - (5 + i
)) , that is
(x - 5 + i
) and (x - 5 - i
, then
f(x) = (x - 5 + i
)(x - 5 - i
) ← expand using FOIL
= (x - 5)² - 2i² ← i² = - 1
= x² - 10x + 25 + 2
= x² - 10x + 27