Explanation:
Calculate distance from (1,2) to (-3, 4)
the x values, 1 and -3, are 4 units apart from each other.
the y values, 2 and 4, are 2 units apart from each other.
create a triangle using the distances, where 4 is the horizontal and 2 is the vertical. then use Pythagorean theorem to solve for hypotenuse (radius)
2^2 + 4^2 = 20
√20 = 4.47