To find the radius of a circle when we're given the coordinates of its center and a point it contains, we can use the following formula for distance:
[tex]d=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2[/tex]
We're given:
Plug these given points into the formula for distance:
[tex]d=\sqrt{(2-(-2))^2+(-1-1)^2}\\d=\sqrt{(2+2)^2+(-1-1)^2}\\d=\sqrt{(4)^2+(-2)^2}\\d=\sqrt{16+4}\\d=\sqrt{20}\\d\approx4.47[/tex]
Therefore, the radius of the circle is [tex]\sqrt{20}[/tex] units, or approximately 4.47 units.