I calculated the result $$ \{(x,y,z) \in\mathbb{R^3}: x=y=z\}.$$
I'm wondering whether I did this problem correctly and if I did how to draw the set of solutions.
I used the euclidean distance formula with the square root (the euclidean norm) and set up three equations for each point $(2,0,0)$, $(0,2,0)$ and $(0,0,2)$ that made sure the distance from arbitrary $(x,y,z)$ to these three points equal to $3$ and arrived at the solution set. –

Yes, you are right: $x=y=z$.
Now, $$(x-2)^2+2x^2=9$$ or $$3x^2-4x-5=0,$$ which gives these points.