Find the distance between these two points using the Pythagorean Theorem.

Point A: (2, 5)

Point B: (7, 9)

To find the distance between these two points using the Pythagorean Theorem, we need to find the difference in the x-coordinates and the y-coordinates to form a right triangle.

The difference in x-coordinates is 7 - 2 = 5
The difference in y-coordinates is 9 - 5 = 4

Now, we can use these differences to form a right triangle with the two points as vertices. Using the Pythagorean Theorem:

Distance = √(5^2 + 4^2)
Distance = √(25 + 16)
Distance = √41

Therefore, the distance between Points A and B is √41, which is approximately 6.4.