For (2,6) the 2 is the x value which is the left/right position and 6 is the y value which is the up/down position.
Moving 2 units to the right, you would add 2 to the x value. Moving 3 units down you would subtract 3 from the y value.
The answer would be (4,3)