We are given a set of points and a circle defined by equation:
A point that lies on the circle is a point whose x and y coordinate are solutions to the equation above. This means that if I have a point (a,b) that it's on the circle and take x=a and y=b then the equation above turns into 49=49. So let's test every point we have.
First, (-1,4) so x=-1 and y=4:
5=49 is not correct so point (-1,4) isn't on the circle.
Now point (0,7):
Again, 17=49 is not correct so this point isn't on the circle either.
(1,3):
0=49 is also incorrect so (1,3) is another point that doesn't belong to the circle.
Finally for (8,3) we have:
We have 49=49 which is a correct statement so point (8,3) is part of the circle which means that the last option is the right one.