The direct product $\mathbb{Z}_{45} \times \mathbb{Z}_{98}$ is cyclic and isomorphic to $\mathbb{Z}_{4410}$ because $gcd(45,98)=1$; furthermore the element $n=([1]_{45},[1]_{98})$ is a cyclic generator. Find the smallest positive integer $m$ such that $mn=([29]_{45},[17]_{98})$
2026-03-28 12:12:51.1774699971
Algebra I: Cyclic Generators
65 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
You need $m$ such that $m\equiv 29 \mod{45}$ and $m\equiv 17 \mod{98}$.
You have that $m=29+45x$ from the first one and then from the second one you get: $$ 29+45x-17\equiv 0 \mod{98} \Rightarrow 12+45x=98y $$ So you need to solve $12=-45x+98y$ or equivalently $45t+98s=1$ since $gcd(45,98)=1$. From Euclidean algorithm you obtain that $t=98k+61$, $s=-45k-28$ for $k\in\mathbb{Z}$. We need the smallest negative such $t$ so $x$ is the smallest positive that works. For $k=-1$ we get:
$$ t=-37 \quad s=17 $$ So $x=37*12$ hence $m=29+45*37*12=20009$.