To find the length between the two points (3, 2) and (7, 8) using the Pythagorean Theorem, we can follow these steps:
-
Identify the coordinates of the points:
- Point A: (3, 2)
- Point B: (7, 8)
-
Calculate the differences in the x-coordinates and y-coordinates:
- Difference in x (Δx) = x₂ - x₁ = 7 - 3 = 4
- Difference in y (Δy) = y₂ - y₁ = 8 - 2 = 6
-
Apply the Pythagorean Theorem: The length (d) between the two points can be calculated using the formula: \[ d = \sqrt{(\Delta x)^2 + (\Delta y)^2} \]
Substituting the values we calculated: \[ d = \sqrt{(4)^2 + (6)^2} \] \[ d = \sqrt{16 + 36} \] \[ d = \sqrt{52} \]
-
Calculate the square root of 52: \[ \sqrt{52} \approx 7.2111 \]
-
Round the result to the nearest hundredth: \[ d \approx 7.21 \]
The length between the two points (3, 2) and (7, 8) is approximately 7.21.