The distance between two points can be found using the distance formula:
d = sqrt((x2 - x1)^2 + (y2 - y1)^2)
In this case, the coordinates of point R are (5, 2) and the coordinates of point S are (-2, 4).
Using the distance formula,
d = sqrt((-2 - 5)^2 + (4 - 2)^2)
= sqrt((-7)^2 + (2)^2)
= sqrt(49 + 4)
= sqrt(53)
≈ 7.28
Therefore, the distance between the two points R(5, 2) and S(-2, 4) is approximately 7.28 units.
Find the distance between the two points. Round to the nearest tenth.
R(5, 2), S(-2, 4)
1 answer