Consider the series: $$ \sum_{i=1}^\infty \frac{i}{(i+1)!} $$ Make a guess for the value of the $n$-th partial sum and use induction to prove that your guess is correct.
I understand the basic principles of induction I think I would have to assume the n-1 sum to be true and then use that to prove that the nth sum is true. But I have no idea how to guess what the sum might be? Doing the partial sums indicates that the series converges at possibly 1.
We have:$$\dfrac{i}{(i+1)!} = \dfrac{(i+1)-1}{(i+1)!} = \dfrac{i+1}{(i+1)!} - \dfrac{1}{(i+1)!} = \dfrac{1}{i!}-\dfrac{1}{(i+1)!} \Rightarrow S_n = 1-\dfrac{1}{(n+1)!}\Rightarrow S=\displaystyle \lim_{n\to \infty} S_n = 1$$