If $a$ is not a multiple of a prime $p$ , then prove that there is an integer $b$ such that $p^b-1$ is a multiple of $a$
I have no idea where to start I would be grateful if anyone can give me hint.
NOTE: Please try to prove it using only basic properties of GCD and LCM .Please avoid fancy theorems because I am not that advanced
The set of numbers $\{p^x\}$ for $x$ a natural number, is infinite. If you divide then all by $a$ and look at the remainders, there are only $a$ possibilities. Therefore at least two of the numbers have the same remainder when you divide by $a$. (Pigeonhole principle.)
That leads to $p^x - p^y$ being a multiple of $a$ for some $x$ and $y$. Now you have a clue.