Answer:
the distance between the two points = 5.83
Explanation:
let the points be named as A and B
distance d, between the points is determined by the following formula
d = √(x2 - x1)² + (y2 - y1)²
let's find the coordinates of A and B from the graph
A = (x1, y1) = (-1, -3)
B = (x2, y2) = (-4, 2)
by substituting the values in the formula,
d = √(-4 + 1)² + (2 + 3)²
= √(-3)² + (5)²
= √9 + 25
= √34
= 5.83
thus, the distance between the two points = 5.83