This is probably a very basic question, but beeing new to modular arithmetic it's difficult to to search for an answer without knowing a name for the concept. So for given $a$ and $n$:
$$a * x \equiv a \pmod n$$
- Is there a name for such $x$?
- Is there an efficient method to find the smallest $x > 1$?
- Is there an efficient method to find many such $x$?