Proof of the following statement : $41^a - 14^a$ is a multiple of $27$ for $a \in \Bbb N$

60 Views Asked by At

Can anyone give me a simple proof of this statement . I know how to prove it using principle of mathematical induction so please prove it in some other way.

2

There are 2 best solutions below

0
On BEST ANSWER

By the binomial theorem, $41^a = (27+14)^a = 27m + 14^a$, for some $m \in \mathbb N$.

0
On

Reducing modulo $27$, \begin{align*} 41^a - 14^a &\equiv 14^a - 14^a \\ &\equiv 0 \pmod{27} \end{align*} (since $41 = 27 + 14$) so $27$ divides your number.