Solve $x\equiv 1\pmod{5}, x\equiv 2\pmod{6}, x\equiv 3\pmod{7}$
First I can see $x=5t+1, t\in Z$. Then they insert this into the second equation, which is $5t+1\equiv 2(mod6)$, which leads to $t\equiv 5mod6$. Then they get $t=6u+5$, I'm confused how they got to $t=6u+5$ from $5t+1$. Also if anyone has any strategies to prove these type of problems where there's an $x$ that has different moduluses.
If $ t \equiv 5 \pmod{6}$, that is equivalent to saying that "t leaves a reminder of 5 when divided by 6", which is equivalent to $t = 6u + 5$.
Brute force typically works for Chinese Remainder Theorem. Just push it through.
In this case, you may make the observation that $x + 4 \equiv 0 \pmod{5}, \pmod{6}, \pmod{7}$, hence $ x+4 \equiv 0 \pmod{210}$.