To translate the points (2, 5) and (4, 7) up 4 units and to the left 4 units, we can follow these steps:
-
Starting Points:
- First point: (2, 5)
- Second point: (4, 7)
-
Translation Up 4 Units:
- For both points, we add 4 to the y-coordinate.
- (2, 5) becomes (2, 5 + 4) = (2, 9)
- (4, 7) becomes (4, 7 + 4) = (4, 11)
-
Translation Left 4 Units:
- For both points, we subtract 4 from the x-coordinate.
- (2, 9) becomes (2 - 4, 9) = (-2, 9)
- (4, 11) becomes (4 - 4, 11) = (0, 11)
After translating both points, we get:
- First point: (−2, 9)
- Second point: (0, 11)
So the translated points are (−2, 9) and (0, 11).
The correct response is:
(−2, 9) and (0, 11)