Q.
Assertion (A) P(n):41n−14n is a multiple of 27 , where n∈N. Reason (R) By principle of mathematical induction, for a given statement P(n),n∈N, if P(1) is true and Pˉ(k+1) is true whenever P(k) is true, k∈N, then for all n∈N,P(n) is truc.
50
151
Principle of Mathematical Induction
Report Error
Solution:
Let the statement P(n) be defined as P(n):41n−14n is a multiple of 27 .
Step I For n=1, P(1):411−141=27=1×27
which is a multiple of 27 that is true.
Step II Let it is true for n=k,
i.e., 41k−14k=27λ....(i)
Step III For n=k+1, 41k+1−14k+1=41k41−14k14 =(27λ+14k)41−14k14 [using Eq. (i)] =27λ×41+14k×41−14k×14 =27λ×41+14k(41−14) =27λ×41+14k×27 =27(41λ+14k)
which is a multiple of 27 .
Therefore, P(k+1) is true when P(k) is true. Hence, from the principle of mathematical induction, the statement is true for all natural numbers n.
Thus, we see that
Both A and R are correct and R is the correct explanation of A.