We know that $$\ln(1+ x) = \sum_{n=1}^\infty\frac{(-1)^{n+1}x^n}{n}$$ I need to find the Maclaurin series for $\ln(4 - x)$. The approach I have tried is writing $\ln(4 - x)$ as $\ln(1 + (3 - x))$ and then substituting $3-x$ in $$\sum_{n=1}^\infty\frac{(-1)^{n+1}x^n}{n} \rightarrow \sum_{n=1}^\infty\frac{(-1)^{n+1}(3-x)^n}{n}$$
Is this a correct approach, since the answer in the textbook I am referring to uses derivatives to find the series.
Hint
$$\log(4-x)=\log(4)+\log \left(1-\frac{x}{4}\right)$$ So, use you expression for $\log(1-t)$ and replace $t$ by $\frac x4$.