Well, we need to consider the x and y coordinates of the giben points, and check wether the y coordinate is greater than twice the x coordinate minus 1 (i.e. 2x-1):
For the first point, the x coordinate is 0. So, 2x-1 = -1. The y coordinate is 2, and 2>-1. So, this point is a solution.
For the second point, the x coordinate is 4. So, 2x-1 = 7. The y coordinate is 2, and 2<7. So, this point is not a solution.
For the third point, the x coordinate is 0. So, 2x-1 = -1. The y coordinate is -10, and -10<-1. So, this point is not a solution.
For the fourth point, the x coordinate is 4. So, 2x-1 = 7. The y coordinate is 1, and 1<7. So, this point is not a solution.