How do you find the distance when given two coordinate points?

1 Answer
Nov 6, 2014

Distance Formula

The distance D between two points (x1,y1) and (x2,y2) can be found by

D=(x2x1)2+(y2y1)2


Example

Find the distance between the points (1,2) and (5,1).

Let (x1,y1)=(1,2) and (x2,y2)=(5,1).

By Distance Formula above,

D=(51)2+[1(2)]2=16+9=25=5


I hope that this was helpful.