I'm an undergraduate and currently in a course for abstract algebra. I'm trying to resolve the following problem:
Compute which element of $\mathbb{Z}/2550\mathbb{Z}$ under the map of the Chinese Remainder Theorem is mapped to $(\bar{14},\bar{32})$ in $\mathbb{Z}/50\mathbb{Z} \times\mathbb{Z}/51\mathbb{Z}$.
Now I think I should solve the following system:
$x=14 \mod 50$
$x=32 \mod 50$
$x=14 \mod 51$
$x=32 \mod 51,$ but if I attempt this using the 'general' CRT I have to compute very large multiplications (such as $50 \cdot 50 \cdot 51 \cdot 51$) and since no calculator is used I think I'm on the wrong course.
Any suggestions how to handle this?