Problem 14 Polynomials
Problem 14 Polynomials
x3 +2x2 +3x+4
Problem: For how many integers x is x+5 an integer?
Solution: We can write x3 + 2x2 + 3x + 4 = P (x) · (x + 5) + Q, for some integer Q and some
integer polynomial P (x).
86 has 8 factors: ±1, ±2, ±43, ±86, so there are 8 possible integer values for x + 5, and thus
8 possible values for x.
Solution was written by The Zuton Force and compiled from Art of Problem Solving
Forums.