Let P (n): 52n – 1 is divisible by 24
Let us check for n = 1,
P (1): 52 – 1 = 25 – 1 = 24
P (n) is true for n = 1. Where, P (n) is divisible by 24
Now, let us check for P (n) is true for n = k, and have to prove that P (k + 1) is true.
P (k): 52k – 1 is divisible by 24
: 52k – 1 = 24λ … (i)
We have to prove,
52k + 1 – 1 is divisible by 24
52(k + 1) – 1 = 24μ
So,
= 52(k + 1) – 1
= 52k.52 – 1
= 25.52k – 1
= 25.(24λ + 1) – 1 by using equation (1)
= 25.24λ + 24
= 24λ
P (n) is true for n = k + 1
Hence, P (n) is true for all n ∈ N.
Answered by Aaryan | 1 year agoGiven an example of a statement P (n) such that it is true for all n ϵ N.
a + (a + d) + (a + 2d) + … + (a + (n-1)d) = \( \dfrac{n}{2}\) [2a + (n-1)d]
72n + 23n – 3. 3n – 1 is divisible by 25 for all n ϵ N
n (n + 1) (n + 5) is a multiple of 3 for all n ϵ N.