To dilate a point from a center of dilation, we follow these steps:
- Subtract the coordinates of the center of dilation from the coordinates of the point.
- Multiply the result by the scale factor (magnitude of dilation).
- Add the coordinates of the center of dilation back to the result.
Given:
- Point A: (-3, 1)
- Center of dilation: (-2, -1)
- Magnitude of dilation: 2
Step 1: Subtract the center of dilation from point A.
\[ (-3 - (-2), 1 - (-1)) = (-3 + 2, 1 + 1) = (-1, 2) \]
Step 2: Multiply by the scale factor (2).
\[ (2 \times -1, 2 \times 2) = (-2, 4) \]
Step 3: Add the center of dilation back.
\[ (-2 + (-2), 4 + (-1)) = (-2 - 2, 4 - 1) = (-4, 3) \]
So, the corresponding ordered pair for point A after dilation is (-4, 3).
Therefore, the correct answer is: (-4, 3).