<?xml version="1.0" encoding="UTF-8" ?>
  <resource>
  <id>7054</id>
  <path>/www/nrich/html/content/id/7054/</path>
  <resourceTypeID>1</resourceTypeID>
  <last_published>2011-02-01T00:00:01</last_published>
  <indexXML>&lt;mdoxml version=&quot;1.0&quot;&gt;
  &lt;br /&gt;
  &lt;ul id=&quot;buttonBar&quot;&gt;
    &lt;li&gt;
      &lt;a href=&quot;http://nrich.maths.org/6206&amp;amp;part=&quot;&gt;Warm-up
problem&lt;/a&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;a href=&quot;http://nrich.maths.org/6413&amp;amp;part=&quot;&gt;Try this next&lt;/a&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;a href=&quot;https://nrich.maths.org/discus/messages/27/150476.html&quot;&gt;Ask
NRICH&lt;/a&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;a href=&quot;http://en.wikipedia.org/wiki/Primes_in_arithmetic_progression&quot;&gt;
Read all about it&lt;/a&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;a href=&quot;http://nrich.maths.org/7036&amp;amp;part=solution&quot;&gt;Last week's
solution&lt;/a&gt;
    &lt;/li&gt;
  &lt;/ul&gt;
  &lt;div&gt;
    &lt;br /&gt;
Show that if three prime numbers, all greater than 3, form an
arithmetic progression then the common difference of the
progression is divisible by 6.&lt;br /&gt;
    &lt;br /&gt;
Find some examples of three primes which include the number 3 and
form an AP, and show that in every such case the common difference
is not divisible by 6.&lt;br /&gt;
    &lt;br /&gt;
  &lt;/div&gt;
  &lt;div class=&quot;framework&quot;&gt;
    &lt;span style=&quot;font-style: italic;&quot;&gt;Did you
know ... ?&lt;/span&gt;
    &lt;br /&gt;
    &lt;br /&gt;
Explorations of arithmetic progressions of prime numbers are an
ongoing subject of mathematics research.&lt;/div&gt;
  &lt;div&gt;&amp;#160;&lt;/div&gt;
  &lt;div&gt;&amp;#160;&amp;#160;&lt;/div&gt;
  &lt;br /&gt;
&lt;/mdoxml&gt;
</indexXML>
  <solutionXML>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;This challenge was previously published on
the site as a monthly problem. A solution was sent in by Yatir of
Maccabim-Reut High-School, Israel&lt;/span&gt;. 

&lt;p&gt;Let's say that the 3 primes in the AP are:&lt;/p&gt;

&lt;p&gt;P, Q,and S the common difference is d. So we have: P, P+d, P+2d
.&lt;/p&gt;

&lt;p&gt;We are working with primes greater than 3 so they all have to be
odd and d must be even. This is because the difference between 2
odds is always even as (2n + 1) - (2k + 1) = 2(n - k) .&lt;/p&gt;

&lt;p&gt;I'm going to work modulus 6: even number have residues of: 0, 2,
4 (mod 6) and odd numbers have residues of: 1, 3, 5 (mod 6).&lt;/p&gt;

&lt;p&gt;Our prime numbers must be be congruent to 1 or 5 (mod 6),
because if they were congruent to 3 they would be divisible by 3
and thus not prime numbers.&lt;/p&gt;

&lt;p&gt;Lets say that is congruent to 1 (mod 6) so is congruent to
either:&lt;/p&gt;

&lt;p&gt;1 + 0 = 1 (mod 6)&lt;br&gt;&lt;/br&gt;
1 + 2 = 3 (mod 6)&lt;br&gt;&lt;/br&gt;
1 + 4 = 5 (mod 6).&lt;/p&gt;

&lt;p&gt;Because P + d is a prime number it can't be congruent to 3 (mod
6) so d must be congruent to either 0 or 4 (mod 6).&lt;/p&gt;

&lt;p&gt;And is congruent to either:&lt;/p&gt;

&lt;p&gt;1 + 2 $\times$ 0 = 1 (mod 6)&lt;br&gt;&lt;/br&gt;
1 + 2 $\times$ 4 = 1 + 7 = 9 = 3 (mod 6)&lt;/p&gt;

&lt;p&gt;Because P + 2d is a prime number as well it can't be congruent
to 3 (mod 6), so must be congruent to 0 (mod 6)&lt;/p&gt;

&lt;p&gt;Lets say that P is congruent to 5 (mod 6). So P + d is congruent
to either:&lt;/p&gt;

&lt;p&gt;5 + 0 = 5 (mod 6)&lt;br&gt;&lt;/br&gt;
5 + 2 = 7 = 1 (mod 6)&lt;br&gt;&lt;/br&gt;
5 + 4 = 9 = 3 (mod 6)&lt;/p&gt;

&lt;p&gt;Because P + d is a prime number it can't be congruent to 3 (mod
6) so d must be congruent to either 0 or 2 (mod 6).&lt;/p&gt;

&lt;p&gt;And is congruent to either:&lt;/p&gt;

&lt;p&gt;5 + 2 $\times$ 0 = 5 (mod 6)&lt;br&gt;&lt;/br&gt;
5 + 2 $\times$ 2 = 1 + 4 = 9 = 3 (mod 6)&lt;/p&gt;

&lt;p&gt;Because P + 2d is a prime number as well it can't be congruent
to 3 (mod 6), so d must be congruent to 0 (mod 6)&lt;/p&gt;

&lt;p&gt;Following from all of this d must be congruent, in all cases, to
0 (mod 6), meaning it gives a remainder 0 when divided by 6. So d
is divisible by 6, hence proved.&lt;/p&gt;

&lt;p&gt;Examples from APs where one of the prime numbers is 3&lt;/p&gt;

&lt;p&gt;3, 5, 7 (d = 2)&lt;br&gt;&lt;/br&gt;
3, 7, 11 (d = 4)&lt;br&gt;&lt;/br&gt;
3, 11, 19 (d = 8)&lt;br&gt;&lt;/br&gt;
3, 13, 23 (d = 10)&lt;br&gt;&lt;/br&gt;
3, 17, 31 (d = 14)&lt;br&gt;&lt;/br&gt;
3, 23, 43 (d = 20)&lt;/p&gt;

&lt;p&gt;In these examples none of the differences is divisible by 6 but
is this true in general for AP's containing 3. Yes because if the
first number is 3, and the common difference is divisible by 6,
call this difference 6k, then the second number is 3 + 6k which is
divisible by 3 so it is not a prime. Hence no AP of 3 primes exists
which has common difference divisible by 6.&lt;/p&gt;

&lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</solutionXML>
  <noteXML>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</noteXML>
  <clueXML/>
  <canonXML>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;This challenge was previously published on
the site as a monthly problem. A solution was sent in by Yatir of
Maccabim-Reut High-School, Israel&lt;/span&gt;. 

&lt;p&gt;Let's say that the 3 primes in the AP are:&lt;/p&gt;

&lt;p&gt;P, Q,and S the common difference is d. So we have: P, P+d, P+2d
.&lt;/p&gt;

&lt;p&gt;We are working with primes greater than 3 so they all have to be
odd and d must be even. This is because the difference between 2
odds is always even as (2n + 1) - (2k + 1) = 2(n - k) .&lt;/p&gt;

&lt;p&gt;I'm going to work modulus 6: even number have residues of: 0, 2,
4 (mod 6) and odd numbers have residues of: 1, 3, 5 (mod 6).&lt;/p&gt;

&lt;p&gt;Our prime numbers must be be congruent to 1 or 5 (mod 6),
because if they were congruent to 3 they would be divisible by 3
and thus not prime numbers.&lt;/p&gt;

&lt;p&gt;Lets say that is congruent to 1 (mod 6) so is congruent to
either:&lt;/p&gt;

&lt;p&gt;1 + 0 = 1 (mod 6)&lt;br&gt;&lt;/br&gt;
1 + 2 = 3 (mod 6)&lt;br&gt;&lt;/br&gt;
1 + 4 = 5 (mod 6).&lt;/p&gt;

&lt;p&gt;Because P + d is a prime number it can't be congruent to 3 (mod
6) so d must be congruent to either 0 or 4 (mod 6).&lt;/p&gt;

&lt;p&gt;And is congruent to either:&lt;/p&gt;

&lt;p&gt;1 + 2 $\times$ 0 = 1 (mod 6)&lt;br&gt;&lt;/br&gt;
1 + 2 $\times$ 4 = 1 + 7 = 9 = 3 (mod 6)&lt;/p&gt;

&lt;p&gt;Because P + 2d is a prime number as well it can't be congruent
to 3 (mod 6), so must be congruent to 0 (mod 6)&lt;/p&gt;

&lt;p&gt;Lets say that P is congruent to 5 (mod 6). So P + d is congruent
to either:&lt;/p&gt;

&lt;p&gt;5 + 0 = 5 (mod 6)&lt;br&gt;&lt;/br&gt;
5 + 2 = 7 = 1 (mod 6)&lt;br&gt;&lt;/br&gt;
5 + 4 = 9 = 3 (mod 6)&lt;/p&gt;

&lt;p&gt;Because P + d is a prime number it can't be congruent to 3 (mod
6) so d must be congruent to either 0 or 2 (mod 6).&lt;/p&gt;

&lt;p&gt;And is congruent to either:&lt;/p&gt;

&lt;p&gt;5 + 2 $\times$ 0 = 5 (mod 6)&lt;br&gt;&lt;/br&gt;
5 + 2 $\times$ 2 = 1 + 4 = 9 = 3 (mod 6)&lt;/p&gt;

&lt;p&gt;Because P + 2d is a prime number as well it can't be congruent
to 3 (mod 6), so d must be congruent to 0 (mod 6)&lt;/p&gt;

&lt;p&gt;Following from all of this d must be congruent, in all cases, to
0 (mod 6), meaning it gives a remainder 0 when divided by 6. So d
is divisible by 6, hence proved.&lt;/p&gt;

&lt;p&gt;Examples from APs where one of the prime numbers is 3&lt;/p&gt;

&lt;p&gt;3, 5, 7 (d = 2)&lt;br&gt;&lt;/br&gt;
3, 7, 11 (d = 4)&lt;br&gt;&lt;/br&gt;
3, 11, 19 (d = 8)&lt;br&gt;&lt;/br&gt;
3, 13, 23 (d = 10)&lt;br&gt;&lt;/br&gt;
3, 17, 31 (d = 14)&lt;br&gt;&lt;/br&gt;
3, 23, 43 (d = 20)&lt;/p&gt;

&lt;p&gt;In these examples none of the differences is divisible by 6 but
is this true in general for AP's containing 3. Yes because if the
first number is 3, and the common difference is divisible by 6,
call this difference 6k, then the second number is 3 + 6k which is
divisible by 3 so it is not a prime. Hence no AP of 3 primes exists
which has common difference divisible by 6.&lt;/p&gt;

&lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</canonXML>
  <end_user_role>2</end_user_role>
  <difficulty>3</difficulty>
  <keystage1>0</keystage1>
  <keystage2>0</keystage2>
  <keystage3>0</keystage3>
  <keystage4>1</keystage4>
  <keystage4plus>1</keystage4plus>
  <title>Weekly Challenge 19: Prime APs</title>
  <description>A weekly challenge: these are shorter problems aimed at Post-16 students or enthusiastic younger students.</description>
  <spec_group>Collections
    <specifier>Weekly Challenge</specifier>
  </spec_group>
  <spec_group>Admin
    <specifier>Stage 5 - Core Mapping</specifier>
  </spec_group>
  <spec_group>Stage 5 Core Mapping Document
    <specifier>Sequences and Series AS</specifier>
  </spec_group>
  <spec_group>Secondary Mapping Document
    <specifier>DisplayCabinet</specifier>
  </spec_group>
</resource>