I've tried to rearrange $n^3 - 1$ (turning it into $(n-1)(n^2+n+1)$) and play around with it, but I haven't been able to figure it out. Within the text this problem was in, the chapter taught you divisibility and the Euclidean Algorithm so I'm assuming the answer will utilize those tools.
2026-03-27 18:01:45.1774634505
Find all integers n (positive, negative, or zero) so that $n^3 – 1$ is divisible by $n + 1$
480 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
John Omielan's answer is a standard mathematical approach. However if you are not comfortable with congruences you may try this:
$$n^3-1=(n+1)(n^2-n+1)-2$$
Dividing by $n+1$ gives $$\frac{n^3-1}{n+1}=(n^2-n+1)-\frac{2}{n+1}$$
Since the left side & the first term on the right are integers, then $\frac{2}{n+1}$ must also be an integer. So, $\frac{2}{n+1}$ must be an integer. This is possible for $n=1,-3,-2,0$