
Tim T. answered 04/03/20
Math: K-12th grade to Advanced Calc, Ring Theory, Cryptography
Hey! Lets solve this shall we ?
So, we must find out what f(x) is given f(-2) = f(1) = f(3) = 0 and f(0) = 20. This statement is saying that the zeros of the polynomial f are -2, 1 and 3 such that x = -2, x = 1 and x = 3. We must turn these zeros into their factors so we can find f, so
x = -2; (x + 2) = 0
x = 1; (x - 1) = 0
x = 3; (x - 3) = 0..........We must multiply these factors to obtain f such that
(x+2)(x-1)(x-3)...........Im gonna multiply the first two together first to get
(x2 - x + 2x - 2)(x - 3)
(x2 + x - 2)(x - 3)..........Then we multiply again such that
x3 + x2 - 2x - 3x2 - 3x + 6...........Then add like terms to obtain
f(x) = x3 - 2x2 - 5x + 6
I hope this helped!