To calculate the distance between two points, we can use a formula that is a variation Pythagorean Theorem. Look:
[tex]\mathsf{d=\sqrt{(x_Q-x_P)^2+(y_Q-y_P)^2}}[/tex]
"d" represents the distance and coordinates are expressed as follows: (x, y)
Let's go to the calculations.
[tex]\mathsf{d=\sqrt{(x_Q-x_P)^2+(y_Q-y_P)^2}}\\\\ \mathsf{d=\sqrt{(10-2)^2+(13-7)^2}}\\\\ \mathsf{d=\sqrt{(8)^2+(6)^2}}\\\\ \mathsf{d=\sqrt{64+36}}\\\\ \mathsf{d=\sqrt{100}}\\\\ \underline{\mathsf{d=10}}[/tex]
The answer is 10 uc.