Step (1): Assume given statement
Let the statement P(n) be defined as
P(n):2⋅7n+3⋅5n−5 is divisible by 24.
Step (2): Checking statement P(n) for n=1
Put n=1 in P(n), we get
2⋅71+3⋅51−5
=14+15−5
=24 which is divisible by 24
Thus, P(n) is true for n=1.
Step (3): P(n) for n=K
Put n=K in P(n), and assume that P(K) is true for some natural number K i.e.
P(K):2⋅7K+3⋅5K−5=24q, where q∈N ⋯(1)
Step (4): Checking statement P(n) for n=K+1
Now, we wish to prove that P(K+1) is true whenever P(K) is true, we have
2⋅7K+1+3⋅5K+1−5
=2⋅7⋅7K+3⋅5⋅5K−5
=7[2⋅7K+3⋅5K−5−3⋅5K+5]+15⋅5K−5
=7[24q−3.5K+5]+15.5K−5 (Using (1))
=7×24q−21⋅5K+35+15⋅5K−5
=7×24q+5K(15−21)+35−5
=7×24q−6.5K+30
=7×24q−6(5K−5)
=7×24q−6(4p)
[∵(5K−5) is a multiple of 4]
=7×24q−24p
=24(7q−p)
=24×r where r=7q−p, is some natural number.
The expression is divisible by 24.
Thus P(K+1) is true whenever P(K) is true.
Final Answer:
Hence by principle of mathematical induction, P(n) is true for all n∈N.