I|m not entirely sure if I'm allowed to ask this, please tell me if I'm not:
As homework our teacher told us to solve that $49^{n} - 2^n$ is divisible by $47$ with $n \in \mathbb N$ using induction. However I'm failing to do this.
If I would be allowed to use modulo calculation this would be proven in 2 lines but induction seems far more complicated to me.
Using congruences :
Base step : $$47\mid 49^0 - 2^0 = 0$$
Inductive step : Suppose for a certain $n\in \Bbb N$ that : $$47 \mid 49^{n} - 2^n$$ which can, equivalently, be expressed as $$49^{n} \equiv 2^n [47]$$
Then $$49^{n+1} \equiv 2^n 49 \equiv 2^n 2 \equiv 2^{n+1}[47]$$
This ends the induction. Therefore, $$\forall n\in\Bbb N, 47\mid49^n-2^n.$$