We use the method of mathematical induction
for n=1
n(n+1)=1∗2=2
3n(n+1)(n+2)=31∗2∗3=2
for n=1 statement is true
suppose the statement is true for n=k
(1∗2)+(2∗3)+....+k(k+1)=3k(k+1)(k+2) (1)
сonsider the expression for n=k+1
(1∗2)+(2∗3)+....+k(k+1)+(k+1)(k+2) =
from equality (1):
=3k(k+1)(k+2)+(k+1)(k+2)=3k(k+1)(k+2)+3(k+1)(k+2)=3(k+1)(k+2)(k+3)
i.e
(1∗2)+(2∗3)+....+k(k+1)+(k+1)(k+2)= 3(k+1)(k+2)(k+3)
the statement is true for n=k+1
the expression is true for n = 1 on the assumption
that the expression is true for n = k follows that
the expression is also true for n= k+1
therefore, the expression is true for all positive numbers
Answer:the statement under the conditions of the problem is correct,
proven by mathematical induction