Find all numbers that are their own multiplicative inverse in $mod$ $p$ where $p$ is prime.
I recall that when $p$ is prime, all integers from 1 to the modulus minus 1, so all numbers from $1$ to $p-1$, have multiplicative inverses in mod $p$. So, the numbers that are their own multiplicative inverse would be $1$ and $1-p$. Can someone please explain why?