So the original point is (3, 4), when you move to the left or right, it changes the x value. When moving it to the right, you add the amount. When moving to the left, you subtract the amount
So after translating the point 4 units to the left, it should be (-1, 4).
Now, you have to move down. When moving up and down, you add or subtract to the y value. When moving up, you add to the amount. When moving down, you subtract the amount.