Concept:Represent the complex number as z=x+iy and its conjugate as z=x−iy.Then equate the real and imaginary parts after substitution.Explanation:Let z=x+iy, so z=x−iy.The given equation z2=2z becomes (x+iy)2=2(x−iy).Expand: (x2−y2)+2xyi=2x−2yi.Now equate real and imaginary parts:Real: x2−y2=2x …(1)Imaginary: 2xy=−2y …(2)From (2): 2xy+2y=0⇒2y(x+1)=0, so y=0 or x=−1.Case 1: y=0 in (1) gives x2=2x⇒x(x−2)=0, so x=0 or x=2.Thus z=0 and z=2 are solutions.Case 2: x=−1 in (1) gives (−1)2−y2=2(−1)⇒1−y2=−2, so y2=3, hence y=±3.Thus z=−1+3i and z=−1−3i are solutions.In total we have four distinct complex numbers satisfying the equation.Answer:The number of roots is 4 (Option C).