I recently came across the problem
What is the remainder when $x^5 + 2x^4 -3x^2 + 2x -4$ is divided by $(x^2 + 2x)$?
a. $x^3 - 3$
b. $8x - 4$ Correct answer
c. 4
d. $2x-4$
e. $20x$
And I attempted to solve using the remainder theorem (the textbook advised plugging in numbers, instead of actually using synthetic/polynomial division to solve for multiple choice questions). However, I soon found that smaller numbers didn't give me accurate results. My method of solving (and the way the textbook told me to solve) was to choose a random value for $x$. I chose 3. Then, plug 3 into both equations:
$3^5 + 2(3)^4 -3(3)^2 + 2(3) -4$ is divided by $((3)^2 + 2(3))$
Then, I solved:
$\frac{3^5 + 2(3)^4 -3(3)^2 + 2(3) -4}{(3)^2 + 2(3)} = 25\frac{2}{3}$
Then I took the remainder ($\frac{2}{3}$) and multiplied it by the divisor to get the remainder:
$\frac{2}{3} * ((3)^2 + 2(3)) = \frac{1}{3} $
Therefore, when you set $x = 3$, you get a remainder of $\frac{1}{3} $. The textbook then told me to plug in the value I set x to into all the choices, until I found a value that was equal to the remainder, so when $x=3$:
a. $x^3 - 3$ -> 24
b. $8x - 4$ -> 20
c. 4 -> 4
d. $2x-4$ -> 2
e. $20x$ -> 60
None of these values match up with the remainder I ended up with. The same issue happened when I tried $x=4$ and $x=5$. I ended up making a table to see what numbers I plugged in would result in an "accurate" remainder:
All the numbers in red are "inaccurate" remainders (in the sense that their value doesn't match up with the value of the remainder given by the correct solution, $8x-4$. I looked in the textbook for an explanation and it said:
Plug in! Because you want remainders, you want to choose a larger value of x. Make x = 10. Putting x into both statements, you find that you want the remainder when 119,716 is divided by 120. A trick to find the remainder at this point is to do the division in your calculator: you find that $\frac{119,716}{120} = 997.633$. Subtract what comes before the decimal, so your calculator reads 0.633. Then multiply by what you divided by: $0.633 * 120 = 76$, which is your remainder. Finally, plug $x=10$ into each answer choice, looking for one that equals 76. The only choice that works is (B).
The textbook seems to say that because I want to find the remainder, I need to plug in a larger value for this method to work. My table also shows this. In order to see if this was a one time occurrence, I made the same chart for the question:
What is the remainder when $x^3 + 2x^2 - 27x + 40$ is divided by $(x-3)$
a. 4 Correct Answer
b. 16
c. $2x + 2$
d. $x^2-5$
e. $x^2+5x-12$
The correct answer is 4. The chart below shows the remainder calculated vs. the remainder that is the answer (4). The values that don't match up are once again in red. Please note that I removed 3 from the table because it was a root of the equation, so the results weren't useful for my purposes.

In summary, does the remainder theorem not work for smaller values or does the method of my textbook not work for smaller values. If the latter, what is a better method that is still feasible under a short time limit (SAT 2 Subject Test).
Edit:I realized the remainder theorem is working (I'm getting the correct remainder), so it isn't the remainder theorem that is the problem. What explains the difference between the actual remainder and the remainder predicted by the answer of the textbook?