Question 12389
Distance between points (X1,Y1) and (X2,Y2) is given by
D^2 = (X2-X1)^2 + (Y2-Y1)^2

Can you solve it from here??