To find the length between two points using the Pythagorean Theorem, we need the coordinates of the points. Assuming the points are \( (x_1, y_1) \) and \( (x_2, y_2) \), the distance \( d \) between these two points can be calculated using the formula:
\[ d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \]
- First, identify the coordinates of the two points on the graph.
- Substitute the coordinates into the formula.
- Simplify the expression under the square root.
- Take the square root.
- Round the result to the nearest hundredth.
If you can provide the specific coordinates of the two points from the graph, I can help you calculate the distance.