<?xml version="1.0" encoding="UTF-8" ?>
  <resource>
  <id>7292</id>
  <path>/www/nrich/html/content/id/7292/</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/2036&amp;amp;part=&quot;&gt;Try this next&lt;/a&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;a href=&quot;http://plus.maths.org/issue12/features/codes/&quot;&gt;Read all about it&lt;/a&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;a href=&quot;https://nrich.maths.org/discus/messages/27/27.html&quot;&gt;Ask NRICH&lt;/a&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;a href=&quot;http://nrich.maths.org/4350&quot;&gt;Warm-up problem&lt;/a&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;a href=&quot;http://nrich.maths.org/7060&amp;amp;part=solution&quot;&gt;Last week's solution&lt;/a&gt;
    &lt;/li&gt;
  &lt;/ul&gt;
  &lt;div style=&quot;&quot;&gt;
    &lt;br /&gt;
Choose any whole number&amp;#160;$n$ and calculate $n^3 + 11n$.&lt;br /&gt;
    &lt;br /&gt;
Is the answer a multiple of 6 for all choices of $n$?&lt;br /&gt;
    &lt;br /&gt;
The challenge is to explain why or why not.&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;
Modular arithmetic is widely used to verify automatically whether a number has been correctly entered to a&amp;#160;system. Each identification number (e.g. for passports, bank accounts, credit cards, ISBN book numbers and so on) obeys a rule which makes it easy to check (most of the time) whether or not the number has been copied correctly. For this reason such numbers are also called check
codes.&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;
Yatir Halevi, Maccabim and Reut High-School, Israel proved that
$n^3+11n$ is always divisible by $6$ using modular arithmetic
modulus $6$.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
For each $n$, we can have a remainder of either: $0$, $1$, $2$,
$3$, $4$ or $5$ when divided by $6$ and this is called the residue
modulo $6$.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
For $n^3$ we get the following residues: $0$, $1$, $2$, $3$, $4$,
$5$ respectively (to $n$). For $11n$ we get the following residues:
$0$, $5$, $4$, $3$, $2$, $1$ respectively (to $n$). Combining $n^3$
and $11n$ (respectively) we get a residue $0$ because: $0+0=0$ (mod
$6$), $1+5=6=0$ (mod $6$), $2+4=6=0$ (mod $6$), $3+3=6=0$ (mod
$6$), $4+2=6=0$ (mod $6$), $5+1=6=0$ (mod $6$). This means that we
get a zero residue when dividing by $6$, or in other words,
$(n^3+11n)$ is a multiple of $6$ or $6$ divides $n^3+11n$.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Kookhyun Lee gave another proof that all the terms are divisible by
$6$. Consider: $$n^3 + 11n = n^3 + 12n - n = n(n^2-1) + 12n.$$ This
must be a multiple of 6 because $n(n^2-1)$ can be written as
$(n-1)\times n \times (n+1)$. Any multiple of three consecutive
integers is a multiple of $6$ because it contains a multiple of two
(an even number) and a multiple of three.&lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</solutionXML>
  <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;
Yatir Halevi, Maccabim and Reut High-School, Israel proved that
$n^3+11n$ is always divisible by $6$ using modular arithmetic
modulus $6$.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
For each $n$, we can have a remainder of either: $0$, $1$, $2$,
$3$, $4$ or $5$ when divided by $6$ and this is called the residue
modulo $6$.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
For $n^3$ we get the following residues: $0$, $1$, $2$, $3$, $4$,
$5$ respectively (to $n$). For $11n$ we get the following residues:
$0$, $5$, $4$, $3$, $2$, $1$ respectively (to $n$). Combining $n^3$
and $11n$ (respectively) we get a residue $0$ because: $0+0=0$ (mod
$6$), $1+5=6=0$ (mod $6$), $2+4=6=0$ (mod $6$), $3+3=6=0$ (mod
$6$), $4+2=6=0$ (mod $6$), $5+1=6=0$ (mod $6$). This means that we
get a zero residue when dividing by $6$, or in other words,
$(n^3+11n)$ is a multiple of $6$ or $6$ divides $n^3+11n$.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Kookhyun Lee gave another proof that all the terms are divisible by
$6$. Consider: $$n^3 + 11n = n^3 + 12n - n = n(n^2-1) + 12n.$$ This
must be a multiple of 6 because $n(n^2-1)$ can be written as
$(n-1)\times n \times (n+1)$. Any multiple of three consecutive
integers is a multiple of $6$ because it contains a multiple of two
(an even number) and a multiple of three.&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>0</keystage4>
  <keystage4plus>1</keystage4plus>
  <title>Weekly Challenge 8: Sixinit</title>
  <description>Choose any whole number n, cube it and add 11n. Is the answer
always divisible by 6? If so why?</description>
  <spec_group>Numbers and the Number System
    <specifier>Modulus arithmetic</specifier>
  </spec_group>
  <spec_group>Admin
    <specifier>Short problems</specifier>
  </spec_group>
  <spec_group>Collections
    <specifier>Weekly Challenge</specifier>
  </spec_group>
</resource>