To translate the triangle defined by the vertices (4, 3), (8, 3), and (7, 5) to the right 4 units and down 2 units, we will apply the following transformations to each vertex:
- Translate right 4 units: This means adding 4 to the x-coordinate.
- Translate down 2 units: This means subtracting 2 from the y-coordinate.
Now, let's perform these translations for each vertex:
-
For (4, 3):
- New x-coordinate: 4 + 4 = 8
- New y-coordinate: 3 - 2 = 1
- Translated point: (8, 1)
-
For (8, 3):
- New x-coordinate: 8 + 4 = 12
- New y-coordinate: 3 - 2 = 1
- Translated point: (12, 1)
-
For (7, 5):
- New x-coordinate: 7 + 4 = 11
- New y-coordinate: 5 - 2 = 3
- Translated point: (11, 3)
Putting it all together, the new vertices after the translation are:
- (8, 1)
- (12, 1)
- (11, 3)
Thus, the answer is:
(8, 1), (12, 1), and (11, 3).