So we have a complex number $z$ and we have to find number of solutions possible for the equation: $$z^p=(\overline{z})^q$$
So I created two cases:
Case-1: $p=q$. Clearly we can see the whole equation simplify into $z-\overline{z}=0$ or $\text{Im}(z)=0$. So entire real number axis is the solution, so number of solutions is infinite here.
Case-2: $p\ne q$, and let $p>q$. Here I run into problem. I tried to simplify the equation as: $$|z|^p=|z|^q$$ $$|z|^p(|1-|z|^{q-p})=0$$ $$|z|^p=0,\,\,|z|=1$$
I can count 1 solution for $z=0$ but for other equation I am unsure how can I count the solution, so I require the help here. Every help is appreciated.