What is the remainder of #p| 12^(p-1)#, when p is prime?
I tried the division by the five first primes, but I don't see any partner in the remainder because for 2 and 3 the remainder is zero and for 5 and 7 is 1, but for 11 something to stay wrong, I don't know how to answer this question. Because tried prime by prime seems too wrong.
I know that I have to use this:
#12^(p-1) = pk_{1} + r# , but How??
I tried the division by the five first primes, but I don't see any partner in the remainder because for 2 and 3 the remainder is zero and for 5 and 7 is 1, but for 11 something to stay wrong, I don't know how to answer this question. Because tried prime by prime seems too wrong.
I know that I have to use this:
1 Answer
The remainder is equal to
Explanation:
First of all this problem can be restated as having to find the value of
To solve this problem you need to know Euler's Theorem. Euler's Theorem states that
Now that we know Euler's Theorem, we can go about solving this problem.
Note that all primes other than
Since
Therefore, we now have
The above expression can be translated to
Now we just need to account for
Therefore, altogether we have proven that