About Taylor polynomials:
I have $$f(x)=(x-4)^9$$
And I need to find the 10th order taylor polynomial about $x=4$
Now, I tried solving it: All but the last term is equal to $0$ since for example $$f''(a)\frac{(x-a)^2}{2!}= (4-4)\frac{x-4}2=0$$
So I'm left with the last term of $$36288\frac{(x-a)^9}{10!}=\frac{(x-4)^9}{10}$$
But this is the wrong answer, can anyone help me out here?