To find the coordinates of vertex T after the given transformations, we must first apply the translation, followed by the dilation.
-
Translation: The translation rule is given as \( (x, y) \rightarrow (x - 1, y + 3) \).
For point T (5, 2):
- New x-coordinate: \( 5 - 1 = 4 \)
- New y-coordinate: \( 2 + 3 = 5 \)
So after translation, the coordinates of T are \( T' = (4, 5) \).
-
Dilation: The dilation with a scale factor of 2, centered at the origin, is given by the transformation \( (x, y) \rightarrow (2x, 2y) \).
Applying this dilation to the translated coordinates \( T' (4, 5) \):
- New x-coordinate: \( 2 \times 4 = 8 \)
- New y-coordinate: \( 2 \times 5 = 10 \)
Thus, the coordinates of T' after the translation and dilation are \( (8, 10) \).
The correct answer is A. (8, 10).