At the half time show a marching band marched in formation the lead drummer started at a point with coordinates (-3, -5) and moved 3 steps up and 1 step right. I have to write a rule to describe the translation and figure out the coordinates of the drummers final position

The coordinates would be (-1, -2) right? I need help with the “write a rule to describe the translation” can someone plz ezplain

3 answers

(x,y) -> (x+1,y+3)
P1(-3, -5), P2(x, y).
x = -3 + 1 = -2.
y = -5 + 3 = -2.
Oops i meant (-2, -5)