I need to explicitly calculate the inverse of $$ \mathbb{Z}/89081\mathbb{Z}\rightarrow\mathbb{Z}/229\mathbb{Z} \times \mathbb{Z}/389 \mathbb{Z} $$ with $$ a \mod 89081 \mapsto (a\mod 229, a\mod 389) $$
Now I knew this: $\mathbb{Z}/229\mathbb{Z}$ and $\mathbb{Z}/389$ are cyclic and if an isomorphism exits between $\mathbb{Z}/n\mathbb{Z} \times \mathbb{Z}/mZ \rightarrow \mathbb{Z}/nm\mathbb{Z}$ with the groups cyclic, this is equivalent to $\gcd(n,m)=1$, so I know that $\gcd(229,389)=1$. Now I suspect that it has something to do with finding the inverse of the element modulo, I am not sure, maybe you could give me a hint. It needs to be such an $a$ that the inner product is $a^{-1}$. What do I need to do to get there? Do I have to calculate the inverse of $229,389 \mod 89081$? And where to next?
Using the chinese remainder Theorem: Indeed we first note that $229\cdot 389=89081$ and that $229$ and $389$ are coprime. So indeed your map is an isomorphism.
We want to construct an inverse. For this we are looking for two numbers $e_1,e_2$ such that $e_i\equiv\delta_{i,j}\pmod{m_j}$ for $i,j\in\{1,2\}$, where $m_1=229$ and $m_2=389$.
Indeed using the Extended Euclidean algorithm, we can find two integers $r,s$ such that $r\cdot m_1+s\cdot m_2=1$. By then setting $e_1=s\cdot m_2$ and $e_2=r\cdot m_1$, we have achieved our goal. Explicitly, we have $r=265+c\cdot 389$ and $s=-156-229\cdot c$ for any integer constant $c$ (that I will choose $=0$).
So $e_1=-60684$ and $e_2=60685$ will do the trick, i.e. we have the explicit inverse $$\mathbb{Z}/229\mathbb{Z} \times \mathbb{Z}/389 \mathbb{Z}\rightarrow\mathbb{Z}/89081\mathbb{Z}, \\(a,b)\mapsto- a \cdot60684+b\cdot60685\pmod{89081}$$