Given 2 points A(a,b) and M(k,l), the distance between them is found by the formula:

Let (k, l)=(2, 3), substituting in the above formula:


check each of the pairs given:
for (a, b)=(14, 15):

for (a, b)=(2, -9):

for (a, b)=(-2, -3):

for (a, b)=(-9, 2):

Answer: (2, -9)