Using it's formula, the distance between the points A(13,2) and B(7,10) is of 10 units.
Suppose that we have two points, [tex](x_1,y_1)[/tex] and [tex](x_2,y_2)[/tex]. The distance between them is given by:
[tex]D = \sqrt{(x_2-x_1)^2+(y_2-y_1)^2}[/tex]
In this problem, the points are A(13,2) and B(7,10), hence the distance is given by:
[tex]D = \sqrt{(13 - 7)^2+(2 - 10)^2}[/tex]
D = sqrt(100)
D = 10 units.
The distance between the points A(13,2) and B(7,10) is of 10 units.
More can be learned about the distance between two points at https://brainly.com/question/18345417
#SPJ1