let us suppose we have following two equation
$\rm\ y+8\equiv 4\pmod {11} $
$\rm\ y+8\equiv 7\pmod {11}$
for example for the first equation , we can get following values of $y$
$y=7, 18, 29$ for instance
for the second equation we can get following solutions
$y=10, 21, 32$
but on one site , there is given solutions like this
$\rm\ y\equiv 7\pmod {11} $
$\rm\ y\equiv 10\pmod {11} $
How can I find it? Using Chinese remainder theorem or?