The generic expression for a circle is

where
is the center, and
is the radius.
If you compare this expression to yours, you can see that you have

So, the center of the circle is
and the radius is 7.
Now, to state whether a point
is inside, outside or in the circumference, you can compare the distance from the center
and the radius:
- If
, the point
is outside the circle - If
, the point
is inside the circle - If
, the point
is on the circumference of the circle
Remember that, if you want to compute the distance between two points
, you can use the formula

Using this formula, you can see that (if we call the center of the cirlce O):
, so this point is inside the circle
, so this point is on the circumference
, so this point is outside the circle