Please show that there does not exist $(a,b,c)\in\mathbb{Q}^3$ such that \begin{matrix} a^2b+2b^2c+2ac^2=0\\ a^2c+ab^2+2bc^2=0\\ a^3+2b^3+4c^3+12abc=3. \end{matrix}
I'm able to show that this is true iff $[\mathbb{Q}(\sqrt[3]2,\sqrt[3]3):\mathbb{Q}]=9$.
In order to prove that there is no $(a,b,c)\in\mathbb{Q}^3$ satisfying the three equations, assume that one of $a,b,c$ is non-zero. Let's say that $a\neq 0$. Set $x=b/a$ and $y=c/a$ and divide the first two equations by $a^3$. Then we get $x+2x^2y+2y^2=0$ and $y+x^2+2xy^2=0$. Multiply the first equation by $x$ and substract from the second gives us that $2x^3y=y$ $\Leftrightarrow$ $y(2x^3-1)=0$. Since $x\in\mathbb Q$ we can not have $2x^3-1=0$, so $y=0$. It follows that $c=0$, and so on.