Answer :

bachandler6
use a graph then count the distance by making it into a triangle 

[tex]\bf \textit{distance between 2 points}\\ \quad \\ \begin{array}{lllll} &x_1&y_1&x_2&y_2\\ % (a,b) &({{ 6}}\quad ,&{{ 4}})\quad % (c,d) &({{ -10}}\quad ,&{{ 9}}) \end{array}\qquad % distance value d = \sqrt{({{ x_2}}-{{ x_1}})^2 + ({{ y_2}}-{{ y_1}})^2} \\\\\\ d=\sqrt{(-10-6)^2+(9-4)^2}\implies d=\sqrt{(-16)^2+(5)^2}[/tex]

Other Questions