The distance between two points (x 1,y1)(x1,y1) and x2,y2)x2,y2) is equal to the square root of the sum of the squares of the difference of the x coordinates and difference of the y-coordinates of the two given points. The formula to find the distance between two given points is as follows.
D = √(x2−x1)2+(y2−y1)