Answer:
Explanation:
If is a point (x, y) will move up if you add 7 to the y coordinate
(x, y) becomes (x, y+7)
For example
point (1, 1) will move 7 units up to point (1, 1+7) so to the point (1, 8)
The coordinates of a shape translated 7 units up
will change from (x, y) to (x, y+7)