The plane $x+y+z=1$ intersects the surface $x^2+y^2+z^2=1$ at a circle $C$,find the radius and the center of this circle.
The points of the intersection of the two curves are the ones that satisfies the two equations,we know that: $$x^{2}+y^{2}+z^{2}=\left(x+y+z\right)^{2}-2\left(xy+xz+yz\right)$$
The points of the intersection are the points for which we have the following curve: $$xy+xz+yz=0$$ $$x\left(1-x\right)+\left(1-z^{2}-xz\right)=0$$
$$x^{2}+z^{2}+x+xz=1$$
But I have no idea how to find the circle,can someone help me?