Find the number of complex numbers satisfying $|z|=\text{max}\{|z-1|,|z+1|\}$
My Attempt: Let $z=x+iy$, so, $$\sqrt{x^2+y^2}=\text{max}\{\sqrt{(x-1)^2+y^2},\sqrt{(x+1)^2+y^2}\}$$
Case I: $\sqrt{x^2+y^2}=\sqrt{(x-1)^2+y^2}\implies \pm x=x-1\implies x=\frac12$
Case II: $\sqrt{x^2+y^2}=\sqrt{(x+1)^2+y^2}\implies \pm x=x+1\implies x=-\frac12$
Does that mean if the complex numbers are lying on two lines, either $x=\frac12$ or $x=-\frac12$ then they would satisfy the required equation?
Therefore, the required number of complex numbers is infinite?
But the answer given is zero.
Can we solve this graphically?