nddewaters
- 6
- 0
Mark44 said:For starters, you have a typo in your summation. It should be
[tex]\sum_{o = 1}^n i\cdot i![/tex]
The index for your summation is i, not o or 0.
Your induction hypothesis is
[tex]\sum_{i = 1}^k i\cdot i! = (k + 1)! - 1[/tex]
This is the statement when n = k
The statement you're trying to prove, when n = k + 1, is
[tex]\sum_{i = 1}^{k + 1} i\cdot i! = (k + 2)! - 1[/tex]
and not what you have.