Q: Prove that $\frac{1}{5}n^5+\frac{1}{3}n^3+\frac{7}{15}n$ is an integer for every integer n. In fact, I already have a method, but it seems too long. So I would first (1)is there any problem with my logic? (2) Is there any better/faster method to do these kinds of questions?
My solution: $$\frac{1}{5}n^5+\frac{1}{3}n^3+\frac{7}{15}n$$ $$=\frac{1}{15}(3n^5+5n^3+7n)$$ Then my next time is to use M.I to prove that $(3n^5+5n^3+7n)$ is divisible by $15$ for positive integers. And for negative integer, I switch it into -$(3n^5+5n^3+7n)$ and it also satisfies the divisibility of $15$.
But the above seems too clumsy. This course is "Intro to number theory". Is there any beter method to do it?
Hint: Your term is equal $$\frac{n}{15}(3n^4+5n^2+7)$$ and now Show that that $$15|n(3n^4+5n^2+7)$$ for all $n$