To find the distance between two points in a coordinate plane using the Pythagorean Theorem, we can use the distance formula:
\[ d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \]
However, you haven’t provided the coordinates of the two points between which you need to find the distance. If you can provide those coordinates, I can perform the calculation for you and determine the correct length rounded to the nearest hundredth.