saadsarfraz
- 86
- 1
Hi, how would you show that 4^(k)+4 * 9^(k) \equiv 0 (mod 5)
Last edited:
robert Ihnot said:Checking a few small values of k shows it is not always true.
d_leet said:I'm pretty sure that it is, in fact, always true.
NoMoreExams said:You know that
4^k + 4 \cdot 9^k = 5k, k \in \mathbb{Z}
wsalem said:Mentallic, you are on topic.
a \equiv b \mod m is read "a is congruent to b modulo m". Mathematically, it means a - b = mk (or a = mk +b) for a fixed m \in \mathbf{N} and some k \in \mathbf{N}. In other words, a-b is divisible by m.