To find the coordinates of points A' and B' after a dilation with a scale factor of 5 centered at the origin, you can use the formula for dilation:
\[ (x', y') = (kx, ky) \]
where \(k\) is the scale factor, and \((x, y)\) are the original coordinates of the point.
Given:
- Point A(1, 2)
- Point B(−2, −1)
- Scale factor \(k = 5\)
Now, we can calculate the new coordinates.
For point A(1, 2): \[ A' = (5 \cdot 1, 5 \cdot 2) = (5, 10) \]
For point B(−2, −1): \[ B' = (5 \cdot -2, 5 \cdot -1) = (-10, -5) \]
Therefore, the coordinates after the dilation are:
- \(A' (5, 10)\)
- \(B' (-10, -5)\)
The correct response is: A′ (5, 10) and B′ (−10, −5).