According to the remainder theorem, if we divide $p(x)$ by $(ax+b)$, the remainder will be $p(-b/a)$
Let $p(x) = 3x^3+ 5x^2+ 8x +5$ and let the divider be $2x + 7.$
So, $a = 2$ and $b =7$. Thus, the remainder should be $p(-7/2)$ $ = 3×(-7/2)^3 + 5×(-7/2)^2 + 8×(-7/2) + 5$ $= -90.375$
If the remainder theorem is true for all values of $x$, then the remainder should always be $-90.375$.
However, for $x=1$ , $p(x)$ = $p(1)$ = 21 and $2x+7 = 9$. So, the remainder is not $-90.375$. Again, for $x =2,3,4$ its not $-90.375$.
Why is it equal to the estimated value from the remainder theorem? Did I make any mistakes?
Any help will be appreciated.