I have to show that this is divisible by both 2 and 3. For the next, part I have to show that it's divisible by 6 which from what I understand is the same as showing it's divisible by 2 and 3.
2026-03-25 01:17:09.1774401429
On
Show that for all $n ∈ Z$, $2n^3 + 3n^2 + n$ is divisible by both 2 and 3.
539 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
Factorising $2n^3 + 3n^2 + 1$ we get $n(n+1)(2n+1)$ As we know that sum of squares of first n natural numbers $$1^2+2^2+...+n^2 = {n(n+1)(2n+1)\over 6}$$ And since $$1^2+2^2+ ... + n^2$$ is an positive integer we can say that $n(n+1)(2n+1)$ is divisible by 6 and hence $2n^3 + 3n^2 + 1$ is divisible by 2, 3 and 6.
Hint: $\;2n^3 + 3n^2 + n = 2n(n+1)(n+2) -3n(n+1)\,$, then use that the product of $\,2\,$ consecutive numbers is divisible by $\,2\,$ and the product of $\,3\,$ consecutive numbers is divisible by $\,6\,$.