Edward C. answered 04/15/20
Caltech Grad for math tutoring: Algebra through Calculus
There's a correspondence between zeros of a polynomial and factors of the polynomial. If a, b and c are zeros of a polynomial, then (x-a), (x-b) and (x-c) must be factors of the polynomial.
For example, a polynomial in factored form with the zeros 1, 2 and 3 is
f(x) = (x-1)(x-2)(x-3)
You can expand this to get
f(x) = (x2 - 3x + 2)(x - 3) = x3 - 3x2 + 2x - 3x2 + 9x - 6 = x3 - 6x2 + 11x - 6