78.5k views
0 votes
Which is the correct formula to find the distance between two points (a, b) and (c,d)?

d =
a-D )+(c-d
d-
a+c)2-( D + d
d-
a+b ) - ( c+d)
0 -
2-0 )2 + ( b-d)

Which is the correct formula to find the distance between two points (a, b) and (c-example-1
User Belhor
by
4.0k points

1 Answer

4 votes

Answer:

Distance = √(a - c)² + (b - d)²

Explanation:

Given:

Two points

(a, b) (c, d)

Find:

Distance

Computation:

Distance = √(x1 - x2)² + (y1 - y2)²

So,

Distance = √(a - c)² + (b - d)²

User Tushu
by
4.7k points