To find the distance between both points you have to apply pythagoras theorem.
First draw both points and form a rigth triangle with the distance between them as the hypothenuse:
The length of the base of the triangle "a" is determined by the difference between the x-coordinates of both points:

The heigth of the triangle "b" is determined by the difference between the y-coordinates of both points:

Now using phytagoras theorem you can calculate the length of the hypotenuse as:
![\begin{gathered} a^2+b^2=c^2 \\ (8)^2+(14)^2=c^2 \\ c^2=260 \\ c=\sqrt[]{260} \\ c=2\sqrt[]{65}=16.12 \end{gathered}](https://img.qammunity.org/2023/formulas/mathematics/college/ab7ybwbyjw98d8pj8lida1aepq203gqptg.png)
The distance between points (3,7) and (-5,-7) is 2√65