To find the distance between two points, we can use the formula for the distance between two points in a coordinate plane:
Distance = √((x2 - x1)^2 + (y2 - y1)^2)
Using the given points:
Point A: (x1, y1) = (4, 7)
Point B: (x2, y2) = (14, 18)
Distance = √((14 - 4)^2 + (18 - 7)^2)
= √(10^2 + 11^2)
= √(100 + 121)
= √(221)
≈ 14.87
So, the distance between points A (4, 7) and B (14, 18) is approximately 14.87.
Find the distance between point a (4, 7) and b (14, 18)
1 answer