Problem: There exist two complex numbers $c$, say $c_1$ and $c_2$, so that $2+2i$, $5+i$, and $c$ form the vertices of an equilateral triangle. Find the product $c_1c_2$.
I've been struggling with this problem for a while, please help. Thanks.
EDIT: The problem has been solved but if you are still interested, see if you can solve the problem without finding $c_1$ or $c_2$.
If $c_1(a,b)$
We have $$(a-2)^2+(b-2)^2=(5-2)^2+(1-2)^2=(a-5)^2+(b-1)^2$$
$$(a-2)^2+(b-2)^2=(a-5)^2+(b-1)^2$$ will give us a linear relationship between $a,b$
which can be used in $$(5-2)^2+(1-2)^2=(a-5)^2+(b-1)^2$$ or in $$(a-2)^2+(b-2)^2=(5-2)^2+(1-2)^2$$ to find $a,b$
Observe that there two sets of values of $(a,b)$ corresponding to $c_1,c_2$