Let $d(x,y)$ denote the distance between two points, $x$ and $y$, on the plane.
1) $P(2,9),\quad Q(-1,13)\Rightarrow d(P,Q) = 5.$
2) $P(1,-2),\quad Q(2,10)\Rightarrow d(P,Q) = \sqrt{145}.$
3) $P(0,0),\quad Q(-2,-3)\Rightarrow d(P,Q) = \sqrt{13}.$
4) $P(-1,-1),\quad Q(4,4)\Rightarrow d(P,Q) = \sqrt{50}.$
5) $P(6,1),\quad Q(-7,1)\Rightarrow d(P,Q) = 13.$
6) $P(5,10),\quad Q(9,10)\Rightarrow d(P,Q) = 4.$
Are the answers to the above problems correct?