Prove that there do not exist three consecutive positive integers a, b, c such that $a^3+b^3=c^3$. How do we proof this using contradiction?
2026-03-25 16:01:32.1774454492
prove that there is no non zero solution to $a^3+b^3=c^3$
129 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Write $\;a=n-1\,,\,\,b=n\,,\,\,c=n+1\;$ , so you want to know whether$
$$(n-1)^3+n^3=(n+1)^3\iff2n^3-3n^2+3n-1=n^3+3n^2+3n+1\iff$$
$$n^3-6n^2+6n-2=0$$
and now use the rational root of integer polynomial theorem.