134k views
3 votes
(-2,3), (6,9)
Find the distance between the two points.

1 Answer

5 votes

Answer:

10

Explanation:

Input Data :

Point 1 ( x A , y A ) = (-2, 3)

Point2 ( x B , y B ) = (6, 9)

Objective :

Find the distance between two given points on a line?

Formula :

Distance between two points = √ ( x B − x A ) 2 + ( y B − y A ) 2

Solution :

Distance between two points = √ ( 6 − − 2 ) 2 + ( 9 − 3 ) 2

= √ 8 2 + 6 2

= √ 64 + 36

= √ 100 = 10

Distance between points (-2, 3) and (6, 9) is 10

User Bogdan Le
by
5.3k points