I am trying to do my best but I am new on this website so there may be some problems with my formatting, So it's a humble request if you think that you can correct my formate plz do it
[![[1]](https://i.stack.imgur.com/leJDw.jpg)
I tried to solve this system by Chinese Remainder Theorem
As here $a_1 =1$, $a_2=4$ and $a_3=6$ and $m_1=3$, $m_2=5$, and $m_3=7$ so by applying the Chinese remainder theorem here $m= 3\times 5\times 7$
so $m_1= m/3 = 35$, similarly $m_2=21$ and $m_3=15$ now the linear congruences are $$35x_1\equiv 1 \pmod 3,\quad 21x_2\equiv 1 \pmod 5,\quad 15x_3\equiv 1\pmod7 $$
So in the book the values of $x_1\equiv 2,\ x_2\equiv 1$ and $x_3\equiv 1$ so my doubt is this how the values of $x_1, x_2$ and $x_3$ are determined.
So $x = 1 + 3k= 4 + 5j$. So $3k - 5j \equiv 3 \mod 15$. $k=1,j=0$ and $x \equiv 4 \mod 15$ is such a solution.
So $x = 4 + 15m = 6 + 7n$. So $15m-7n = 2$. By Bezout's lemma we know $15a + 7b = 1$ exist and with less thought than effort $15*1 + 7*(-2) = 1$ so $15(2) -7(4) = 2$ and $x \equiv 4 + 15*2 = 6 + 7*4 = 34 \equiv 7*15$ is also a solution.
So by CRT $x \equiv 34 \mod 105$ is the unique class of solutions.