Final answer:
To find the distance between two points (1,5) and (7,9), you can use the distance formula sqrt((x2 - x1)^2 + (y2 - y1)^2). Rounding to the nearest tenth, the distance is approximately 7.2.
Step-by-step explanation:
To find the distance between two points, we can use the distance formula:
d = sqrt((x2 - x1)^2 + (y2 - y1)^2)
Using the given points (1,5) and (7,9), we substitute the values into the formula:
d = sqrt((7 - 1)^2 + (9 - 5)^2) = sqrt(36 + 16) = sqrt(52)
Rounding to the nearest tenth, the distance between the two points is approximately 7.2.