To find the distance between the two points \((-2, -1)\) and \((2, 4)\) using the Pythagorean Theorem, we can use the distance formula:
\[ d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \]
Here, \((x_1, y_1) = (-2, -1)\) and \((x_2, y_2) = (2, 4)\).
Plugging the coordinates into the formula:
\[ d = \sqrt{(2 - (-2))^2 + (4 - (-1))^2} \]
Calculating the differences:
\[ x_2 - x_1 = 2 - (-2) = 2 + 2 = 4 \] \[ y_2 - y_1 = 4 - (-1) = 4 + 1 = 5 \]
Now substituting these values back into the formula:
\[ d = \sqrt{(4)^2 + (5)^2} \] \[ d = \sqrt{16 + 25} \] \[ d = \sqrt{41} \]
Calculating \(\sqrt{41}\):
\[ \sqrt{41} \approx 6.40 \]
So the length between the two points is approximately \(6.40\).
The rounded answer to the nearest hundredth is:
6.40