Find the integers $a,b,c,x,y,z$ that verify the system: $$x^3+2y^3=a^3$$ $$5y^3+3z^3=b^3$$ $$4z^3+6x^3=c^3$$
This is a logical continuation of this another problem: Find the integers $a,b,x,y$ that verify the system: $$x^2+6y^2=a^2$$ $$6x^3+y^2=b^2$$
You assume there is a minimal non-trivial solution $(|x|,|y|,|a|,|b|)$, Add the expressions, and because of the modulo classes of perfect squares with 7, it must be that $a,b$ are divisible by 7, so you divide by 7, and you find another even smaller solution, resulting into a contradiction.
That clearly doesn't work for the first problem, since there are some exceptions regarding the modulo classes.