To solve this problem, we need to follow the instruction given at the top of the worksheet:
Add 3 on x (move each dot right 3). This means for every point shown on the grid, we will take its x-coordinate and add 3 to it. The y-coordinate will stay the same.
Let's identify the coordinates of the red dots and calculate their new positions:
1.
Red Dot 1 (on the y-axis):
* Current position: $(0, 2)$
* New x-coordinate: $0 + 3 = 3$
* New position:
$(3, 2)$
2.
Red Dot 2 (in the bottom left):
* Current position: $(-2, -2)$
* New x-coordinate: $-2 + 3 = 1$
* New position:
$(1, -2)$
3.
Red Dot 3 (in the top right):
* Current position: $(6, 4)$
* New x-coordinate: $6 + 3 = 9$
* New position:
$(9, 4)$
4.
Red Dot 4 (in the bottom right):
* Current position: $(4, -5)$
* New x-coordinate: $4 + 3 = 7$
* New position:
$(7, -5)$
These are the four new coordinates that need to be written in the boxes above the red dots.
Final Answer:
(3, 2), (1, -2), (9, 4), (7, -5)
Parent Tip: Review the logic above to help your child master the concept of translations on a coordinate plane worksheet.