117k views
2 votes
Find the distance between each pair of points (2, -6) and (7, -2)

User Blakcaps
by
2.8k points

1 Answer

3 votes

Answer:

6.4 units

Explanation:

The points plotted on a graph forms a right-angle triangle parallel with the x-axis. The hypotenuse is the direct distance between the points. So

a**2 + b**2 = c**2 where a is the x difference and b is the y difference

(2 -7)**2 + (-6 -(-2))**2 = c**2

-5**2 + -4**2 = c**2

25 + 16 = c**2

41 = c**2

41**(1/2) = (c**2)**(1/2) and ignore the negative because they're lengths

6.4 = c

User Landau
by
3.4k points