Problem :
The sum of the squares of the length of the chord intercepted by the line x+y=n $n \in N$ on the circle $x^2+y^2=4$ is
(a) 11
(b) 22
(c) 33
(d) 13
I am unable to understand this problem request you to please ellaborate on this , I will be greatful to you thanks...

Here's a sketch of the situation:
We note that there are 2 lines having n as an integer and secant to the circle. Their equations are in the third quadrant.
We need to find the intersection points of the circle and each line, so we set up the following system:
$\begin{cases} x^2 + y^2 = 4 \\ x + y = 1 \end{cases}$
We don't need a system for the second line since we already know it passes through (0,2) and (2,0).
Once you get the coordinates, simply plug each pair into the distance formula, square each (or do a shortcut and just don't compute the square root over everything), and add it all together. That will be your answer.