I have no clue what this part: $ \phi (n) \equiv 0 \pmod {100} $ means. $0 \pmod {100}$ means I have an equivalence class $[0]$ in $\mathbb{Z}$. This also means I have $100, 200, 300 ,\cdots$ as the value of $ \phi (n)$.
2026-03-25 21:48:56.1774475336
There a infinity numbers of $n$ such that $ \phi (n) \equiv 0 \pmod{100} $
68 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
All natural numbers n have a decomposition into prime factors. (Fundamental theorem of Arithmetic)
$n = p_1^rp_2^s\cdots p_{i}^z$
$\phi(n) = n (\frac {p_1 -1}{p_1})(\frac {p_2 -1}{p_2})\cdots(\frac {p_i -1}{p_i})$
If $100| \phi(n)$
Then $5^3$ must be a factor of $n$
In fact $\phi(5^3) = 4\cdot 5^2 = 100$
There exists at least one $n$ such that $100|\phi(n)$
For higher powers of $5,$ e.g. $\phi(5^4) = 500$
And for factor the factor 2, $\phi(2\cdot 5^3) = 2\phi(5^3)\cdot \frac 12 = 100$
$\forall j\ge 0, k\ge 3, \phi(2^j5^k) \equiv 0\pmod {100}$