Suppose I have a set of linear congruences with their modules being relatively prime. Is there an elementary way to solve these without using the inverse properties of modular integers?
Ex. Solving x congruent to 3mod17 x congruent to 10mod16 x congruent to 0mod15
I know the result, by brute force. I also know since the mod's are pair wise incongruent , that there exists a unique solution mod (15*16*17).
There is a possibility, but it is like shooting rockets on ants :)
Suppose, $a$ and $n$ are coprime.
Since we have $a^{\phi(n)} \equiv 1\ (\ mod\ n)$ , we could calculate
$$a^{\phi(n)-1}\equiv a^{-1}\ (\ mod\ n)$$