Patrick B. answered 08/04/19
Tutor
4.7
(31)
Math and computer tutor/teacher
Given : 7^k - 2^k is divisible by 5 for integer n
then 7^k and 2^k are both divisible by 5.
So 7^k = 5*M and 2^k = 5*N for integers M and N
7^(k+1) - 2^(k+1) = 7 * 7^k - 2 * 2^k = 7*5M - 2*5N = 35M - 10N = 5(7M - 2N)
which is clearly divisible by 5