To find the coordinates of points A' and B' after a dilation with a scale factor of 5 and center point at the origin (0, 0), we use the following formula for dilation:
\[ (x', y') = (k \cdot x, k \cdot y) \]
where \( (x, y) \) are the original coordinates, \( (x', y') \) are the new coordinates after dilation, and \( k \) is the scale factor.
Given:
- Point A (1, 2)
- Point B (-2, -1)
- Scale factor \( k = 5 \)
Now applying the formula:
-
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) \]
Thus, the coordinates after dilation will be:
- \( A' (5, 10) \)
- \( B' (-10, -5) \)
The correct response is: A′ (5, 10) and B′ (−10, −5).