I am stuck at the inductive step. After much effort I arrived at $2(k+1)!+k(k+1)!-1$ but don't know how to go from there to $((k+1)+1!)-1$. I realise that I must express it in terms of $k+1$, but don't know how to manipulate the expression any further. Any help would be appreciated.
2026-03-28 21:34:29.1774733669
Prove by induction that $1 \cdot 1!+2 \cdot 2!+\ldots+n \cdot n!=(n+1)!-1$
257 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
You have a commont factor $ (k+1)! $, $$ 2(k+1)! + k(k+1)! - 1 = (k+2)(k+1)! - 1 = (k+2)! -1. $$