Write a description of each rule

(x,y) --> (x + 5, y -2)

Translation to the right by 5 units (x->x+5) and downwards 2 units (y->y-2).