To find the distance between the two points A (2, -3) and B (5, 5) using the Pythagorean Theorem, we can use the distance formula, which is derived from the Pythagorean Theorem:
\[ d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \]
Here, the coordinates for point A are \( (x_1, y_1) = (2, -3) \) and for point B are \( (x_2, y_2) = (5, 5) \).
Plugging in the values:
\[ d = \sqrt{(5 - 2)^2 + (5 - (-3))^2} \] \[ = \sqrt{(3)^2 + (5 + 3)^2} \] \[ = \sqrt{9 + 64} \] \[ = \sqrt{73} \]
Now, calculating \( \sqrt{73} \):
\[ \sqrt{73} \approx 8.54 \]
So, the length between the two points A and B is approximately 8.54.
The answer is:
8.54