How can one find $c \in \mathbb{N}$, so that $c \cdot 11 = 23 \mod 103$?
I know that $a \cdot b \mod n = (a \mod n \cdot b \mod n) \mod n$.
Furthermore, Fermat's little theorem says that for all prime $p$ and if $p$ does not divide $a$
$a^{p-1} \equiv 1 \pmod p$
And I know that here all numbers $11, 23, \text { and } 103$ are prime numbers.
That still doesn't help me though...