which translation rule can be used to describe the result of the composition of (x,y)->(x-3,y+8) and (x,y)->(x+2,y-7)

The composition of the two translations can be described by the rule:

(x,y) -> (x-3+2, y+8-7)
(x,y) -> (x-1, y+1)