I'm having a bit of trouble understanding mathematical induction, particularly when there's a question with powers or factorials. For example I have a problem 1 x 1! +2 x 2! + 3 x 3! +... + n x n! = (n+1)!-1.
I got (k+1)! ((k+1)-1) which I am unsure of. Can someone please explain to me.
The base case is quickly checked: $1\times 1!=1=(1+1)!-1$
Now suppose this relation holds for $n$ and let's check $n+1$.
$$1\times 1!+2\times 2!+...+n\times n!+(n+1)\times(n+1)!=(n+1)!-1+(n+1)\times(n+1)!$$ Because we know that $1\times 1!+2\times 2!+...+n\times n!=(n+1)!-1$
Rearranging $(n+1)!-1+(n+1)\times(n+1)!$ we get $(n+1)!(n+1+1)-1$ but $(n+1)!(n+1+1)-1=(n+2)!-1$, as we wanted to show