Question 549312
We have a formula for distance between two points (x1,y1) and (x2,y2) as follows:

{{{d=sqrt((x2-x1)^2+(y2-y1)^2)}}}


I will leave you there... let me know if you are unsure (hint. take your two points and use this formula)