Prove that there are no positive integers $x$ and $y$ such that $x^3 + y^3 = 10^3$.
This is a homework question, and I understand that its part of Fermat's Last Theorem, but when I looked that up to try to figure out the homework, I realized that it is way further than what we've learned in class so far. We have to prove this, but the only way I can think to do it is by exhaustion, which would be extremely lengthy. Any little shove in the right direction would be appreciated. Thanks!
Either both $x$ and $y$ are odd, or both are even. I haven't figured out the odd case yet, but here's the even case:
Even:
$(2a)^3+(2b)^3 = 10^3 \implies a^3 + b^3 = 125 \implies (a+b)(a^2 + ab + b^2) = 5 \cdot 25$.
Note that since $x$ and $y$ are positive integers, writing the RHS as $1 \cdot 125$ wouldn't work.
Since $a+b$ is smaller than $a^2+ab+b^2$, we have $a+b = 5$. But then
$a^2+ab+b^2 < a^2 + 2ab + b^2 = (a+b)^2 = 25$.
So no even solution.