Find all $x$ such that
\begin{align} x&\equiv 1 \pmod {12}\\ x&\equiv 4 \pmod {21}\\ x&\equiv 18 \pmod {35} \end{align}
Im not quite sure if this system of linear congruence is solvable. Since $\gcd(12,21) =3$, $\gcd (12,35)=1$ and $\gcd(21,35) = 7$, and the CRT states that "If(m1, m2) = 1, then the system has its complete solution a single resident class (mod m1.....mr).
LCM of $12,21,35$ is $420$. Looking at what numbers $x$ could be congruent to $\mod 420$ from the congruence $x\equiv18\mod35$ gives 12 numbers. These are:
$$18,53,88,123,158,193,228,263,298,333,368,403.$$
Using $x\equiv1\mod12$, we see it must be odd in the above list. So get get
$$\require{cancel}\cancel{18},53,\cancel{88},123,\cancel{158},193,\cancel{228},263,\cancel{298},333,\cancel{368},403.$$
Next subtracting $1$ and checking if it is a multiple of 12 leaves just the number $193$ standing.
Final check: $21\cdot9+4=193$. So the answer is $$x\equiv193\mod{420}$$