If point $P(a,b,c)$ satisfies $a-b+c=0$ and $a^2+b^2+c^2=4$. The point $P$ traces a plane figure whose area is $A$. Then $\lfloor A\rfloor $ is
solution I try
Let an equation of plane is $ax+by+cz+d=0$. Now distance of point $P(a,b,c)$ from origin is $$\frac{d}{\sqrt{a^2+b^2+c^2}}=\frac{d}{2}$$
How do I solve that problem? Help me.