I have the equation
$ax \mod n = 0$
$a,x,n$ are integers and only $x$ is unknown.
Are there any properties of $x$ that follow from this equation?
I tried the following myself, but I am stuck:
Because of the $\mod n $ it follows that $ax = pkn$ with $k,p$ being other unknown integers, thus:
$x=p\frac{kn}{a}$
And this means that I know that $x$ has the property that it can be divided by $\frac{kn}{a}$.
But is that all that I can derive? And how can I calculate $\frac{kn}{a}$?