Difference between revisions of "2021 USAJMO Problems/Problem 1"

m (Solution)
(stop the joke problems)
(Tag: Replaced)
Line 1: Line 1:
 
==Problem==
 
==Problem==
  
Find all primes, with proof, that are the average of 2 consecutive primes.
+
 
  
 
==Solution==
 
==Solution==
After 2, all primes are odd, and the average of 2 and 3 is not an integer.
 
 
We proceed with mod 4. The 2 primes must be equivalent mod 4 because their difference cannot be 2 or 6 because that does not work.
 

Revision as of 18:46, 14 April 2021

Problem

Solution