I was reading a description of the CRT which went like this
$x = a \mod p$
$x = b \mod q$
has a unique solution for $x \mod pq$
It also said - The reverse direction is trivial. Give $x \mod pq$ we can reduce it to $\mod p$ & $\mod q$
What are the steps to do the reverse. If I have an equation for $\mod pq$, what do I to obtain equations in $\mod p$ & $\mod q$?