Respuesta :

Answer: (x,y) —> (x+4, y-3)

it could also be T 4, -3 (x,y)

Step-by-step explanation:

If you move something right 4, x+4. Moving something down 3 is y-3.

the general form is always (x,y) —> (x + (whatever)), y + (whatever))

Or T whatever, whatever (x,y)

The first (whatever) is applied to x, second is for y.

hopes this helps