To find the coordinates of the dilated triangle \(X'Y'Z'\) using a magnitude of 2 and a center of dilation at \((2,0)\), we can follow these steps:
-
Determine the coordinates of the points before dilation:
- \(X = (2, 4)\)
- \(Y = (6, 0)\)
- \(Z = (7, 2)\)
-
Apply the dilation formula: For a point \(P(x, y)\), the coordinates after dilation \(P'(x', y')\) with center of dilation \(C(c_x, c_y)\) and a scale factor \(k\) can be found using the formula:
\[ x' = c_x + k \cdot (x - c_x) \] \[ y' = c_y + k \cdot (y - c_y) \]
Here, \(C = (2, 0)\) and \(k = 2\).
-
Calculate the new coordinates for each point:
-
For point \(X(2, 4)\): \[ x' = 2 + 2 \cdot (2 - 2) = 2 + 0 = 2 \] \[ y' = 0 + 2 \cdot (4 - 0) = 0 + 8 = 8 \] Thus, \(X' = (2, 8)\).
-
For point \(Y(6, 0)\): \[ x' = 2 + 2 \cdot (6 - 2) = 2 + 2 \cdot 4 = 2 + 8 = 10 \] \[ y' = 0 + 2 \cdot (0 - 0) = 0 + 0 = 0 \] Thus, \(Y' = (10, 0)\).
-
For point \(Z(7, 2)\): \[ x' = 2 + 2 \cdot (7 - 2) = 2 + 2 \cdot 5 = 2 + 10 = 12 \] \[ y' = 0 + 2 \cdot (2 - 0) = 0 + 4 = 4 \] Thus, \(Z' = (12, 4)\).
-
-
Final coordinates of the dilated triangle \(X'Y'Z'\):
- \(X' = (2, 8)\)
- \(Y' = (10, 0)\)
- \(Z' = (12, 4)\)
-
Comparing to the responses provided: The matching response for the dilated triangle's coordinates is: \[ X'(2,8), Y'(10,0), Z'(12,4) \]
Final Answer:
- \(X'(2, 8), Y'(10, 0), Z'(12, 4)\)