Step (1): Assume given statement
Let the given statement be P(n), i.e.
P(n):12⋅5+15⋅8+18⋅11+⋯+1(3n−1)(3n+2)=n(6n+4)
Step (2): Checking statement P(n) for n=1
Put n=1 in P(n), we get
P(1):12⋅5=16⋅1+4
⇒110=110
Thus P(n) is true for n=1
Step (3): P(n) for n=K
Put n=K in P(n) and assume this true for some natural number K i.e.,
P(k):12⋅5+15⋅8+18⋅11+⋯+1(3K−1)(3K+2)
=K(6K+4) ⋯(1)
Step (4): Checking statement P(n) for n=K+1
Now we shall prove that P(K+1) is true whenever P(k) is true.
Now, we have
12⋅5+15⋅8+18⋅11+⋯+1(3K−1)(3K+2)+1(3K+2)(3K+5)
=K(6K+4)+1(3K+2)(3K+5) (using (1))
=K2(3K+2)+1(3K+2)(3K+5)
=1(3K+2)(K2+13K+5)
=1(3K+2)(3K2+5K+22(3K+5))
=1(3K+2)(3K2+2K+3K+22(3K+5))
=1(3K+2)((3K+2)(K+1)2(3K+5))
=K+12(3K+5)
=K+16K+10
=(K+1)6(K+1)+4
Thus, P(K+1) is the true whenever P(K) is true.
Final answer :
Hence, from the principle of mathematical induction, the statement P(n) is true for all n∈N.