To dilate a point in the coordinate plane with respect to the origin by a magnitude of \( k \), you multiply both the x and y coordinates by \( k \).
For a dilation with a magnitude of \( 3 \), the transformation can be described as follows:
If \( P(x, y) \) is a point, then the dilated point \( P'(x', y') \) will be:
\[ x' = k \cdot x \] \[ y' = k \cdot y \]
Applying this to the vertices of triangle ABC:
- For point A (-2, -5):
\[ A' = (3 \cdot -2, 3 \cdot -5) = (-6, -15) \]
- For point B (0, 3):
\[ B' = (3 \cdot 0, 3 \cdot 3) = (0, 9) \]
- For point C (6, -3):
\[ C' = (3 \cdot 6, 3 \cdot -3) = (18, -9) \]
So the coordinates of the new vertices after dilation would be:
- A' (-6, -15)
- B' (0, 9)
- C' (18, -9)
This corresponds to option c. Therefore, the correct answer is:
c. A' (-6, -15), B' (0, 9), and C' (18, -9)