My book provides a full proof of MacLaurin theorem by induction, then assert that the theorem can be generalized for each $x_0$ (Taylor theorem), because any polynomial:
$$P_n(x) = {a_n}x^n + a_{n-1}x^{n-1}+ a_{n-2}x^{n-2}+...+a_0$$
can be rewritten with center $x_0$ as:
$$P_n(x) = {b_n}(x-x_0)^n + b_{n-1}(x-x_0)^{n-1}+ b_{n-2}(x-x_0)^{n-2}+...+b_0$$
with $b$ that depends from $a$.
But how can I prove always exist a $b $ that depends from $a$ that allows to rewrite the MacLaurin polynomial to Taylor polynomial?