Assuming that $P(x)$ is a polynomial and it is true that $P(3x)=26 \cdot P(x+1)$, then of what degree is the polynomial?
This is the first time that I've seen such a question and hence I don't know how to attack it. What I attempted to do was the following:
If it is of degree 1, then $P(x)=ax+b$ hence $P(3x)=3ax+b$, but $P(3x)=26*P(x+1)$, hence \begin{align*} 3ax+b &= 26 \cdot 3a(x+1)+b \\ 3ax &= 26 \cdot 3a(x+1) \\ x & = 26 \cdot (x+1) \\ x &= 26 \cdot x+26, \end{align*}
Hence $x$ needs to be a certain value, something which can't be true.
I then tried the same thing for degree $2, 3, 4$ in the hope of finding some sort of pattern, but I couldn't find one. Could you please explain to me how to solve this question as well as how to solve other similar style questions?
Hint: $P(3x)=26 P(x+1)$ implies $3^n a_n = 26 a_n$ and so $a_n=0$ because $26$ is not an integer power of $3$.