<?xml version="1.0" encoding="UTF-8" ?>
  <resource>
  <id>559</id>
  <path>/www/nrich/html/content/98/03/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;Do you know a quick way to check if a number is a multiple of two? How about three, four or six?&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
In the interactivity below, the computer generates two random digits.&lt;br&gt;&lt;/br&gt;
Your task is to find the &lt;span style=&quot;font-weight: bold;&quot;&gt;largest possible three-digit number&lt;/span&gt; which uses the computer&amp;#39;s digits, and one of your own, to make a multiple of 2, 3, 4 or 6.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span style=&quot;font-weight: bold;&quot;&gt;Can you decribe a strategy that ensures your first &amp;#39;guess&amp;#39; is always correct?&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
 &lt;/p&gt;
&lt;div style=&quot;background-color:#bfe8ff;padding:20px;padding-bottom:20px;width:550px;height:400px;position:relative;&quot;&gt;
&lt;div style=&quot;color:#000000;font-size:32px;font-family:helvetica,arial,sans-serif&quot;&gt;Enter the biggest three-digit multiple of &lt;select id=&quot;gamechoice&quot; style=&quot;background-color:#ffbff7;color:#000000;font-size:32px;font-family:helvetica,arial,sans-serif&quot;&gt;&lt;option value=&quot;two&quot;&gt;two&lt;/option&gt;&lt;option value=&quot;three&quot;&gt;three&lt;/option&gt;&lt;option value=&quot;four&quot;&gt;four&lt;/option&gt;&lt;option value=&quot;six&quot;&gt;six&lt;/option&gt;&lt;/select&gt; you can think of that uses the digits:&lt;/div&gt;
&lt;div style=&quot;color:#000000;font-size:32px;font-family:helvetica,arial,sans-serif; text-align:center&quot;&gt;
&lt;span id=&quot;Number1&quot; style=&quot;color:#000000;font-size:48px;font-family:helvetica,arial,sans-serif; &quot;&gt;&lt;/span&gt; and &lt;span id=&quot;Number2&quot; style=&quot;color:#000000;font-size:48px;font-family:helvetica,arial,sans-serif; &quot;&gt; &lt;/span&gt;
&lt;/div&gt;
&lt;input id=&quot;Answer&quot; type=&quot;text&quot; size=&quot;3&quot; style=&quot;color:#000000;font-size:32px;font-family:helvetica,arial,sans-serif;&quot; onkeydown=&quot;if (event.keyCode !== 13) {blankout();} else {check();}&quot; /&gt;
&lt;input id=&quot;testButton&quot; name=&quot;Test&quot; type=&quot;button&quot; value=&quot;Check&quot; onClick=&quot;check()&quot; style=&quot;color:#000000;font-size:28px;font-family:helvetica,arial,sans-serif&quot; /&gt;
&lt;br&gt;&lt;/br&gt;
&lt;div id=&quot;Feedback&quot; style=&quot;color:#000000;font-size:32px;font-family:helvetica,arial,sans-serif&quot;&gt;&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;input id=&quot;clickhere&quot; name=&quot;clickhere&quot; type=&quot;button&quot; size=&quot;10&quot; value=&quot;New digits&quot; onClick=&quot;generate()&quot; style=&quot;color:#000000;font-size:28px;font-family:helvetica,arial,sans-serif;position:absolute; top:360px;&quot;/&gt;
&lt;/div&gt;

&lt;script src=&quot;7410-script.js&quot; type=&quot;text/javascript&quot;&gt;
&lt;/script&gt;&lt;br&gt;&lt;/br&gt;
&lt;div style=&quot;float: right;&quot;&gt; &lt;mdo:image alt=&quot;1, 3, 4 and 5&quot; height=&quot;150&quot; src=&quot;Dozens.jpg&quot; width=&quot;200&quot;&gt;&lt;/mdo:image&gt;&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;p&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Something else to think about:&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
What is the largest possible five-digit number&lt;br&gt;&lt;/br&gt;
divisible by $12$ that you can make from the digits&lt;br&gt;&lt;/br&gt;
$1$, $3$, $4$, $5$ and one more digit? &lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
&lt;a href=&quot;http://nrich.maths.org/8003&quot;&gt;Click here for a poster of this problem&lt;/a&gt;.&lt;/p&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;We received a large number of well
considered responses to this problem.&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;Ewan from Wilson's School explained his
strategy for finding the largest multiple of 2:&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
You put the largest possible combination of three numbers, making
sure the two given are there, and the last digit is even.&lt;br&gt;&lt;/br&gt;
For instance, with 9 and 5, the largest would be 958, not 995,
because 5 is odd.  &lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;Gabriel, also from Wilson's School, had
strategies for identifying multiples of 3, 4 and 6:&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
To find out if your number is a multiple of 3, all you neeed to do
is add the digits. If the digits add up to a multiple of 3, the
original number is also a multiple of 3.&lt;br&gt;&lt;/br&gt;
For example: 351&lt;br&gt;&lt;/br&gt;
To find out if this is a multiple of 3 using normal division would
be quite slow, but if you just add the didgits it takes only a few
seconds:&lt;br&gt;&lt;/br&gt;
3 + 5 + 1 = 9&lt;br&gt;&lt;/br&gt;
9 is a multiple of 3 so 351 is a multiple of 3.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
You can use this for any number: 546822&lt;br&gt;&lt;/br&gt;
5 + 4 + 6 + 8 + 2 + 2 = 27&lt;br&gt;&lt;/br&gt;
Note: this method only works if you want to find out if your number
is a multiple of 3.&lt;br&gt;&lt;/br&gt;
This does not work with any other number.&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;(It actually works for multiples of 9 as
well - take a look a&lt;/span&gt;&lt;a href=&quot;http://nrich.maths.org/1308&amp;amp;part=&quot; class=&quot;editorial&quot;&gt;&lt;/a&gt;&lt;span class=&quot;editorial&quot;&gt;t&lt;/span&gt; &lt;a class=&quot;editorial&quot; href=&quot;http://nrich.maths.org/1308&amp;amp;part=&quot;&gt;Divisibility
Tests&lt;/a&gt;&lt;span class=&quot;editorial&quot;&gt;)&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
For the biggest multiple of 4, look at the last two digits. If the
number formed by its last two digits is divisible by 4, the
original number is a multiple of 4 as well.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
For the multiples of 6, just check if the number is divisible by 2
AND 3.&lt;br&gt;&lt;/br&gt;
If it is, then the number is also divisible by 6.&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;Abbas from Green Primary School had a
different strategy for identifying multiples of 4:&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
You can divide the number by 2 and if the answer is even, that
means the number that you first started with is a multiple of
4.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;Patrick and Jenna from Savanna Oaks Middle
School, and Thomas from Colet Court School explained how to
find the largest multiples in the interactivity
challenge.&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;Here is Thomas' detailed explanation of his
strategy:&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Multiple of 2:&lt;br&gt;&lt;/br&gt;
&lt;ul&gt;
&lt;li&gt;First check if both numbers are even. If they are, then use the
highest of the 2 numbers as the tens digit and the lowest as the
units digit. Use 9 as the missing number (ie the hundreds
digit).&lt;/li&gt;

&lt;li&gt;If only one number is even, then use the odd number as the
tens digit, the even number as the units and use 9 as the
missing number (ie the hundreds digit).&lt;/li&gt;

&lt;li&gt;If both numbers are odd, then choose 8 as the units number
(this will be your missing number), then use the biggest odd
numbers as the hundreds digit and the smallest odd number as the
tens digit.&lt;/li&gt;
&lt;/ul&gt;

Multiple of 3:&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
The sum of the three digits needs to be a multiple of 3.&lt;br&gt;&lt;/br&gt;
Therefore we will derive the missing number by starting from 9 and
checking if the sum of the two given digits plus 9 is a multiple of
9.&lt;br&gt;&lt;/br&gt;
If this is the case, then the result will be 9 for the hundreds
digit, the highest of the two given digits for the tens and the
lowest of the two digits for the unit.&lt;br&gt;&lt;/br&gt;
If 9 does not work, we try with 8 and repeat with 7 then 6 then...
if 8 does not work either.&lt;br&gt;&lt;/br&gt;
When we have found the digit, the hundreds digit is the highest of
the three numbers, the tens the second highest and the unit the
lowest of all the digits.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Multiple of 4:&lt;br&gt;&lt;/br&gt;
&lt;ul&gt;
&lt;li&gt;First we try to see if the combination of the 2 given digits is
a multiple of 4. By doing so we will try first with the highest of
the two digits as the tens digit and the other one as the
unit. If it works then we will use 9 as the hundreds digit.&lt;/li&gt;

&lt;li&gt;If the combination of the highest of the two digits and the
lowest does not work, we will try the other way round (lowest of
the two given digits as the tens and highest as the unit). If this
combination is a multiple of 4 then we will use 9 as the hundreds
digit like above.&lt;/li&gt;

&lt;li&gt;If neither combination of the two digits is a multiple of 4,
then we will use the highest of the two given digits as the
hundreds digit. Then we will check if the remaining given digit is
even. If this is the case we will use this number as the unit and
choose as the tens digit the highest digit possible such that the
last two digits are a multiple of 4.&lt;/li&gt;

&lt;li&gt;If the remaining given digit is not even, then we will use this
number as the tens digit and choose the highest unit such that the
last two digits are a multiple of 4.&lt;/li&gt;
&lt;/ul&gt;

&lt;br&gt;&lt;/br&gt;
Multiple of 6:&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
To be a multiple of 6, it needs to be a multiple of 3 and of
2.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;Thomas also suggested a solution to the
final challenge:&lt;/span&gt;   &lt;br&gt;&lt;/br&gt;
  &lt;br&gt;&lt;/br&gt;
The solution to &amp;quot;Something else to think about&amp;quot; is &lt;span style=&quot;font-weight: bold;&quot;&gt;53184&lt;/span&gt;.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
If the number is divisible by 12, it needs to be divisible by 4 and
by 3.&lt;br&gt;&lt;/br&gt;
To be divisible by 3 the sum of the digits need to be divisible by
3, and therefore the missing digit can only be 2, 5 or 8.&lt;br&gt;&lt;/br&gt;
The last two digits need to be divisible by 4. Since we have 1, 3,
4 and 5, none of the combination is divisible by 4 and therefore we
need to use the highest possible additional number ahead of the 4
divisible by 4, ie 8 (84 is divisible by 4).&lt;br&gt;&lt;/br&gt;
Then for the first three digits, we rank them from the highest down
to the lowest.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;This problem caught many people out - we
received lots of solutions suggesting that 53184 was the answer
(using an 8 as the extra number). &lt;/span&gt; &lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;Annabel, Harry and Liberty from
Hethersett High School managed to improve on Thomas' solution to
the final challenge:&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
The largest possible five digit number, including 1, 3, 4, 5 and
another digit, which is divisible by 12 is: &lt;span style=&quot;font-weight: bold;&quot;&gt;54132&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
This is because it is divisible by 3 and 4.&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;Ravsimrat from Garden International School
managed to improve on that:&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
Largest possible 5 digit number divisible by 12 is: &lt;span style=&quot;font-weight: bold;&quot;&gt;54312&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
DIVISIBILITY RULES 54312 should be divisible by 12 so...&lt;br&gt;&lt;/br&gt;
The divisibility rule for 12 is: the number should be divisible by
3 and 4&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
 a) Rule for 3: the sum of the digits of the number should be
divisible by 3.&lt;br&gt;&lt;/br&gt;
eg: (5 + 4 + 3 + 1 + 2) / 3 = 5 (so...it is divisible by 3)&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
b) Rule for 4: the last 2 digits of the number should be divisible
by 4.&lt;br&gt;&lt;/br&gt;
eg: 12 / 4 = 3 (so...it is divisible by 4)&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Hence 54312 is divisible by 12.&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
 &lt;span class=&quot;editorial&quot;&gt;Titus, also from Garden International
School, thought about the problem in a similar way:&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Multiples of 12 are also multiples of 2, 3 and 4.&lt;br&gt;&lt;/br&gt;
Multiples of 3 can be found by the sum of digits which can be
divided by 3.&lt;br&gt;&lt;/br&gt;
So the one more digit is limited to 8, 5 or 2.&lt;br&gt;&lt;/br&gt;
Multiples of 4 are obtained if the last two digits together can be
divided by 4.&lt;br&gt;&lt;/br&gt;
Multiples of 2 must be even numbers.&lt;br&gt;&lt;/br&gt;
The unit place has to be 2, 4 or 8.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
My answer is 54312&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;Luke and Jordan from Breckland Middle
School also sent us their clear reasoning:&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
We worked out some facts about this mystery number to help
us:&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
1. It must end in an even number as 12 is an even number.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
 2. To find out if a number is divisible by 3, you can add up all
of the digits and see if it is a multiple of 3 that you
recognise.&lt;br&gt;&lt;/br&gt;
From this, we know that any number containing only 1, 3, 4 and 5
will not be divisible by 3, and therefore not divisible by
12.&lt;br&gt;&lt;/br&gt;
Therefore, the fifth number MUST be 2, 5 or 8 for the five-digit
number to be divisible by 12.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
3. It cannot begin with 8. There are only 6 options beginning with
8 that are divisible by 2 and 3 (81354; 81534; 83154; 83514; 85314;
and 85134) and none of these is divisible by 12.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
 Continued trial and error then showed 54312 to be the biggest
number that is divisible by 12.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;Thomas from A.Y. Jackson School sent us a
detailed explanation of his thinking:&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Using the numbers 1, 3, 4, 5, and another number represented by N,
the largest five digit number that is divisible by 12 is 54312.
(N=2)&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
I began by deducing that any number divisible by 12 has to be
divisible by 4 and 3 and must be even.&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
Any number with 3 as a factor must have digits that add up to
a multiple of 3. The sum of 1, 3, 4, 5 is 13, therefore, N could be
only three numbers: 2, 5, 8.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
The first attempt will certainly be to choose the largest possible
value of N which is 8, and 8 as the first digit, but I realise that
then the last number must be 4, but none of the remaining values
(3, 1 or 5) paired with 4 (34, 14, 54) could be divisible by 4
(since if a number is divisible by 4, the last two digits must also
be divisible by 4).&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Therefore 8 must be stuck to the rear with the number being either
53184 or 53148.&lt;br&gt;&lt;/br&gt;
It then becomes evident that the largest value the ten-thousands
digit could hold is 5.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
If N=5, the same dilemma returns (3, 1, 5 could not be paired with
4).&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
The only solution to N then becomes 2, as then 2 could replace 4 as
the last digit and thus giving the number a greater thousands
place-value.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
The template of the number becomes 54 _ _ 2&lt;br&gt;&lt;/br&gt;
Either 12 or 32 is divisible by 4, but 54312 is obviously larger
than 54132, and thus the answer is 54312.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;Harry from The Beacon School also sent us a
full and very clear explanation of his thinking:&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
 As the number is a multiple of 12, it must be a multiple of 3
also. Therefore its digits must add to a multiple of 3.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
1+3+4+5=13, so the extra digit must be 2, 5, or 8 to make the sum
into a multiple of 3.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
The number must also be a multiple of 4 (because it is a multiple
of 12). For a number to be a multiple of 4, the number formed by
its last two digits must be a multiple of 4.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
If the extra digit is 5, then no multiples of 4 can be
formed.&lt;br&gt;&lt;/br&gt;
The explanation is as follows:&lt;br&gt;&lt;/br&gt;
For the number to be a multiple of 4, it must be even, and the only
even number in the selection of 1, 3, 4, 5, 5 is 4, therefore the
number must end with 4.&lt;br&gt;&lt;/br&gt;
None of 14, 34 and 54 are multiples of 4. Therefore, if the extra
digit is 5, the number cannot be a multiple of 4 and consequently
cannot be a multiple of 12.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
 If the extra digit is 8, the only possible places for it are in
the tens and the units.&lt;br&gt;&lt;/br&gt;
This is because the only possible last 2 digits (for the number to
be a multiple of 4) are 48 or 84.&lt;br&gt;&lt;/br&gt;
Choosing 84 gives a maximum of 53184 for the solution to the
original problem (if the extra digit is 8).&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
The only other possibility is if the extra digit is 2.&lt;br&gt;&lt;/br&gt;
Now the last two digits can be 12, 24, 32, or 52.&lt;br&gt;&lt;/br&gt;
Choosing 12 is best because this leaves 5, 4 and 3 for the larger
places.&lt;br&gt;&lt;/br&gt;
The maximum using an extra digit of 2 is therefore 54312, which is
larger than the 53184 produced by using 8.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Therefore the solution is 54312.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
This is verified as a multiple of 12 because it is both a multiple
of 4 and a multiple of 3.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;Well done to you all.&lt;/span&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;p&gt;&lt;em&gt;Do you know a quick way to check if a number is a multiple of two?&lt;br&gt;&lt;/br&gt;
How about three, four or six?&lt;/em&gt;... &lt;strong&gt;&lt;a href=&quot;/559&quot;&gt;View the problem&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;h3&gt; &lt;/h3&gt;
&lt;h3&gt;Why do this problem?&lt;/h3&gt;
&lt;p&gt;This problem offers a twist on the usual way of thinking about divisibility tests - rather than checking to see if a number is divisible by 2, 3, 4 or 6, students are asked to construct numbers that meet the necessary criteria.&lt;/p&gt;
&lt;br&gt;&lt;/br&gt;
&lt;h3&gt;Possible approach&lt;/h3&gt;
&lt;div&gt;Introduce the problem by showing the interactivity with multiples of two selected. Students could write the answer to the computer-generated problem on individual student whiteboards, or they could discuss with their partner before offering their suggestion. If the computer does not agree with the class&amp;#39;s suggestion, take some time to discuss why. &lt;span style=&quot;font-weight: bold;&quot;&gt;Challenge
the class to develop a strategy for ALWAYS finding the highest even number on the first attempt.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Repeat the activity selecting multiples of 3 - this is a good opportunity to introduce the standard divisibility test for multiples of 3 if it has not been met before.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;&amp;quot;&lt;span style=&quot;font-weight: bold;&quot;&gt;Your next challenge&lt;/span&gt; is to develop a similar strategy for finding the highest multiple of 4, and the highest multiple of 6, on the first attempt.&amp;quot;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;In a computer room, pairs of students can work together at a computer to develop their strategy. Alternatively, each pair could be given a set of digit cards and select two at random to model the interactivity.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Once the class have had time to work on the problem&lt;/span&gt; and develop and test their strategies, bring the class together. There are many ways in which this could be done; one possibility is to challenge each pair to construct the solution to a new problem generated by the interactivity.&lt;/div&gt;
&lt;div&gt;&amp;quot;Will we be able to get all the way round the class without anyone making a mistake?&amp;quot;&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Finally&lt;/span&gt;, the &amp;quot;something else to think about&amp;quot; at the end of the problem could be used as a homework task or in a follow-up lesson.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;The article &lt;a href=&quot;http://nrich.maths.org/1308&amp;amp;part=&quot;&gt;Divisibility Tests&lt;/a&gt; offers clear explanations of the various divisibility rules and why they work.&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;h3&gt;Key questions&lt;/h3&gt;
&lt;div&gt;How do you know if a number is a multiple of 4?&lt;/div&gt;
&lt;div&gt;How do you know if a number is a multiple of 6?&lt;/div&gt;
&lt;div&gt;How do you know you have found the biggest possible number?&lt;/div&gt;
&lt;h3&gt;Possible extension&lt;/h3&gt;
&lt;div&gt;Students could be encouraged to read the article about &lt;a href=&quot;http://nrich.maths.org/1308&amp;amp;part=&quot;&gt;Divisibility Tests&lt;/a&gt;.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Ask students to imagine that the interactivity also asks them to construct multiples of 12. Challenge them to come up with a strategy and identify situations when a multiple of 12 cannot be constructed.&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;p&gt;&lt;a href=&quot;http://nrich.maths.org/public/viewer.php?obj_id=796&amp;amp;part=&quot;&gt;American Billions&lt;/a&gt; is an engaging extension activity which uses similar ideas to the ones met in this problem. &lt;/p&gt;
&lt;br&gt;&lt;/br&gt;
&lt;h3&gt;Possible support&lt;/h3&gt;
&lt;p&gt;The interactivity in the problem &lt;a href=&quot;http://nrich.maths.org/7431&amp;amp;part=&quot;&gt;Largest Even&lt;/a&gt; offers students practice in finding even numbers using just two digits. In a similar way, the rest of the challenges in this problem could be adapted to two-digit numbers.&lt;/p&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;What is special about multiples of 2? 3? 4? 6?&lt;br&gt;&lt;/br&gt;
You may find the article on &lt;a href=&quot;http://nrich.maths.org/public/viewer.php?obj_id=1308&amp;amp;part=&quot;&gt;
Divisibility Tests&lt;/a&gt; helpful.&lt;br&gt;&lt;/br&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;br&gt;&lt;/br&gt;
 

&lt;p class=&quot;editorial&quot;&gt;This problem caught many people out - we
received lots of solutions suggesting that 53184 was the answer
(using an 8 as the extra number). It is indeed a multiple of 12 but
it is not the largest multiple that could be made; that is 54312
(using a 2 as the extra number).&lt;/p&gt;

&lt;p class=&quot;editorial&quot;&gt;We received correct solutions from Livvy and
Connor, Lily, Maryanne, Adam and Mitchell, Nur, Harry, Thomas,
Arpan, Titus, Ed C and Ed O, Charline, Ravsimrat, Luke and Jordan,
Andrew, William and Ron. Well done to you all.&lt;/p&gt;

&lt;p class=&quot;editorial&quot;&gt;Ravsimrat from Garden International School and
Titus from GIS thought about the problem in a similar way. Here is
what Titus wrote:&lt;/p&gt;

Multiples of 12 are also multiples of 2, 3 and 4.&lt;br&gt;&lt;/br&gt;
Multiples of 3 can be found by the sum of digits which can be
divided by 3. So the one more digit is limited to 8, 5 or 2.&lt;br&gt;&lt;/br&gt;
Multiples of 4 are obtained if the last two digits together can be
divided by 4.&lt;br&gt;&lt;/br&gt;
Multiples of 2 must be even numbers.&lt;br&gt;&lt;/br&gt;
The unit place has to be 2, 4 or 8.&lt;br&gt;&lt;/br&gt;
My answer is 54312&lt;br&gt;&lt;/br&gt;
 

&lt;p class=&quot;editorial&quot;&gt;Luke and Jordan from Breckland Middle School
also sent us their reasoning:&lt;/p&gt;

&lt;div&gt;We worked out some facts about this mystery number to help
us:&lt;/div&gt;

&lt;br&gt;&lt;/br&gt;
 

&lt;div&gt;1. It must end in an even number as 12 is an even
number.&lt;/div&gt;

&lt;br&gt;&lt;/br&gt;
 

&lt;div&gt;2. To find out if a number is divisible by 3, you can add up
all of the digits and see if it is a multiple of 3 that you
recognise.&lt;/div&gt;

&lt;div&gt;From this, we know that any number containing only 1, 3, 4 and
5 will not be divisible by 3, and therefore not divisible by
12.&lt;/div&gt;

&lt;div&gt;Therefore, the fifth number MUST be 2, 5 or 8 for the
five-digit number to be divisible by 12.&lt;/div&gt;

&lt;br&gt;&lt;/br&gt;
 

&lt;div&gt;3. It cannot begin with 8. There are only 6 options beginning
with 8 that are divisible by 2 and 3 (81354; 81534; 83154; 83514;
85314; and 85134) and none of these are divisible by 12.&lt;/div&gt;

&lt;br&gt;&lt;/br&gt;
 

&lt;div&gt;Continued trial and error then showed 54312 to be the biggest
number that is divisible by 12.&lt;/div&gt;

&lt;p&gt;&lt;span class=&quot;editorial&quot;&gt;Thomas from A.Y. Jackson School sent us
a detailed explanation of his thinking:&lt;/span&gt;&lt;/p&gt;

&lt;div&gt;Using the numbers 1, 3, 4, 5, and another number represented
by N, the largest five digit number that is divisible by 12 is
54312. (N=2)&lt;/div&gt;

&lt;div&gt;I began by deducing any number divisible by 12 has to be
divisible by 4 and 3 and must be even.&lt;/div&gt;

&lt;div&gt;Any number with three as a factor (its digits) must add up to
a multiple of three.&lt;/div&gt;

&lt;div&gt;The sum of 1, 3, 4, 5 is 13, therefore, N could be only three
numbers: 2, 5, 8.&lt;/div&gt;

&lt;div&gt;The first attempt will certainly be to choose the largest
possible value of N which is 8, and 8 as the first digit, but I
realize that then the last number must be 4, but none of the
remaining values (3, 1 or 5) paired with 4 (34, 14, 54) could be
divisible by 4 (since if a number is divisible by 4, the last two
digits must also be divisible by four)&lt;/div&gt;

&lt;div&gt;Therefore 8 must be stuck to the rear with the number being
either 53184 or 53148.&lt;/div&gt;

&lt;div&gt;It then becomes evident that the largest value the
ten-thousands digit could hold is 5.&lt;/div&gt;

&lt;div&gt;If N=5, the same dilemma returns (3, 1, 5 could not be paired
with 4).&lt;/div&gt;

&lt;div&gt;The only solution to N then becomes 2, as then 2 could replace
4 as the last digit and thus giving the number a greater thousands
place-value.&lt;/div&gt;

&lt;div&gt;The template of the number becomes 54 _ _ 2 either 12 or 32 is
divisible by four, but 54312 is obviously larger than 54132. And
thus the number is 54312.&lt;/div&gt;

&lt;br&gt;&lt;/br&gt;
 

&lt;div&gt;&lt;span class=&quot;editorial&quot;&gt;Harry from The Beacon School also sent
us a full and very clear explanation of his thinking:&lt;/span&gt;&lt;/div&gt;

&lt;br&gt;&lt;/br&gt;
 

&lt;div&gt;As the number is a multiple of 12, it must be a multiple of 3
also. Therefore its digits must add to a multiple of 3.&lt;/div&gt;

&lt;div&gt;1+3+4+5=13, so the extra digit must be 2, 5, or 8 to make the
sum into a multiple of 3.&lt;/div&gt;

&lt;div&gt;The number must also be a multiple of 4 (because it is a
multiple of 12).&lt;/div&gt;

&lt;div&gt;For a number to be a multiple of 4, the number formed by its
last two digits must be a multiple of 4.&lt;/div&gt;

&lt;br&gt;&lt;/br&gt;
 

&lt;div&gt;If the extra digit is 5, then no multiples of 4 can be
formed.&lt;/div&gt;

&lt;div&gt;The explanation is as follows:&lt;/div&gt;

&lt;div&gt;For the number to be a multiple of 4, it must be even, and the
only even number in the selection of 1, 3, 4, 5, 5 is 4, therefore
the number must end with 4. None of 14, 34 and 54 are multiples of
4. Therefore, if the extra digit is 5, the number cannot be a
multiple of 4 and consequently cannot be a multiple of 12.&lt;/div&gt;

&lt;br&gt;&lt;/br&gt;
 

&lt;div&gt;If the extra digit is 8, the only possible places for it are
in the tens and the units. This is because the only possible last 2
digits (for the number to be a multiple of 4) are 48 or 84.&lt;/div&gt;

&lt;div&gt;Choosing 84 gives a maximum of 53184 for the solution to the
original problem (if the extra digit is 8).&lt;/div&gt;

&lt;br&gt;&lt;/br&gt;
 

&lt;div&gt;The only other possibility is if the extra digit is 2. Now the
last two digits can be 12, 24, 32, or 52. Choosing 12 is best
because this leaves 5, 4 and 3 for the larger places.&lt;/div&gt;

&lt;br&gt;&lt;/br&gt;
 

&lt;div&gt;The maximum using an extra digit of 2 is therefore 54312,
which is larger than the 53184 produced by using 8. Therefore the
solution is 54312.&lt;/div&gt;

&lt;br&gt;&lt;/br&gt;
 

&lt;div&gt;This is verified as a multiple of 12 because it is both a
multiple of 4 (12 is a multiple of 4) and a multiple of 3
(5+4+3+1+2=15, which is a multiple of 3).&lt;/div&gt;

&lt;div&gt;The largest possible multiple of 12 that can be made using the
digits 5, 4, 3, 1, X is 54312.&lt;/div&gt;

&lt;br&gt;&lt;/br&gt;
&lt;span style=&quot;font-style: italic;&quot;&gt;Old solutions: The solution is
54312. Joel from ACS Barker Rd School, Singapore, sent the
following solution: A number which is divisible by 12 has to be
divisible by 3 and 4. A number which is divisible by 3 has the sum
of its digits divisible by 3. A number which is divisible by 4 has
its last two digits divisible by 4. The missing number has to be
one of the last two digits, since the current 4 digits have no
combination of 2 digits divisible by 4. Since the sum of the
current digits is 13, the missing number is either 2, 5, or 8.
Since 5, 4 and 3 are the largest numbers, we assume that the first
3 digits of our final number are 5, 4 and 3 in respective order.
All numbers divisible by 4 are even numbers, and 1 is not, and so
the number has to be 5431_. The only digit out of 2, 5 and 8 which
will make the last two digits divisible by 4, is 2, so the final
number is 54312. Other correct solutions with clear explanations
came from Angela of Hethersett High School, Norfolk, Nicola of
Madras College, St Andrews and Soon Xing and George from The
Chinese High School in Singapore.&lt;/span&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>Dozens</title>
  <description>Do you know a quick way to check if a number is a multiple of two?
How about three, four or six?</description>
  <spec_group>Numbers and the Number System
    <specifier>Factors and multiples</specifier>
  </spec_group>
  <spec_group>Numbers and the Number System
    <specifier>Divisibility</specifier>
  </spec_group>
  <spec_group>Information and Communications Technology
    <specifier>smartphone</specifier>
  </spec_group>
</resource>