151k views
3 votes
Find the distance between M(-2,3) and N(8,2)​

User Goldberg
by
7.2k points

1 Answer

1 vote

Answer:

10.0499

Explanation:

Input Data :

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

Point 2 ( x B , y B ) = (8, 2)

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 = √ ( 8 − − 2 ) 2 + ( 2 − 3 ) 2

= √ 10^2 + ( − 1 ) 2

= √ 100 + 1

= √ 101 = 10.0499

Distance between points (-2, 3) and (8, 2) is 10.0499

User Nadeem
by
6.9k points