To apply the Pythagorean Theorem to find the distance between two points in a coordinate system, you can use the formula:
\[ d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \]
Where \((x_1, y_1)\) and \((x_2, y_2)\) are the coordinates of the two points.
However, you did not provide the coordinates of the two points. Please provide the specific coordinates, and I'll help you calculate the distance using the Pythagorean Theorem.