How would you show that $n^3-n$ is divisible by $6$, when $n=k+1$ ?
2026-04-13 16:18:57.1776097137
Showing $n^3 - n$ is divisible by $6$
313 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
Let for $n=k$, the number $n^3-n$ be divisible by $6$ then we have $$k^3-k=6\lambda$$ Now, substituting $n=k+1$, $$(k+1)^3-(k+1)$$$$=(k+1)(k^2+2k+1-1)$$$$=k^3+3k^2+2k$$ $$=(k^3-k)+3k^3+3k$$ substituting $k^3-k=6\lambda$ $$=6\lambda+3k(k+1)$$ since, $\color{red}{\text{product of two consecutive integers is divisible by}\ 2}$ so we can let $k(k+1)=2m$ where, $m$ is an integer. Hence, we get $$6\lambda+3k(k+1)=6\lambda+3(2m)=6(\lambda+m)$$ since $(\lambda+m)$ is an integer hence the number $6(\lambda+m)$ is divisible by $6$
Thus, the number $n^3-n$ is divisible by $6$ for $n=k+1$