Problem:
A polynomial with integer coefficients is called tricky if it has as a root.
A polynomial is called teeny if it has degree at most and integer coefficients between and , inclusive.
How many nonzero tricky teeny polynomials are there?
, 2019
Solution
Solution:
If a degree polynomial has as a root, then it must be the constant zero polynomial. Thus, we will only consider polynomials of degree .
If has degree , integer coefficients, and as a root, then it must be of the form for some nonzero integer . Since all integer coefficients are between and , inclusive, we require , which gives us . Note that for both values, the coefficient of is also between and , so there are tricky teeny polynomials.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.