To find the distance between the two points (-2, 1) and (4, 3), you can follow these steps:
Step 1: Identify the coordinates of the points.
- The first point is (-2, 1).
- The second point is (4, 3).
Step 2: Use the distance formula.
- Recall the distance formula:
\[ d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \]
Step 3: Assign the coordinates.
- Let \( (x_1, y_1) = (-2, 1) \) and \( (x_2, y_2) = (4, 3) \).
Step 4: Calculate \( x_2 - x_1 \).
- Compute:
\( x_2 - x_1 = 4 - (-2) \)
\( = 4 + 2 = 6 \)
Step 5: Calculate \( y_2 - y_1 \).
- Compute:
\( y_2 - y_1 = 3 - 1 = 2 \)
Step 6: Plug into the distance formula.
- Substitute the differences back into the formula: \[ d = \sqrt{(6)^2 + (2)^2} \]
Step 7: Calculate the distance.
- Simplify the equation:
\( d = \sqrt{36 + 4} = \sqrt{40} \)
\( = \sqrt{4 \cdot 10} = 2\sqrt{10} \)
Summary of Steps:
- Identify the coordinates of the points.
- Use the distance formula.
- Assign the coordinates.
- Calculate \( x_2 - x_1 \).
- Calculate \( y_2 - y_1 \).
- Plug into the distance formula.
- Calculate the distance.
This structured approach leads you logically through the process of finding the distance between two points in a Cartesian coordinate system.