To calculate the distance between two points, we can use a formula that is a variation Pythagorean Theorem. Look:
[tex]\mathsf{d=\sqrt{(x_2-x_1)^2+(y_2-y_1)^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_2-x_1)^2+(y_2-y_1)^2}}\\\\ \mathsf{d=\sqrt{(5-1)^2+(9-2)^2}}\\\\ \mathsf{d=\sqrt{(4)^2+(7)^2}}\\\\ \mathsf{d=\sqrt{16+49}}\\\\ \mathsf{d=\sqrt{65}}\\\\ \mathsf{d=8.06225774829854...}\\\\ \underline{\mathsf{d\approxeq8.06}}[/tex]
The answer is 8.06 uc.