Answer:
Explanation:
If it moves right, add the value to the x-coordinate. If it moves left, subtract the value from the x-coordinate. In this case, because the point was translated 1 unit right, we add 1 to the x-coordinate 8.
If it moves up, add the value to the y-coordinate. If it moves down, subtract the value from the y-coordinate. In this case, because the point was translated 4 units up, we add 4 to the y-coordinate.
I hope this helps!