Problem:
If a polynomial $f(x)$ is divided by $(x-2)$ it will remain $5$ and if it's divided by $(x^2-x-6)$ it will remain $(2x+5)$. What is the remainder of the division if $f(x)$ is divided by $(x^2-4)$?
My attempt:
Let g(x) be the result of the first divison, then $f(x) = g(x)(x-2) + 5$. Let h(x) be the result of the second division, then $f(x) = h(x)(x^2 - x - 6) + (2x+5)$. From that information, suppose the remainder I'm going to find is $k(x)$, I'll have:
- $f(-2)=k(-2) = 1$
- $f(2)=k(2) = 5$
Only if I know the general form of the remainder will I be able to find it. Could you help me please? I'm a teacher and this is for my student, I hope you could explain step by step so I can re-explain it to my student easily. Thanks.