Q.
For every positive integer n,7n−3n is divisible by
2816
222
Principle of Mathematical Induction
Report Error
Solution:
Let P(n):7n−3n is divisible by 4.
For n=1, P(1):71−31=4, which is divisible by 4. Thus, P(n) is true for n=1.
Let P(k) be true for some natural number k,
i.e. P(k):7k−3k is divisible by 4.
We can write 7k−3k=4d, where d∈N...(i)
Now, we wish to prove that P(k+1) is true whenever P(k) is true, i.e. 7k+1−3k+1 is divisible by 4.
Now, 7(k+1)−3(k+1)=7(k+1)−7.3k+7.3k−3(k+1) =7(7k−3k)+(7−3)3k=7(4d)+4.3k [using (i)] =4(7d+3k), which is divisible by 4.
Thus, P(k+1) is true whenever P(k) is true. Therefore, by the principle of mathematical induction the statement is true for every positive integer n.