The distance between two points
[tex]P_1=(x_1,y_1),P_2=(x_2,y_2)[/tex]Is given by the following formula:
[tex]d(P_1,P_2)=\sqrt[]{(x_2-x_1)^2+(y_2-y_1)^2}[/tex]Using this formula with our points, we have
[tex]\begin{gathered} d((4,6),(4,-7))=\sqrt[]{(4-4)^2+((-7)-6)^2}=\sqrt[]{0+(-13)^2} \\ d((4,6),(4,-7))=|-13|=13 \end{gathered}[/tex]The distance between those two points is 13.