To translate the line containing the points (2, 5) and (4, 7) up 4 units and to the left 4 units, we will adjust each point accordingly.
-
Original Points:
- Point A: (2, 5)
- Point B: (4, 7)
-
Translation Up 4 Units:
- New y-coordinate becomes: Original y + 4
-
Translation Left 4 Units:
- New x-coordinate becomes: Original x - 4
Now let's calculate the coordinates of the translated points:
For Point A (2, 5):
- New x-coordinate = 2 - 4 = -2
- New y-coordinate = 5 + 4 = 9
So Point A becomes (-2, 9).
For Point B (4, 7):
- New x-coordinate = 4 - 4 = 0
- New y-coordinate = 7 + 4 = 11
So Point B becomes (0, 11).
Thus, the new points after the translation are (-2, 9) and (0, 11).
The correct response is: (−2, 9) and (0, 11)