Answer:
(4 , 5)
Explanation:
Note the point: (x , y) = (11 , 10)
Note that if you are moving left or right, you are changing the x variable.
Note that if you are moving up or down, you are changing the y variable.
In this case, you are starting at (11 , 10)
You move 7 units left (subtract 7 from x):
(11 - 7 , 10) = (4, 10)
You then move 5 units down (subtract 5 from y):
(4 , 10 - 5) = (4 , 5)
(4 , 5) is your answer.
~