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.
1 unit up is moving along the y-axis, also if it moves up its moving towards the + side
the image point will be (-11,1)