CEMC Banner

Problem of the Month
Hint for Problem 4: January 2023

  1. What are the possible values of c?

  2. How many distinct integers can occur in a triple in S?

  3. Try to generalize the idea in part (c). The constants a2 through ak+1 do not depend on n.

  4. For positive integers u and v with u<v, the usual convention is that (uv)=0. This convention makes sense for (at least) two reasons. First, there are zero ways to choose v objects from u distinct objects if u<v, so "u choose v" should be equal to 0. Second, the formula for (uv) given by (uv)=u(u1)(u2)(uv+1)v! will have a factor of 0 in the numerator if u<v.

  5. Directly compute an expression for p5(n)p5(n1). It should be a polynomial with coefficients depending on a1 through a6. By equating coefficients with the polynomial n5, solve for a1 through a6. After these coefficients are known, a0 can be computed from p5(1)=1.

  6. A polynomial with infinitely many roots must be the constant zero polynomial. Using this fact, show that pk(n)pk(n1)=nk for all real numbers, not just positive integers. This means you need to "extend" pk(n) to accept inputs that are not positive integers. Once this is done, determine the values of pk(0) and pk(1). To show that 2n+1 is a factor of pk(n) for even k, consider the values of pk(n) when n is a positive integer.