Find numbers $t,u,v$ so that $33t+2 = 20u+13 = 29v-1 $
This is a Chinese Remainder Theory problem, but the problem I am having is finding what are the appropriate modulo. I figure it is easiest to start with solving $33t+2=29v-1$ so I could rewrite $33t +3\equiv 29v(\mod ????) $ Or I could just see where multiplying values of $T$ gets me something that will divide $29$ but I feel like this is the wrong way to approach the problem. If someone could give me help finding what modulo I am looking for, it would be much appreciated.
Hint: $33t+2 = x$ means that $x \equiv 2 \pmod{33}$.