161k views
2 votes
Can someone solve this by mathematical induction?


Can someone solve this by mathematical induction? ​-example-1
User Duc
by
7.1k points

1 Answer

1 vote

Answer:

Explanation:


1) Initialisation:\\n=1\\1*1!=1\\(1+1)!-1=2-1=1\\True\\\\2) recursivity:\\\displaystyle \sum_(r=1)^n(r*r!)=(n+1)!-1\ is\ true\\\displaystyle \sum_(r=1)^(n+1)(r*r!)= \sum_(r=1)^(n)(r*r!)+(n+1)*(n+1)!\\\\=(n+1)!-1+(n+1)*(n+1)!\\=(n+1)!*(1+(n+1))-1\\=(n+1)!*(n+2)-1\\=(n+2)!-1\ thus\ true\ for\ n+1.\\

User Rafidheen
by
6.4k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.