Suppose we have a polynomial $P(x)$
$$P(x) = x^3 - 8x^2+6x-k$$
and it is given that
$$P(a) = P(b) = P(c) = 3$$
I noticed that my teacher wrote down some equations such as
$$P(x) = \color{blue}{(x-a)}Q(x) +3$$
$$P(x) = \color{blue}{(x-b)}B(x) +3$$
$$P(x) = \color{blue}{(x-c)}C(x) +3$$
Where do these $x-a, x-b,x-c$ come from and how? I'll be glad if you explain.
Regards