To find the new coordinates of point \( A' \) after translating point \( A(5, 10) \) right and down, you need to follow these steps:
-
Translate Right: Moving right by 2 units means you add 2 to the x-coordinate. \[ 5 + 2 = 7 \]
-
Translate Down: Moving down by 5 units means you subtract 5 from the y-coordinate. \[ 10 - 5 = 5 \]
Now, combining these results, the new coordinates for point \( A' \) are: \[ A' (7, 5) \]