Difference between revisions of "2008 iTest Problems/Problem 4"

(Created page with "== Problem == The difference between two prime numbers is <math>11</math>. Find their sum. == Solution == We know that any prime number, excluding <math>2</math> is congruent ...")
 
Line 5: Line 5:
 
== Solution ==
 
== Solution ==
  
We know that any prime number, excluding <math>2</math> is congruent to <math>1 \pmod 2</math>
+
We know that any prime number, excluding <math>2</math>, is congruent to <math>1 \pmod 2</math>. Thus, if both of the primes are not <math>2</math>, their difference would be congruent to <math>0 \pmod 2</math>. Because <math>11 \equiv 1 \pmod 2</math>, one of the primes must be <math>2</math>. It follows that the other prime must then be <math>13</math>. Therefore, the sum of the two is <math>13+2=\boxed{15}</math>.
  
 
== See also ==
 
== See also ==

Revision as of 17:15, 7 December 2011

Problem

The difference between two prime numbers is $11$. Find their sum.

Solution

We know that any prime number, excluding $2$, is congruent to $1 \pmod 2$. Thus, if both of the primes are not $2$, their difference would be congruent to $0 \pmod 2$. Because $11 \equiv 1 \pmod 2$, one of the primes must be $2$. It follows that the other prime must then be $13$. Therefore, the sum of the two is $13+2=\boxed{15}$.

See also