The number of lattice points inside the circle $x^2+y^2=a^2$ can not be
Options $(a)\; 202\;\;\; (b)\; 203\;\;\; (c)\; 204\;\;\; (d)\; 205$
Try: i have an idea of number of integer points on the circle $x^2+y^2=a^2$
Let $x,y\in\{4n,4n+1,4n+2,4n+3\}$
But no idea how to find number of integer points inside the circle.
Could some help me to solve it , Thanks

Let $C=\{(x,y)\mid x^2+y^2\leq a^2\}$.
The number of lattice points in the $4$ sets $\{(0,y)\in C\mid y>0\}$, $\{(0,y)\in C\mid y<0\}$, $\{(x,0)\in C\mid x>0\}$, $\{(x,0)\in C\mid x<0\}$ is the same.
The number of lattice points in the $4$ sets $\{(x,y)\in C\mid x>0,y>0\}$, $\{(x,y)\in C\mid x>0,y<0\}$, $\{(x,y)\in C\mid x<0,y>0\}$, $\{(x,y)\in C\mid x<0,y<0\}$ is the same.
These sets are disjoint and cover $C$ with exception of lattice point $(0,0)$.
So the number of lattice points in $C$ can be written as $1+4k$ where $k$ is a nonnegative integer.
This rules out the options a),b),c).