14

From a St. Petersburg school olympiad, 11th grade.

Prove or disprove: a non constant polynomial $P$ with non-negative integer coefficients is uniquely determined by its values $P(2)$ and $P(P(2))$.

Ivo Terek
  • 77,665
Weltschmerz
  • 6,875

2 Answers2

16

True. If $P(x)=a_nx^n+\cdots+a_1x+a_0$ then each of the coefficients are less then $b\equiv P(2)$. Each of these coefficients can then be read off from the base-b expansion of $P(b)=P(P(2))$.

11

Look at $P(P(2))$ in base $P(2)$. The nth place is the coefficient of $x^n$.

Steve