To find the distance between the two points \((-2, -1)\) and \((2, 4)\) using the Pythagorean theorem, we first calculate the difference in the x-coordinates and the difference in the y-coordinates.
-
Calculate the differences:
- Difference in x-coordinates: \[ x_2 - x_1 = 2 - (-2) = 2 + 2 = 4 \]
- Difference in y-coordinates: \[ y_2 - y_1 = 4 - (-1) = 4 + 1 = 5 \]
-
Apply the Pythagorean theorem: The distance \(d\) between the two points can be found using the formula: \[ d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \] Plugging in the differences: \[ d = \sqrt{(4)^2 + (5)^2} = \sqrt{16 + 25} = \sqrt{41} \]
-
Calculate \(\sqrt{41}\): Using a calculator or by estimating, \(\sqrt{41} \approx 6.4031\).
-
Round the answer to the nearest hundredth: \[ d \approx 6.40 \]
So the length between the two points, rounded to the nearest hundredth, is 6.40.