31.4k views
0 votes
Functions and tables

User Yogs
by
4.8k points

1 Answer

3 votes

To move the point 4 units to the left and 1 unit up we need to see which affects the coordinate x and which affect the coordinate y.

4 units to the left is moving along the x-axis, also if its moving to the left means that is moving towards the - side.


\begin{gathered} -7-4 \\ -11 \end{gathered}

1 unit up is moving along the y-axis, also if it moves up its moving towards the + side


\begin{gathered} 0+1 \\ 1 \end{gathered}

the image point will be (-11,1)

User Decoy
by
4.2k points