2023 SSMO Speed Round Problems/Problem 6

Revision as of 14:18, 3 July 2023 by Pinkpig (talk | contribs) (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>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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}.$