The group $(\mathbb{Z}_m^*, \cdot_m)$ is the group with elements $$ \{ a \in \{0, 1, ..., m-1\} \mid \gcd(a, m) = 1 \} $$ and $\cdot_m$ is the relation $a\cdot_m b = a \cdot b \mod m$.
How many generators are in the group $(\mathbb{Z}_{100}^*, \cdot_{100})$?
Given that I know that $(\mathbb{Z}_{25}^*, \cdot_{25})$ is cyclic and a subgroup of $(\mathbb{Z}_{100}^*, \cdot_{100})$, I'd say the group $(\mathbb{Z}_{100}^*, \cdot_{100})$ is also cyclic and so must have $\phi(100)$ generators with $\phi(100)$ the Euler $\phi$ function, so there should be $40$ generators.
Note that $gcd(x,100)=1$ implies $$x^{20} \equiv 1 \pmod{25} \\ x^{20} \equiv 1 \pmod{4}$$
By the Chinese Remainder Theorem you then get $$x^{20}\equiv 1 \pmod{100}$$
Since your group has 40 elements, the group cannot be generated by a single element.