Answer:
d = sqrt(101)
Explanation:
To find the distance between two points, we use the formula
d =sqrt ((x2-x1)^2 + (y2-y1)^2) where (x1,y1) and (x2,x2) are the points
d = sqrt ((-13--3)^2 + (-23--22)^2)
d = sqrt ((-13+3)^2 + (-23+22)^2)
d = sqrt((-10)^2 + (-1)^2)
d = sqrt(100)+1)
d = sqrt(101)