Okay I saw this one on a test so here it goes: A polynomial of (degree > 3) when divided by $ (x-1)^2$ and $x-3$ leaves the remainder $2x+1$ and $15$ respectively. The remainder when it is divided by $(x-1)^2(x-3)$ is $ax^2+bx+c$ then find: $a+2b$;$a-3c-2b$; and the nature of it's roots.. I tried but no luck
2026-04-11 22:02:14.1775944934
Finding remainder
76 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Let the polynomial be $f(x)$
We have $$f(x)=(x-1)^2Q_1(x)+2x+1$$ and $$f(x)=(x-3)Q_2(x)+15$$ We also have $$f(x)=(x-1)^2(x-3)Q_3(x)+ax^2+bx+c$$
putting $x=1,$ $$f(1)=3=a+b+c$$ putting $x=3,$ $$f(3)=15=9a+3b+c$$ Therefore eliminating $c$, we have $4a+b=6$
Furthermore, $$f'(x)=2(x-1)Q_1+(x-1)^2Q'_1+2\Rightarrow f'(1)=2$$ and also, $$f'(x)=2(x-1)(x-3)Q_3+(x-1)^2Q_3+(x-1)^2(x-3)Q'_3+2ax+b$$
Hence$$f'(1)=2=2a+b$$ Now you can solve to get $a=2, b=-2, c=3$