Prove by induction that $(x+1)^n - nx - 1$ is divisible by $x^2$
Basis step has already been completed. I've started off with the inductive step as just $n=k+1$, trying to involve $f(k)$ into it so that the left over parts can be deducible to be divisible by $x^2$ but getting stuck on this inductive step.
Hint: $$(x+1)^{n+1}-(n+1)x-1=(x+1)(x+1)^n-nx-x-1$$$$=(x+1)((x+1)^n-nx-1)+(nx+1)(x+1)-nx-x-1$$$$=(x+1)((x+1)^n-nx-1)+nx^2$$