We have this problem in math class at computer science department and we students can hardly agree on that. The problem is the following.
We were asked to solve: $$z^3 = \overline{z}$$ where $z=a+b\text{i}$ ($a,b\in\mathbb{R}$), i.e. $$(a+bi)^3 = a - bi.$$
Now some students used the De Moivre formula and got $3$ solutions while others used algebra and found $5$ solutions: $\{1, -1, i, -i, 0\}$
More details:
Well, some students used the De Moivre:
$$r^{3}\text{cis}(3\theta) = r\text{cis}(-\theta)$$
and then split the equation to the forms of: $$r^3 = r$$ and so $r$ can be $1$ or - because $-1$ falls ($r\geq 0$), and
$$3\theta = \theta + k \cdot 2\pi$$
if I remember right, and then for $k = 0, 1, 2$, they got some answers. But again, every student got different answers and we are all confused. Is it even possible to get $5$ answers to "$z^3$-form" equations?