There is a system of Diophantine equations: \begin{equation*} \begin{cases} 368=x^7 (mod 407)\\ 389=x^{11}(mod 407) \end{cases} \end{equation*}
However, solving each of them by hand is quite a difficult task. The question is: how knowing both of the equations ease the task? How could they be solved manually in that case?
Here's one way.$$\begin{align} &x^{21}\equiv368^3\equiv103\pmod{407}\implies x^{22}\equiv103x\pmod{407}\\ &x^{22}\equiv389^2\equiv324\pmod{407}\end{align}$$
So we just have to solve $$103x\equiv324\pmod{407}$$