45.8k views
4 votes
Find the distance between (4, 9) and (7, 5)

User Codable
by
8.1k points

1 Answer

6 votes

Answer:The distance between the two points (4, 9) and (7, 5) can be calculated using the distance formula:

√((7 - 4)^2 + (5 - 9)^2) = √(3^2 + (-4)^2) = √(9 + 16) = √25 = 5.

Explanation:

User Kimberleigh
by
8.5k points

No related questions found