Difference between revisions of "2022 SSMO Speed Round Problems/Problem 6"

(Created page with "==Problem== Find the smallest odd prime that does not divide <math>2^{75!} - 1</math>. ==Solution== Let this odd prime be <math>p</math>. Note that <math>2^{75!} - 1</math>...")
 
Line 14: Line 14:
 
<math>q > 75</math> is also prime.
 
<math>q > 75</math> is also prime.
  
This is called a \textit{safe} prime in literature and checking
+
After testing some of the primes above 75, we find that <math>q=68</math> is the smallest prime, meaning the answer is <math>\boxed{167}.</math>
that <math>\boxed{167}</math> is the first such <math>p</math>.
 

Revision as of 14:01, 3 July 2023

Problem

Find the smallest odd prime that does not divide $2^{75!} - 1$.

Solution

Let this odd prime be $p$.

Note that $2^{75!} - 1$ is divisible by $p$ if \[2^{75!} \equiv 1 \pmod{p}\] or $p - 1 \mid 75!$.

As such, $p$ is the smallest prime of the form $2q + 1$ where $q > 75$ is also prime.

After testing some of the primes above 75, we find that $q=68$ is the smallest prime, meaning the answer is $\boxed{167}.$