I am trying to solve this congruence system : $$\begin{cases} 3x+7y\equiv 5[11]\\ 8x+4y\equiv6[11] \end{cases} $$ I multiply first by $8$ and $3$ both equations resp. $$\begin{cases} 24x+56y\equiv40[11]\equiv7 [11]\\ 24x+12y\equiv18[11]\equiv7 [11] \end{cases} $$ We then substract the second equation from the first one. $$44y\equiv0[11],$$ Since $gcd(11,44)=11$, then previous equation is equivalent to : $4y\equiv0[11]$, and then we find that : $$y\equiv0[11],$$ and now I replace it in the following equation : $3x+7\times 0\equiv5[11]$ which is equivalent to : $3x\equiv5[11]$, hence $$x\equiv 9[11]$$ As a result $(9+11k,0+11k')$ with $k,k' \in \mathbb{Z}$ are solutions of the system.
Now my remark is the following : I noticed that also $(0+11k,7+11k')$ with $k,k' \in \mathbb{Z}$ and also $(7+11k,4+11k')$ with $k,k' \in \mathbb{Z}$ are also solutions of the system which I don't understand.