The same question was posed here Find the value of a+b+c but I cannot make sense of the answer.
My long division must be incorrect as I ended up with $a+b+c$ which is definitely wrong. I added $0$ to represent $x^3$ and $x^1$ terms.
I know the remainder should be zero if $x+1$ is a factor.
I am not putting two and two together.
My long division must be incorrect as I ended up with $a+b+c\;$ **which is definitely wrong**Why wrong? That is in fact the correct remainder:$$ \begin{align} ax^4 + bx^2 + c &= ax^3(x \color{red}{+1}) \color{red}{- ax^3} + bx^2 + c \ &= ax^3(x+1) -ax^2(x\color{red}{+1}) \color{red}{+ax^2} + bx^2 + c \ &= (ax^3-ax^2)(x+1)+(a+b)x(x\color{red}{+1}) \color{red}{-(a+b)x}+c \ &= \big(ax^3-ax^2+(a+b)x\big)(x+1) -(a+b)(x\color{red}{+1})\color{red}{+a+b}+c \ &= \big(ax^3-ax^2+(a+b)x-(a+b)\big)(x+1) + \boxed{a+b+c} \end{align} $$
– dxiv Apr 26 '18 at 03:52