Question 1076990
( -2, 4 )
{{{ x[1] = -2 }}}
{{{ y[1] = 4 }}}
-------------------
4 units to the right is:
{{{ x[1] + 4 = -2 + 4 }}}
{{{ x[1] + 4 = 2 }}}
---------------------
3 units down is:
{{{ y[1] - 3 = 4 - 3 }}}
{{{ y[1] - 3 = 1 }}}
---------------------
{{{ x[2] = 2 }}}
{{{ y[2] = 1 }}}
The translated point is:
(2,1)