- #1
cdummie
- 147
- 5
Prove that n^5 - 5n^3 + 4n is divisible by 120. for every natural number n greater or equal to 3.
First, i checked if it works for n=3 and it does,
so i could assume it works for some k>=3 so i could write k^5 - 5k^3 + 4k as 120*a a is natural number
so for k+1 i have:
(k+1)^5 - 5(k+1)^3 + 4(k+1)
and after applying Binomial theorem i got:
k^5 - 5k^3 + 4k + 5k^4 + 10k^3 - 5k^2 - 10k =
120a + 5k^4 + 10k^3 - 5k^2 - 10k
so now i only have to prove that 5k^4 + 10k^3 - 5k^2 - 10k is divisible by 120 but the problem is that i don't know how, doing induction again would be too complicated, so i tried to see what happen if k is even and what happens if k is odd number, if it's even i can write it as 2 times some number b but i end up with
80b^4 + 80b^3 - 20b^2 - 20b which is divisible by 20 and that doesn't mean is that is divisible by 120. What can i do, is this good approach?
First, i checked if it works for n=3 and it does,
so i could assume it works for some k>=3 so i could write k^5 - 5k^3 + 4k as 120*a a is natural number
so for k+1 i have:
(k+1)^5 - 5(k+1)^3 + 4(k+1)
and after applying Binomial theorem i got:
k^5 - 5k^3 + 4k + 5k^4 + 10k^3 - 5k^2 - 10k =
120a + 5k^4 + 10k^3 - 5k^2 - 10k
so now i only have to prove that 5k^4 + 10k^3 - 5k^2 - 10k is divisible by 120 but the problem is that i don't know how, doing induction again would be too complicated, so i tried to see what happen if k is even and what happens if k is odd number, if it's even i can write it as 2 times some number b but i end up with
80b^4 + 80b^3 - 20b^2 - 20b which is divisible by 20 and that doesn't mean is that is divisible by 120. What can i do, is this good approach?