Approximate the distance between the points to the nearest tenth, if necessary.

1. (-2, 3), (6,9)

2. (0, -5), (4,1)

1.

Distance = sqrt((6-(-2))^2 + (9-3)^2)
Distance = sqrt(8^2 + 6^2)
Distance = sqrt(64 + 36)
Distance = sqrt(100)
Distance = 10 units

2.
Distance = sqrt((4-0)^2 + (1-(-5))^2)
Distance = sqrt(4^2 + 6^2)
Distance = sqrt(16 + 36)
Distance = sqrt(52)
Distance ≈ 7.2 units