<?xml version="1.0" encoding="UTF-8" ?>
  <resource>
  <id>6713</id>
  <path>/www/nrich/html/content/id/6713/</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;br&gt;&lt;/br&gt;
The numbers in the four times table are&lt;br&gt;&lt;/br&gt;
$$4, 8, 12, 16... 36, 40, 44... 100, 104, 108...$$&lt;br&gt;&lt;/br&gt;
I could shift the four times table up by 3 and end up with&lt;br&gt;&lt;/br&gt;
$$7, 11, 15, 19... 39, 43, 47... 103, 107, 111...$$&lt;br&gt;&lt;/br&gt;
&lt;strong&gt;What do you notice about the differences between consecutive terms in each sequence?&lt;/strong&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
The interactivity displays five numbers from a shifted times table.&lt;br&gt;&lt;/br&gt;
&lt;em&gt;On &lt;strong&gt;Levels 1 and 2&lt;/strong&gt; it will always be the first five numbers.&lt;br&gt;&lt;/br&gt;
On &lt;strong&gt;Levels 3 and 4&lt;/strong&gt; it could be &lt;span style=&quot;font-weight: bold;&quot;&gt;any&lt;/span&gt; five numbers from the shifted times table.&lt;/em&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Use the interactivity to generate some sets of five numbers.&lt;br&gt;&lt;/br&gt;
&lt;strong&gt;Can you work out the times table and by how much it has been shifted?&lt;/strong&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;div style=&quot;background-color:#ffffff;border-width:5px; border-style:groove; padding:20px;padding-bottom:20px;width:550px;height:350px;position:relative;&quot;&gt;
&lt;div style=&quot;color:blue;font-size:32px;font-family:helvetica,arial,sans-serif; text-align:center&quot;&gt;Shifting Times Tables&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;select id=&quot;gamechoice&quot; style=&quot;color:blue;font-size:20px;font-family:helvetica,arial,sans-serif;&quot;&gt;
&lt;option value=&quot;level1&quot;&gt;Level 1&lt;/option&gt;
&lt;option value=&quot;level2&quot;&gt;Level 2&lt;/option&gt;
&lt;option value=&quot;level3&quot;&gt;Level 3&lt;/option&gt;
&lt;option value=&quot;level4&quot;&gt;Level 4&lt;/option&gt;
&lt;/select&gt; &lt;input id=&quot;newquestion&quot; onclick=&quot;generate()&quot; type=&quot;button&quot; value=&quot;New Numbers&quot;&gt;&lt;/input&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;div&gt;  &lt;span id=&quot;num1&quot; style=&quot;color:blue; position:relative; left:15px; font-size:20px;font-family:helvetica,arial,sans-serif; text-align:center&quot;&gt;?&lt;/span&gt; &lt;span id=&quot;num2&quot; style=&quot;color:blue; position:relative; left:105px; font-size:20px;font-family:helvetica,arial,sans-serif; text-align:center&quot;&gt;?&lt;/span&gt; &lt;span id=&quot;num3&quot; style=&quot;color:blue; position:relative; left:195px; font-size:20px;font-family:helvetica,arial,sans-serif; text-align:center&quot;&gt;?&lt;/span&gt; &lt;span id=&quot;num4&quot; style=&quot;color:blue; position:relative; left:285px; font-size:20px;font-family:helvetica,arial,sans-serif; text-align:center&quot;&gt;?&lt;/span&gt; &lt;span id=&quot;num5&quot; style=&quot;color:blue; position:relative; left:375px; font-size:20px;font-family:helvetica,arial,sans-serif; text-align:center&quot;&gt;?&lt;/span&gt;&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;div style=&quot;color:blue;font-size:20px;font-family:helvetica,arial,sans-serif; text-align:center&quot;&gt;Always enter the biggest times table it could be.&lt;br&gt;&lt;/br&gt;
The shift is always less than the times table.&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;div style=&quot;color:blue;font-size:20px;font-family:helvetica,arial,sans-serif; text-align:center&quot;&gt;Table &lt;input id=&quot;table&quot; size=&quot;3&quot; style=&quot;color:blue; font-size:20px;font-family:helvetica,arial,sans-serif;&quot; type=&quot;text&quot;&gt;&lt;/input&gt; Shifted &lt;select id=&quot;direction&quot; style=&quot;color:blue;font-size:20px;font-family:helvetica,arial,sans-serif;&quot;&gt;
&lt;option value=&quot;up&quot;&gt;up&lt;/option&gt;
&lt;option value=&quot;down&quot;&gt;down&lt;/option&gt;
&lt;/select&gt; by &lt;input id=&quot;shift&quot; size=&quot;3&quot; style=&quot;color:blue; font-size:20px; font-family:helvetica,arial,sans-serif&quot; type=&quot;text&quot;&gt;&lt;/input&gt; &lt;input id=&quot;checkbutton&quot; onclick=&quot;check()&quot; type=&quot;button&quot; value=&quot;Check&quot;&gt;&lt;/input&gt;
&lt;p&gt; &lt;/p&gt;
&lt;div id=&quot;feedback&quot; style=&quot;text-align:center&quot;&gt; &lt;/div&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;script src=&quot;shifting.js&quot; type=&quot;text/javascript&quot;&gt;
&lt;/script&gt;&lt;br&gt;&lt;/br&gt;
Once you are confident that you can work out the times table and the shift quite easily, &lt;span style=&quot;font-weight: bold;&quot;&gt;here are some questions to consider:&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
What can you say if the numbers are all odd?&lt;br&gt;&lt;/br&gt;
What about if they are all even?&lt;br&gt;&lt;/br&gt;
Or a mixture of odd and even?&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
What can you say if the units digits are all identical?&lt;br&gt;&lt;/br&gt;
What if there are only two different units digits?&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
What can you say if the difference between two numbers is prime?&lt;br&gt;&lt;/br&gt;
What can you say if the difference between two numbers is composite (not prime)?&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Can you explain how you worked out the table and shift each time, and why your method will always work?&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&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;span class=&quot;editorial&quot;&gt;Benita and Chloe, from Drumbowie, suggested the following method:&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
We found the differences between the numbers and looked at that times table, and then we found out if the table we had was shifted up or down from the times table it was meant to be, and how much by.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;Nikita commented how much easier Levels 1 and 2 were because you simply need to find the nth term rule.&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;Jamie gave an example:&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
14, 24, 34, 44, 54&lt;br&gt;&lt;/br&gt;
If the unit digits are identical, the table will be a multiple of ten and the shifted up number will be the same as the unit digit - here, 4.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;He also gave some rules for helping to determine the times table:&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;ul&gt;
&lt;li&gt;If the numbers are all odd, the original table will be even and the shift will be odd.&lt;/li&gt;
&lt;li&gt;If the numbers are all even, both the table and the shift will be even.&lt;/li&gt;
&lt;li&gt;If the numbers are a mixture of odd and even, the table will be odd and the shifted up number will be even.&lt;/li&gt;
&lt;li&gt;If there are only two different unit digits then the table is probably a multiple of five.&lt;/li&gt;
&lt;li&gt;If the difference between two numbers is prime, then the table will be that prime number.&lt;/li&gt;
&lt;/ul&gt;
&lt;span class=&quot;editorial&quot;&gt;Lucia and Matt  gave similar rules. Matt went on to share a harder example:&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
348, 92, 252, 284, 124&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
The differences are even, so we can see that the times table is even. We can also see that this sequence has more than 2 different unit digits, so cannot be a multiple of either 5 or 10.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
To work out exactly what the times table is we need to start by subtracting the lowest number from the second lowest number: 124 - 92 = 32. From this we can tell that the times table must be a factor of 32. We then need to subtract the second lowest number from the third lowest number (252 - 124 = 128), and then the next pair (284 - 252 = 32), and then the final
pair (348 -284 = 64).&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
This gives us four numbers: 32,128,32 and 64. The highest common factor of these numbers is 32. From this we can see that the times table is 32 as all the numbers are a multiple of 32 apart.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
To find the shift up or down we can divide one of the numbers in our times table and look at the remainder, e.g. 92/32 = 2 remainder 28. From this, we can see that if we were to move our number down 28 it would be a multiple of 32. This gives us our solution - the times table is 32 and you need to move it down 28.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
 &lt;span class=&quot;editorial&quot;&gt;Well done to Sharanya who used the same method as Matt, and to everyone else who found a method.&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;div class=&quot;embed&quot;&gt;
&lt;h2&gt;Shifting Times Tables&lt;/h2&gt;
&lt;br&gt;&lt;/br&gt;
The interactivity displays five numbers from a shifted times table.&lt;br&gt;&lt;/br&gt;
&lt;em&gt;On &lt;strong&gt;Levels 1 and 2&lt;/strong&gt; it will always be the first five numbers.&lt;br&gt;&lt;/br&gt;
On &lt;strong&gt;Levels 3 and 4&lt;/strong&gt; it could be &lt;span style=&quot;font-weight: bold;&quot;&gt;any&lt;/span&gt; five numbers from the shifted times table.&lt;/em&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Use the interactivity to generate some sets of five numbers.&lt;br&gt;&lt;/br&gt;
&lt;strong&gt;Can you work out the times table and by how much it has been shifted?&lt;/strong&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;div style=&quot;background-color:#ffffff;border-width:5px; border-style:groove; padding:20px;padding-bottom:20px;position:relative;&quot;&gt;
&lt;div style=&quot;color:blue;font-size:32px;font-family:helvetica,arial,sans-serif; text-align:center&quot;&gt;Shifting Times Tables&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;select id=&quot;gamechoice&quot; style=&quot;color:blue;font-size:20px;font-family:helvetica,arial,sans-serif;&quot;&gt;
&lt;option value=&quot;level1&quot;&gt;Level 1&lt;/option&gt;
&lt;option value=&quot;level2&quot;&gt;Level 2&lt;/option&gt;
&lt;option value=&quot;level3&quot;&gt;Level 3&lt;/option&gt;
&lt;option value=&quot;level4&quot;&gt;Level 4&lt;/option&gt;
&lt;/select&gt; &lt;input id=&quot;newquestion&quot; onclick=&quot;generate()&quot; type=&quot;button&quot; value=&quot;New Numbers&quot;&gt;&lt;/input&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;div&gt;&lt;span id=&quot;num1&quot; style=&quot;color:blue; position:relative; left:5px; font-size:20px;font-family:helvetica,arial,sans-serif; text-align:center&quot;&gt;?&lt;/span&gt; &lt;span id=&quot;num2&quot; style=&quot;color:blue; position:relative; left:45px; font-size:20px;font-family:helvetica,arial,sans-serif; text-align:center&quot;&gt;?&lt;/span&gt; &lt;span id=&quot;num3&quot; style=&quot;color:blue; position:relative; left:85px; font-size:20px;font-family:helvetica,arial,sans-serif; text-align:center&quot;&gt;?&lt;/span&gt; &lt;span id=&quot;num4&quot; style=&quot;color:blue; position:relative; left:125px; font-size:20px;font-family:helvetica,arial,sans-serif; text-align:center&quot;&gt;?&lt;/span&gt; &lt;span id=&quot;num5&quot; style=&quot;color:blue; position:relative; left:165px; font-size:20px;font-family:helvetica,arial,sans-serif; text-align:center&quot;&gt;?&lt;/span&gt;&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;div style=&quot;color:blue;font-size:20px;font-family:helvetica,arial,sans-serif; text-align:center&quot;&gt;Always enter the biggest times table it could be.&lt;br&gt;&lt;/br&gt;
The shift is always less than the times table.&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;div style=&quot;color:blue;font-size:20px;font-family:helvetica,arial,sans-serif; text-align:center&quot;&gt;Table &lt;input id=&quot;table&quot; size=&quot;3&quot; style=&quot;color:blue; font-size:20px;font-family:helvetica,arial,sans-serif;&quot; type=&quot;text&quot;&gt;&lt;/input&gt;&lt;br&gt;&lt;/br&gt;
Shifted &lt;select id=&quot;direction&quot; style=&quot;color:blue;font-size:20px;font-family:helvetica,arial,sans-serif;&quot;&gt;
&lt;option value=&quot;up&quot;&gt;up&lt;/option&gt;
&lt;option value=&quot;down&quot;&gt;down&lt;/option&gt;
&lt;/select&gt; by &lt;input id=&quot;shift&quot; size=&quot;3&quot; style=&quot;color:blue; font-size:20px; font-family:helvetica,arial,sans-serif&quot; type=&quot;text&quot;&gt;&lt;/input&gt; &lt;input id=&quot;checkbutton&quot; onclick=&quot;check()&quot; type=&quot;button&quot; value=&quot;Check&quot;&gt;&lt;/input&gt;
&lt;p&gt; &lt;/p&gt;
&lt;div id=&quot;feedback&quot; style=&quot;text-align:center&quot;&gt; &lt;/div&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;script src=&quot;shifting.js&quot; type=&quot;text/javascript&quot;&gt;
&lt;/script&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
 &lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;h3&gt;Why do this problem?&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;http://nrich.maths.org/6713&amp;amp;part=&quot;&gt;This problem&lt;/a&gt; encourages students to think about the properties of numbers. It could be used as an introduction to work on linear sequences and straight line graphs.&lt;/p&gt;
&lt;br&gt;&lt;/br&gt;
&lt;h3&gt;Possible approach&lt;/h3&gt;
&lt;div&gt;&quot;I&amp;#39;m thinking of a times table. I wonder if you can work out which it is? $6, 12, 18, 24$&quot; (writing the numbers on the board as you say them.)&lt;/div&gt;
&lt;div&gt;&quot;What about $33, 44, 55, 66?$&quot;&lt;/div&gt;
&lt;div&gt;&quot;$48, 54, 60, 66?$&quot;&lt;/div&gt;
&lt;div&gt;&quot;$135, 150, 165, 180?$&quot;&lt;/div&gt;
&lt;div&gt;Keep going until the class are confident and fluent at working out the times tables - to avoid shouting out, students could write their answers on mini whiteboards.&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;div&gt;&quot;What if I give you some random numbers from a times table instead? $55, 40, 105, 60$&quot;&lt;/div&gt;
&lt;div&gt;&quot;What about $90, 60, 105, 45?$&quot; Discuss that these are all in the $3$, $5$ and $15$ times tables, but we&amp;#39;re only interested in finding the &lt;span style=&quot;font-weight: bold;&quot;&gt;largest&lt;/span&gt; possible times table, so we&amp;#39;ll say these are numbers in the $15$ times table.&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;div&gt;&quot;What about $280, 160, 560, 720?$&quot; We hope this will catch some students out, as they&amp;#39;ll be tempted to suggest the $10$ or possibly the $20$ times table. In fact, these are all in the $40$ times table! This is another chance to highlight that we&amp;#39;re interested in the &lt;span style=&quot;font-weight: bold;&quot;&gt;largest&lt;/span&gt; possible times table.&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;p&gt;Now show the interactivity from the problem and alert the students that it does something slightly different (but don&amp;#39;t tell them what!). Generate a set of numbers using Level 1 or 2, and give the class a short time to discuss with their partner what they think the computer has done. Do the same a couple more times, without any whole-class sharing, but giving pairs a little time to refine
their ideas. Then bring the class together and discuss what they think is going on. Link what they say to the terminology of &quot;Table&quot; and &quot;Shift&quot; that the computer uses.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Emphasise that the table should always be the &lt;span style=&quot;font-weight: bold;&quot;&gt;largest&lt;/span&gt; possible, and the shift should always be less than the table. This example could be used to bring these ideas out:&lt;/p&gt;
&lt;div style=&quot;margin-left: 40px;&quot;&gt;$82, 202, 122, 442$&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;p&gt;Possible suggestions that might emerge:&lt;/p&gt;
&lt;div style=&quot;margin-left: 40px;&quot;&gt;Table: 10, Shift: 2, or 12, or 22...&lt;/div&gt;
&lt;div style=&quot;margin-left: 40px;&quot;&gt;Table: 5, Shift: 2, or 7, or 12...&lt;/div&gt;
&lt;div style=&quot;margin-left: 40px;&quot;&gt;Table: 20, Shift: 2, or 22, or 42...&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;p&gt;But we are interested in&lt;/p&gt;
&lt;div style=&quot;margin-left: 40px;&quot;&gt;Table: 40, Shift: 2.&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;p&gt;Ideally, each pair would now work at a computer to develop a method of finding the table and shift with ease. If that isn&amp;#39;t possible, generate a dozen or so examples at appropriate levels, and write them on the board for the class to work on. Students could also work in pairs and create examples for their partners to work out.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Once students are finding the table and shift easily, bring the class together. Generate a new example and ask a pair to talk through their thinking as they work towards the solution, but ask them to stop short of actually giving the answer. The rest of the class could write the answer on mini whiteboards once they&amp;#39;ve heard enough to work it out. Repeat, giving other pairs the opportunity to
share their thinking.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Finally, allow the class some time to work in pairs on the questions at the bottom of the problem, and then discuss their ideas, emphasising the need to justify any conclusions they reach.&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
&lt;a href=&quot;/content/id/6713/Shifting%20times%20tables%20-%20final.pdf&quot; style=&quot;font-style: italic;&quot;&gt;Here&lt;/a&gt; &lt;span style=&quot;font-style: italic;&quot;&gt;is an account of one teacher&amp;#39;s approach to using this problem.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;Key questions&lt;/h3&gt;
&lt;div&gt;What is the same between numbers in a times table and numbers in the shifted times table?&lt;/div&gt;
&lt;div&gt;What can you learn from the difference between any two numbers in a shifted times table?&lt;/div&gt;
&lt;div&gt;How do you find the shift once you&amp;#39;ve worked out the table?&lt;/div&gt;
&lt;h3&gt;Possible extension&lt;/h3&gt;
&lt;div&gt;Here are some follow-up resources that may build on students&amp;#39; thinking about this problem:&lt;/div&gt;
&lt;div&gt;&lt;a href=&quot;/7405&quot;&gt;What Numbers Can We Make?&lt;/a&gt;&lt;br&gt;&lt;/br&gt;
&lt;a href=&quot;/7024&quot;&gt;Charlie&amp;#39;s Delightful Machine&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;a href=&quot;http://nrich.maths.org/6402&amp;amp;part=&quot;&gt;The Remainders Game&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;a href=&quot;http://nrich.maths.org/582&amp;amp;part=&quot;&gt;Expenses&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;a href=&quot;http://nrich.maths.org/4350&amp;amp;part=&quot;&gt;Modular Arithmetic&lt;/a&gt; (article)&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;h3&gt;Possible support&lt;/h3&gt;
&lt;div&gt;Perhaps start with the &lt;a href=&quot;http://nrich.maths.org/5468&amp;amp;part=&quot;&gt;Factors and Multiples Game&lt;/a&gt; to practise working with multiples and factors. This could then be followed up by looking at the problem &lt;a href=&quot;http://nrich.maths.org/1783&amp;amp;part=&quot;&gt;Remainders&lt;/a&gt;.&lt;/div&gt;
&lt;p&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
 &lt;/p&gt;&lt;/mdoxml&gt;</noteXML>
  <clueXML>&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;br&gt;&lt;/br&gt;
&lt;p&gt;For the Level 3 and 4 problems, start by rearranging the numbers so that they are in order. Then look at the pairs of numbers that are closest together.&lt;/p&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;&lt;p class=&quot;editorial&quot;&gt;This problem encourages you to think about the characteristics of numbers and the times tables that they are part of. Noticing these patterns is not only fun, but will also help you with calculations in other work that you do.&lt;/p&gt;
&lt;p class=&quot;editorial&quot;&gt;Many great solutions were submitted, with clear explanations, so thank you very much to everyone for this!&lt;/p&gt;
&lt;p class=&quot;editorial&quot;&gt;Let us first consider levels one and two. In these levels, the numbers displayed are always the first five numbers from a shifted times table. A student from Mearns Castle High School explained:&lt;/p&gt;
In Levels $1$ and $2$, if the first number is x and the second is $x+d$, then the d times table has been altered.&lt;br&gt;&lt;/br&gt;
&lt;p class=&quot;editorial&quot;&gt;Using this notation, we can also find an expression for the third number: $x+2d$. In fact, we can write a formula for any number. For example, to find the $n^{th}$ number, we can write a general formual: $x+(n-1)d$. Note that in levels one and two, the times table number is the same as &quot;d&quot;. However, this may not be the case in levels three and four, as the numbers may not be
consecutive.&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;editorial&quot;&gt;The question also asks you to work out the number that the times table has been shifted by. Holly, Nick, and Lucy from Old Earth Primary School first found the times table. Then they subtracted this number (e.g. &quot;$5$&quot; for the five times table) from the first number of the sequence to find the shift. Sharumilan from Wilson&amp;#39;s School, and James from Woodstock CE Primary
School used a similar method.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;editorial&quot;&gt;When solving the problem, several students found it helpful to look at the properties of the numbers in the sequence. For example, they noted whether the units digits were all odd, or all even, or a mixture, and whether they were all identical or whether there were only two different digits. This can eliminate some possibilities for the times table and shift, whilst
pointing you in the right direction to find the answer. Other characteristics students examined included the type of difference between the numbers in the sequence (prime or composite).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;editorial&quot;&gt;Emma from Tadcaster Grammar School answered the questions posed regarding the&lt;/span&gt; &lt;span class=&quot;editorial&quot; style=&quot;text-decoration: underline;&quot;&gt;Level 1 and 2 problems&lt;/span&gt;&lt;span class=&quot;editorial&quot;&gt;:&lt;/span&gt;&lt;/p&gt;
&lt;br&gt;&lt;/br&gt;
1. WHAT CAN YOU SAY IF THE NUMBERS ARE ALL ODD?&lt;br&gt;&lt;/br&gt;
The times table is always even, and it has been shifted by an odd number.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
2. WHAT ABOUT IF THEY ARE ALL EVEN?&lt;br&gt;&lt;/br&gt;
The times table is always even, and it has been shifted by an even number.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
3. OR A MIXTURE OF ODD AND EVEN?&lt;br&gt;&lt;/br&gt;
The times table is always odd; the shift could be odd or even.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
4. WHAT CAN YOU SAY IF THE UNITS DIGITS ARE ALL IDENTICAL?&lt;br&gt;&lt;/br&gt;
The times table has a zero as its unit digit i.e. it is a multiple of ten.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
5. WHAT IF THERE ARE ONLY TWO DIFFERENT UNITS DIGITS?&lt;br&gt;&lt;/br&gt;
The times table has a five as its unit digit.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
6. WHAT CAN YOU SAY IF THE DIFFERENCE BETWEEN TWO NUMBERS IS PRIME?&lt;br&gt;&lt;/br&gt;
The times table is prime.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
7. WHAT CAN YOU SAY IF THE DIFFERENCE BETWEEN TWO NUMBERS IS COMPOSITE (NOT PRIME)?&lt;br&gt;&lt;/br&gt;
The times table is composite.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;p class=&quot;editorial&quot;&gt;Many others submitted correct answers to these questions. These include: Sharumilan from Wilson&amp;#39;s School, Harry from Maidstone Grammar School, Stephen and Alexander from Tudhoe Grange, Andrew from Charters Secondary School, and Jack from Sir Harry Smith Community College. Several mentioned the importance of considering factors and multiples, in order to come to the correct
conclusions about the times tables. Emma mentioned this in her solution (see above).&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Harry from Maidstone Grammar School explained an approach that would work at all levels:&lt;/p&gt;
&lt;div style=&quot;font-style: italic;&quot;&gt;Can you explain how you worked out the table and shift each time, and why your method will always work?&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;div&gt;1. Put the numbers given in ascending order.&lt;/div&gt;
&lt;div&gt;2. Find the difference between each number and the number next to it.&lt;/div&gt;
&lt;div&gt;3. Find the highest common factor of all the differences (this is the table)&lt;/div&gt;
&lt;div&gt;4. Divide one of the numbers by the highest common factor and find the remainder (this is the shift).&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;div&gt;My method will always work because the differences between each number must be a multiple of the table, or the table itself, as otherwise you would not be able to increase the original number to the next.&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;div&gt;e.g. 43 --- 55 --- 61 The difference between 43 and 55 is 12, the difference between 55 and 61 is 6, therefore the highest common factor is 6. 43 divided by 6 = 7 remainder 1 so the shift is 1!&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;p class=&quot;editorial&quot;&gt;This is a lovely explanation, and a very good systematic way to approach the problem. Many students, like Harry, mentioned that the first step is to order the numbers. This is a useful start to very many problems, not just in mathematics, but in other subjects too. It is helpful to begin by logically organising the information that you are given so that patterns can be seen
more clearly and the information can be manipulated more easily.&lt;/p&gt;
&lt;p class=&quot;editorial&quot;&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;For levels 3 and 4&lt;/span&gt;, the numbers given can be any five numbers; they are not necessarily in order. This means that the difference between two of the numbers may not be the actual number of the times table; there may be other numbers in between these, which have not been provided. This is why we need to find the highest common
factor of all of the differences. Some students just used the smallest difference between the numbers in the sequence and concluded that this is the times table number. However, this difference may in fact be a multiple of the &quot;true&quot; difference.&lt;/p&gt;
&lt;p class=&quot;editorial&quot;&gt;Here is a solution that illustrates these points nicely. It was submitted by Luke, from Sawston Village College who participated in a Maths Masterclass:&lt;/p&gt;
&lt;p&gt;For Levels three and four, where the numbers are in a random order, it is advisable to look at all of the differences, as sometimes they are different.&lt;/p&gt;
&lt;p&gt;For example: $239, 459, 519, 579, 619$.&lt;/p&gt;
&lt;p&gt;In this, the smallest difference is $40$, but there are also differences of $60$ and $220$.&lt;br&gt;&lt;/br&gt;
Because you must enter the largest times table that works for all of the numbers, you cannot enter $40$ (the smallest difference), as that doesn&amp;#39;t work for all the differences.&lt;br&gt;&lt;/br&gt;
$20$ goes into all of these, so it is the largest times table that works for all of the differences.&lt;/p&gt;
&lt;p&gt;However, if one of the differences you find is prime, there is no point in going through the process of looking at all of the differences, as it isn&amp;#39;t divisible by anything apart from $1$ or itself, and therefore will not share a factor with any other differences you find. The shift is not altered by different differences.&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;editorial&quot;&gt;Thank you also to the following students, who submitted great explanations for working out the times table and the shift: the two &quot;Toms&quot; from Bassingbourn Village College, Stephen and Alexander from Tudhoe Grange School, and Holly, Nick and Lucy from Old Earth Primary School.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;editorial&quot;&gt;If you enjoyed this problem and would like to follow it up, have a look at the article on&lt;/span&gt; &lt;a class=&quot;editorial&quot; href=&quot;http://nrich.maths.org/4350&amp;amp;part=Modular%20Arithmetic&quot;&gt;Modular Arithmetic&lt;/a&gt;&lt;span class=&quot;editorial&quot;&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&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>1</keystage3>
  <keystage4>0</keystage4>
  <keystage4plus>0</keystage4plus>
  <title>Shifting Times Tables</title>
  <description>Can you find a way to identify times tables after they have been shifted up?</description>
  <spec_group>Sequences, Functions and Graphs
    <specifier>Sequences</specifier>
  </spec_group>
  <spec_group>Sequences, Functions and Graphs
    <specifier>Arithmetic sequence</specifier>
  </spec_group>
  <spec_group>Numbers and the Number System
    <specifier>Factors and multiples</specifier>
  </spec_group>
  <spec_group>Secondary Mapping Document
    <specifier>Patterns and sequences LS</specifier>
  </spec_group>
  <spec_group>Secondary Mapping Document
    <specifier>DisplayCabinet</specifier>
  </spec_group>
  <spec_group>Secondary processes
    <specifier>PM - Exploring and noticing structure</specifier>
  </spec_group>
  <spec_group>Secondary processes
    <specifier>PM - Working Systematically</specifier>
  </spec_group>
  <spec_group>ajk44
    <specifier>solution needs editing</specifier>
  </spec_group>
</resource>