Given the function: $f: \Bbb Z_{44100} \rightarrow \Bbb Z_{150}\times\Bbb Z_{294}$ defined as follows $[x]_{44100} \rightarrow ([x]_{150},[x]_{294})$
- Calculate $f(12345)$ - Answered
- A preimage of (106, 250) - Answered
- Is f surjective or injective? - Answered
- Prove that $f$ is well defined
For (1) I answered with $(45,291)$ which are of course $12345\pmod{150}$ and $12345\pmod{294}$. For (2) I don't know how to exactly proceed. Is it sufficient to multiplicate the two numbers? For (3) I suppose $f$ is surjective but I don't know how to exactly prove the surjectivity.
For the last part, the kernel is nontrivial because the $\operatorname{lcm}(150,294)=2\cdot3\cdot 5^2\cdot 7^2=7350\not\cong0\pmod{44100}$.
For part $1$, go back and divide correctly and get the residues.
For $2$, you can use the Chinese remainder theorem. You need $x$ such that $\begin{align}x\cong0\pmod 2\\x\cong1\pmod3\\x\cong6\pmod {5^2}\end{align}$ and $x\cong5\pmod{7^2}$.
I get $-44\cong44056\pmod{44100}$.