✔ 最佳答案
By use of mathematical induction
Is 9^n-2^n divisible by 7
If N = 1
9^1 - 2^1 = 7
therefore N=1 is true
Assume N=k
that is 9^k-2^k=7P for P is any positive integer
If N = k+1
9^(k+1)-2^(k+1)
=9*(9^k)-2*(2^k)
=9*(7P+(2^k))-2*(2^k)
=63P + 9*(2^k) - 2*(2^k)
=63P + 7*(2^k)
=7(9P + (2^k))
Therefore it is true when n=k+1
if n=1 is true, and n=k, n=K+1 is true,
then it must be true for n=1, 2, 3, 4, 5....
ie the statement is true for all integers n > or equal1
Is 6^n-5n+4 divisible by 5
the statement is true when n=1
(working ommited.. too obvious)
let n=k
6^k - 5k + 4 = 5P for any positive integer P
when n=k+1
6^(k+1) - 5(k+1) + 4
= 6*(5P + 5k - 4) - 5(k+1) + 4
= 30P - 25k -15
=5(6P - 5k -3)
ie. statement divisible by 5