By using Chinese Remainder Theorem, how many solutions are there to $b^{1104} = 1 \pmod{5*13*17}$ with $gcd(b, 1105) = 1$?
2026-04-02 01:04:00.1775091840
On
Cryptology number theory
118 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
Using Carmichael Function, $\lambda(1104)=$lcm$(4,12,16)=48$
$\implies b^{48}\equiv1\pmod{5\cdot13\cdot17}$
Now, $1104\equiv0\pmod {48}\implies b^{1104}\equiv1\pmod{5\cdot13\cdot17}$ for any integer $b$ co-prime with $5\cdot13\cdot17$
The number such $b$ is $\phi(5\cdot13\cdot17)=\phi(5)\cdot\phi(13)\cdot\phi(17)$
Recall that a composite $n$ is a Carmichael number if for any $b$ relatively prime to $n$, $b^{n−1} \equiv 1 \pmod n$.
We want to show that $1105$ is a Carmichael number.
You are given a hint: $1105 = 5 \cdot 13 \cdot 17$.
We want to show that if $b$ is relatively prime to $1105$, then $b^{1104} \equiv 1 \pmod {1105}$.
By the Chinese Remainder Theorem, it suffices to show that:
By Fermat’s Little Theorem, $a^{p−1} \equiv 1 \pmod p$ if $a$ is relatively prime to $p$.
We are given that $\gcd(b, 1105) = 1$, that is, $b$ is relatively prime to $1105$, so $b$ is also relatively prime to $5, 13$, and $17$. Thus
Thus, $b^{4n} ≡ 1 \pmod {5}$ for all $n$; similarly $b^{12n} \equiv 1 \pmod {13}$ and $b^{16n} \equiv 1 \pmod {17}$ for all $n$.
Since $4, 12$, and $16$ all divide $1104$ evenly, that is $\{276, 92, 69\}$ times, it follows that:
Thus, $n = 4 \cdot 12 \cdot 16 = 768$ (know what those are from (the analysis above should tell you).