Question states as following:
A polynomial $f(x)$ in the $4^{th}$ degree is divisible by $x^2-1$. Find the remainder if $f(x)$ is divided by $(x+1)(x-1)(x-2)$.
Did a bit of googling, in which I found this post, but that didn't really help much since the question states that it is divisible, in which I don't think that I'll be able to solve for $a$ and $b$.
I've also tried doing $$f(x)=Q(x+1)(x-1)+R$$ And that didn't really helped since all I've gotten is that $f(1)=0$ and $f(-1)=0$.
Also tried equating $f(x)$ so that it becomes $$Q_1(x+1)(x-1)=Q_2(x+1)(x-1)(x-2)+R_2$$, solving for $R_2$ which is $$R_2=(x+1)(x-1)[Q_1-Q_2(x-2)]$$
Apparently the answer to the question is $$\frac 13f(2)[x^2-1]$$ but I can't seem to make $Q_1-Q_2(x-2)$ equal to $\frac 13f(2)$. This question has been bugging me for a while so thanks in advance for helping.