To reflect a point across the y-axis, the x-coordinate of the point is multiplied by -1, while the y-coordinate remains the same.
Given the endpoints of the line segment are (1, 1) and (4, 4), we reflect each of them:
-
Reflecting (1, 1):
- x-coordinate: 1 → -1
- y-coordinate: 1 → 1
- Reflected point: (-1, 1)
-
Reflecting (4, 4):
- x-coordinate: 4 → -4
- y-coordinate: 4 → 4
- Reflected point: (-4, 4)
Therefore, the reflected endpoints are (-1, 1) and (-4, 4).
This corresponds to the response: (−1, 1) and (−4, 4).