I've tried expanding $(n+1)^5-5(n+1)^3+4(n+1)$ but I end up with $120k+5(n^4+2n^3-n^2-2n)$ where k is any positive whole number, and I can't manipulate $5(n^4+2n^3-n^2-2n)$ to factor with 120.
2026-04-12 15:13:22.1776006802
On
Prove by induction that $n^5-5n^3+4n$ is divisible by 120 for all n starting from 3
4.6k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
2
On
Using repeated differences and Newton's interpolation formula we get $$ n^5-5n^3+4n = 120 \binom{n}{3} + 240 \binom{n}{4} + 120 \binom{n}{5} $$ Although this identity suffices for answering the question, it also implies the simpler identity below: $$ n ^5-5n^3+4n = 120 \binom{n+2}{5} $$ which gives a crystal clear answer to the question.
If you must use induction, then: \begin{align} f(n+1)-f(n) &=5 n^4+10 n^3-5 n^2-10 n\\ &= 5 (n+2) (n+1) n (n-1)\\ &= 5 (4!) \binom{n+2}{4}\\ &= 120 \binom{n+2}{4} \end{align}
Hint $\ $ Show $\ 3,5,8\mid f(n)\! =\! (n-2)(n-1)n(n+1)(n+2)$
implies that $\ 3,5,8\mid\, f(n+1)\,\ =\,\ (n-1)n(n+1)(n+2)(n+3)$