<?xml version="1.0" encoding="UTF-8" ?>
  <resource>
  <id>481</id>
  <path>/www/nrich/html/content/97/01/six2/</path>
  <resourceTypeID>1</resourceTypeID>
  <last_published>2011-02-01T00:00:01</last_published>
  <indexXML>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;p&gt;Five numbers are added together in pairs to produce the following answers:&lt;br&gt;&lt;/br&gt;
 &lt;/p&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;$0, 2, 4, 4, 6, 8, 9, 11, 13, 15$&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;strong&gt;What are the five numbers?&lt;/strong&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;span class=&quot;editorial&quot;&gt;Many people correctly noticed that it won&amp;#39;t help to take two of the same number because then there won&amp;#39;t be enough different totals. Tyler, Harry and others started with ways of making 0. Having decided that taking 0 + 0 = 0 won&amp;#39;t work, they realised that a negative number and its positive value are needed. Hannah started with -1 and 1, then found what else is needed to
make the rest of the totals. Using trial and improvement gives something like this:&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Can&amp;#39;t take 2 because -1 + 2 = 1 is not allowed.&lt;br&gt;&lt;/br&gt;
Must take 3 because -1 + 3 = 2 and 1 + 3 = 4 are needed.&lt;br&gt;&lt;/br&gt;
Can&amp;#39;t take 4 because -1 + 4 = 3 is not allowed&lt;br&gt;&lt;/br&gt;
Must take 5 because -1 + 5 = 4, 1 + 5 = 6 and 3 + 5 = 8 are needed.&lt;br&gt;&lt;/br&gt;
At this point you need 10 to make 15, and need to check that all the possible totals are reached, &lt;em&gt;and nothing extra&lt;/em&gt;.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;Well done to everyone who used a method like this to get the right answer! It&amp;#39;s lucky that -1 and 1 were in the solution, or else you&amp;#39;d need to try -2 and 2, -3 and 3, ...&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;Woo from Hampton School gave an algebraic solution; since it&amp;#39;s often useful to use letters to represent unknown numbers this sounds like a good idea!&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
The five numbers can be thought of as a, b, c, d and e with&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
a &amp;amp;lt; b &amp;amp;lt; c &amp;amp;lt; d &amp;amp;lt; e&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Then we can order the totals too. There is a grid of inequalities&lt;br&gt;&lt;/br&gt;
\begin{array}{ccccccc}&lt;br&gt;&lt;/br&gt;
a+b \\&lt;br&gt;&lt;/br&gt;
{}\wedge{}\\&lt;br&gt;&lt;/br&gt;
a+c &amp;amp;&amp;amp;lt;&amp;amp; b+c\\&lt;br&gt;&lt;/br&gt;
{}\wedge{} &amp;amp;&amp;amp; {}\wedge{}\\&lt;br&gt;&lt;/br&gt;
a+d &amp;amp;&amp;amp;lt;&amp;amp; b+d &amp;amp;&amp;amp;lt;&amp;amp; c+d\\&lt;br&gt;&lt;/br&gt;
{}\wedge{} &amp;amp;&amp;amp; {}\wedge{} &amp;amp;&amp;amp; {}\wedge{}\\&lt;br&gt;&lt;/br&gt;
a+e &amp;amp;&amp;amp;lt;&amp;amp; b+e &amp;amp;&amp;amp;lt;&amp;amp; c+e &amp;amp;&amp;amp;lt;&amp;amp; d+e\\&lt;br&gt;&lt;/br&gt;
\end{array}&lt;br&gt;&lt;/br&gt;
Therefore, smallest combinations are as follows in order:&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
a+b &amp;amp;lt; a+c &amp;amp;lt; b+c &lt;em&gt;or&lt;/em&gt; a+d &amp;amp;lt; b+d…&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
And the totals are 0, 2, 4, 4, 6, 8, 9, 11, 13, 15 so&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
0 = a+b&lt;br&gt;&lt;/br&gt;
2 = a+c&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
both b+c and a+d can be the third or fourth total, but both are 4, hence&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
4 = b+c&lt;br&gt;&lt;/br&gt;
4 = a+d&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
And treating the first three equations as a system of simultaneous equations, they can be solved to find a. This gives -2 = 2a. So a = -1, b = 1, c = 3 and d = 5. There is one last number to find; e. We know the largest total is 15 = d+e; so must have e = 10.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;Well done Woo, this is very sophisticated. Sometimes it&amp;#39;s hard to know when trial and improvement won&amp;#39;t work so it&amp;#39;s useful to have an algebraic method that doesn&amp;#39;t rely on trials.&lt;/span&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;/mdoxml&gt;</noteXML>
  <clueXML>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;/mdoxml&gt;</clueXML>
  <canonXML>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;mdoxml version=&quot;1.0&quot;&gt;I can make all the totals except for zero.&lt;br&gt;&lt;/br&gt;
I can make each total in just one way.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
The numbers are -1, 1, 3, 5 and 10&lt;br&gt;&lt;/br&gt;
&lt;p&gt;&lt;span class=&quot;editorial&quot;&gt;This solution was submitted by&lt;/span&gt; &lt;strong class=&quot;editorial&quot;&gt;Sarah&lt;/strong&gt; &lt;span class=&quot;editorial&quot;&gt;from Archbishop Sancroft High School:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The numbers are -1, 1, 3, 5 and 10&lt;/p&gt;
&lt;p&gt;-1 + 1 = 0&lt;/p&gt;
&lt;p&gt;3 + (-1) = 2&lt;/p&gt;
&lt;p&gt;3 + 1 = 4&lt;/p&gt;
&lt;p&gt;5 + (-1) = 4&lt;/p&gt;
&lt;p&gt;5 + 1 = 6&lt;/p&gt;
&lt;p&gt;5 + 3 = 8&lt;/p&gt;
&lt;p&gt;10 + (-1) = 9&lt;/p&gt;
&lt;p&gt;10 + 1 = 11&lt;/p&gt;
&lt;p&gt;10 + 3 = 13&lt;/p&gt;
&lt;p&gt;10 + 5 = 15&lt;/p&gt;
&lt;p class=&quot;editorial&quot;&gt; &lt;/p&gt;
&lt;p class=&quot;editorial&quot;&gt;Solutions were also received from Rachel (West Flegg Middle School), and from Luke and Ian.&lt;/p&gt;
&lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</canonXML>
  <end_user_role>2</end_user_role>
  <difficulty>5</difficulty>
  <keystage1>0</keystage1>
  <keystage2>0</keystage2>
  <keystage3>1</keystage3>
  <keystage4>0</keystage4>
  <keystage4plus>0</keystage4plus>
  <title>Pair Sums</title>
  <description>Five numbers added together in pairs produce: 0, 2, 4, 4, 6, 8, 9, 11, 13, 15 What are the five numbers?</description>
  <spec_group>Calculations and Numerical Methods
    <specifier>Addition &amp; subtraction</specifier>
  </spec_group>
  <spec_group>Using, Applying and Reasoning about Mathematics
    <specifier>Working systematically</specifier>
  </spec_group>
  <spec_group>Numbers and the Number System
    <specifier>Positive-negative numbers</specifier>
  </spec_group>
  <spec_group>Using, Applying and Reasoning about Mathematics
    <specifier>Trial and improvement</specifier>
  </spec_group>
  <spec_group>Secondary Mapping Document
    <specifier>MD Number operations and calculation methods</specifier>
  </spec_group>
  <spec_group>ajk44
    <specifier>solution needs editing</specifier>
  </spec_group>
</resource>