Answer:
distance between the two points = 3.16
Explanation:
The formula to find the distance between the two points is,
d = √(x2 - x1)² + (y2 - y1)²
Let's first write the coordinates for the given points A and B by looking at their location from the graph
A = (x1, y1) = (-4, 1)
B = (x2, y2) = (-3, 4)
By substituting the values in the formula,
d = √(-3 + 4)²+ (4 - 1)²
= √1 + 9
= √10
= 3.162
By rounding off to 2 decimal places the distance between the two points is,
d = 3.16