Not sure how to solve this one: If the remainder of dividing the polynomial $x^{2018}-ax^{2017}+bx^{2015}+c$ by $x^3-x^2+x-1$ is $ax+b$, where $a,b,c\in\mathbb{R}$, how much is $a-b+c$
2026-04-06 10:38:31.1775471911
Polynomial division with remainder problem
59 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
HINT
Firstly, notice that:
\begin{align*} x^{2018} - ax^{2017} + bx^{2015} + c = q(x)(x^{3} - x^{2} + x - 1) + ax + b \end{align*}
Secondly, notice that: \begin{align*} x^{3} - x^{2} + x - 1 = x^{2}(x-1) + (x - 1) = (x^{2} + 1)(x - 1) \end{align*}