Solving Congruence | Prime Numbers | 11^((p-1)/2) = 1 modp

  • Thread starter Thread starter regularngon
  • Start date Start date
regularngon
Messages
19
Reaction score
0

Homework Statement


Find all primes p (as a congruence) such that 11^((p-1)/2) = 1 modp

The Attempt at a Solution


I'm new to congruences and I don't really know to approach this. Any help greatly appreciated!
 
Physics news on Phys.org
regularngon said:

Homework Statement


Find all primes p (as a congruence) such that 11^((p-1)/2) = 1 modp

The Attempt at a Solution


I'm new to congruences and I don't really know to approach this. Any help greatly appreciated!

That looks like a candidate for Fermat's Little Theorem: ap-1 is congruent to 1 for any prime p and any a not a multple of p. For what prime p is (p-1)/2 also a prime?
 
Thanks for the reply. I did a few computations and indeed it seems to only hold for when (p-1)/2 is also a prime. I still don't see how Little Fermat implies this though...
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top