Use a translation rule to describe the translation that is 3 units to the right and 6 units down
1. (x, y) --> (x + 3, y + 6)
2. (x, y) --> (x + 3, y - 6)
3. (x, y) --> (x - 3, y - 6)
4. (x, y) --> (x - 3, y + 6)