Respuesta :
[tex]\bf \textit{distance between 2 points}\\ \quad \\
\begin{array}{lllll}
&x_1&y_1&x_2&y_2\\
% (a,b)
&({{ 8}}\quad ,&{{ 8}})\quad
% (c,d)
&({{ 12}}\quad ,&{{ 11}})
\end{array}\qquad
% distance value
d = \sqrt{({{ x_2}}-{{ x_1}})^2 + ({{ y_2}}-{{ y_1}})^2}
\\\\\\
d=\sqrt{(12-8)^2+(11-8)^2}[/tex]