I was trying to solve this system of equations:
$${ \begin{cases}{x^4+y^4=1} \\ {x^3+y^3=1}\end{cases} }$$ I subtracted the second equation from the first one:$$x^4-x^3+y^4-y^3=0$$ $$x^3(x-1)+y^3(y-1)=0$$ We can easily check that $(x,y)=(1,1)$ and $(x,y)=(0,0)$ are roots of this equation. but if we plug in these values in the original system of equations we can see they are not the answer. So why this is happening?