Answer:
To find the distance between two points in a coordinate plane, you can use the distance formula. The distance formula is given by:
d = √((x2 - x1)² + (y2 - y1)²)
Using the points (8, 13) and (-2, 1), we can substitute the values into the distance formula:
d = √((-2 - 8)² + (1 - 13)²)
Simplifying further:
d = √((-10)² + (-12)²)
d = √(100 + 144)
d = √244
The distance between the points (8, 13) and (-2, 1) is approximately 15.62 units.