<?xml version="1.0" encoding="UTF-8" ?>
  <resource>
  <id>7044</id>
  <path>/www/nrich/html/content/id/7044/</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;
Here is a machine with four coloured lights. Each light responds to
a rule. &lt;br&gt;&lt;/br&gt;&lt;br&gt;&lt;/br&gt;
When you type in a number, lights go on if their rule is satisfied.
&lt;br&gt;&lt;/br&gt;
If the number satisfies more than one rule, then more than one
colour will light up&lt;br&gt;&lt;/br&gt;&lt;br&gt;&lt;/br&gt;
Type in some numbers and see which lights you can switch on.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;&lt;br&gt;&lt;/br&gt;

&lt;div style=&quot;background-color:#000;padding:20px;padding-bottom:20px;width:260px;height:280px&quot;&gt;

	&lt;div style=&quot;position:relative;&quot;&gt;
		&lt;label style=&quot;position:absolute;top:10;color:#fff;font-size:12px;font-family:helvetica,arial,sans-serif&quot;&gt;Type in a number&lt;/label&gt;
		
		&lt;input id=&quot;numberText&quot; type=&quot;text&quot; value=&quot;0&quot; name=&quot;number&quot; tabindex=&quot;1&quot; maxlength=&quot;8&quot; size=&quot;8&quot;  style=&quot;position:absolute;top:-10px;left:130px;font-size:1.2em&quot; /&gt;
		
		&lt;img id=&quot;red&quot; src=&quot;red.png&quot; style=&quot;position:absolute;left:20px;top:30px;opacity:0;z-index:1&quot; /&gt;
		&lt;img id=&quot;redOff&quot; src=&quot;redOff.png&quot;
style=&quot;position:absolute;left:20px;top:30px;opacity:1;z-index:0&quot; /&gt;

		&lt;img id=&quot;yellow&quot; src=&quot;yellow.png&quot; style=&quot;position:absolute;left:120px;top:30px;opacity:0;z-index:1&quot; /&gt;
		&lt;img id=&quot;yellowOff&quot; src=&quot;yellowOff.png&quot; style=&quot;position:absolute;left:120px;top:30px;opacity:1;z-index:0&quot; /&gt;

		&lt;img id=&quot;green&quot; src=&quot;green.png&quot; style=&quot;position:absolute;left:20px;top:130px;opacity:0;z-index:1&quot; /&gt;
		&lt;img id=&quot;greenOff&quot; src=&quot;greenOff.png&quot; style=&quot;position:absolute;left:20px;top:130px;opacity:1;z-index:0&quot; /&gt;

		&lt;img id=&quot;blue&quot; src=&quot;blue.png&quot; style=&quot;position:absolute;left:120px;top:130px;opacity:0;z-index:1&quot; /&gt;
		&lt;img id=&quot;blueOff&quot; src=&quot;blueOff.png&quot; style=&quot;position:absolute;left:120px;top:130px;opacity:1;z-index:0&quot; /&gt;

	    &lt;input id=&quot;restartButton&quot; name=&quot;restartButton&quot; type=&quot;button&quot; value=&quot;Restart&quot;  style=&quot;position:absolute;top:260px&quot; /&gt;    

		&lt;br style=&quot;clear:both&quot; /&gt;
	&lt;/div&gt;	
&lt;/div&gt;

 &lt;br&gt;&lt;/br&gt;&lt;br&gt;&lt;/br&gt;&lt;br&gt;&lt;/br&gt;
What is the smallest number which lights them all up?&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;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;Thomas of QEGS Wakefield identified the
rules:&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
&lt;div style=&quot;margin-left: 40px;&quot;&gt;To light the YELLOW light the rule
is: &amp;lt; $30$&lt;/div&gt;

&lt;div style=&quot;margin-left: 40px;&quot;&gt;To light the RED light the rule is:
Have an odd tens digit&lt;/div&gt;

&lt;div style=&quot;margin-left: 40px;&quot;&gt;To light the BLUE light the rule
is: Multiple of $5$&lt;/div&gt;

&lt;div style=&quot;margin-left: 40px;&quot;&gt;To light the GREEN light the rule
is: Is odd &lt;/div&gt;

&lt;div style=&quot;margin-left: 40px;&quot;&gt; &lt;/div&gt;

&lt;div&gt;&lt;span class=&quot;editorial&quot;&gt;Ahmad reasoned well to explain the
minimum number which lit up all the lights:&lt;/span&gt;&lt;/div&gt;

&lt;div&gt; &lt;/div&gt;

&lt;div&gt;The answer is $15$.&lt;/div&gt;

&lt;div&gt;Its tens digit is the smallest, from the allowed, which is
$10$. Its unit digit is $5$ ; it is not zero because then it would
be even and wouldn't light the green. It is also less than $30$.
 &lt;/div&gt;

&lt;br&gt;&lt;/br&gt;
&lt;p&gt;&lt;span class=&quot;editorial&quot;&gt;Are you both sure that the yellow light
only lights up for numbers under $30$?&lt;/span&gt;&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;div class=&quot;embed&quot;&gt;
&lt;h2&gt;Light the Lights&lt;/h2&gt;
Here is a machine with four coloured lights. Each light responds to a rule.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
When you type in a number, lights go on if their rule is satisfied.&lt;br&gt;&lt;/br&gt;
If the number satisfies more than one rule, then more than one colour will light up&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Type in some numbers and see which lights you can switch on.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;div style=&quot;background-color:#000;padding:20px;padding-bottom:20px;width:260px;height:280px&quot;&gt;
&lt;div style=&quot;position:relative;&quot;&gt;&lt;label style=&quot;position:absolute;top:10;color:#fff;font-size:12px;font-family:helvetica,arial,sans-serif&quot;&gt;Type in a number&lt;/label&gt; &lt;input id=&quot;numberText&quot; maxlength=&quot;8&quot; name=&quot;number&quot; size=&quot;8&quot; style=&quot;position:absolute;top:-10px;left:130px;font-size:1.2em&quot; tabindex=&quot;1&quot; type=&quot;text&quot; value=&quot;0&quot;&gt;&lt;/input&gt; &lt;mdo:image id=&quot;red&quot; src=&quot;red.png&quot; style=&quot;position:absolute;left:20px;top:30px;opacity:0;z-index:1&quot;&gt;&lt;/mdo:image&gt; &lt;mdo:image id=&quot;redOff&quot; src=&quot;redOff.png&quot; style=&quot;position:absolute;left:20px;top:30px;opacity:1;z-index:0&quot;&gt;&lt;/mdo:image&gt; &lt;mdo:image id=&quot;yellow&quot; src=&quot;yellow.png&quot; style=&quot;position:absolute;left:120px;top:30px;opacity:0;z-index:1&quot;&gt;&lt;/mdo:image&gt; &lt;mdo:image id=&quot;yellowOff&quot; src=&quot;yellowOff.png&quot; style=&quot;position:absolute;left:120px;top:30px;opacity:1;z-index:0&quot;&gt;&lt;/mdo:image&gt; &lt;mdo:image id=&quot;green&quot; src=&quot;green.png&quot; style=&quot;position:absolute;left:20px;top:130px;opacity:0;z-index:1&quot;&gt;&lt;/mdo:image&gt; &lt;mdo:image id=&quot;greenOff&quot; src=&quot;greenOff.png&quot; style=&quot;position:absolute;left:20px;top:130px;opacity:1;z-index:0&quot;&gt;&lt;/mdo:image&gt; &lt;mdo:image id=&quot;blue&quot; src=&quot;blue.png&quot; style=&quot;position:absolute;left:120px;top:130px;opacity:0;z-index:1&quot;&gt;&lt;/mdo:image&gt; &lt;mdo:image id=&quot;blueOff&quot; src=&quot;blueOff.png&quot; style=&quot;position:absolute;left:120px;top:130px;opacity:1;z-index:0&quot;&gt;&lt;/mdo:image&gt; &lt;input id=&quot;restartButton&quot; name=&quot;restartButton&quot; style=&quot;position:absolute;top:260px&quot; type=&quot;button&quot; value=&quot;Restart&quot;&gt;&lt;/input&gt;&lt;br style=&quot;clear:both&quot;&gt;&lt;/br&gt;
 &lt;/div&gt;
&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
What is the smallest number which lights them all up?&lt;br&gt;&lt;/br&gt;
 &lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;h3&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Why do this problem?&lt;/span&gt;&lt;/h3&gt;
&lt;div&gt;&lt;a href=&quot;http://nrich.maths.org/7044&amp;amp;part=&quot;&gt;This problem&lt;/a&gt; requires children to make sense of information and work in a systematic way. It is a motivating context in which they use their knowledge of number properties.&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;h3&gt;Possible approach&lt;/h3&gt;
&lt;div&gt;This activity will require children to have access to computers, ideally in pairs.&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;div&gt;You could start by dividing the board into two columns, one headed with a tick and the other headed with a cross. Ask learners to suggest numbers, and write each suggestion in the appropriate column according to a rule of your own choice. Make it clear to the class that the activity is designed to model working like a scientist - there is no-one to say whether they have the right answer or
not. So they can come up with a hypothesis for your rule, but you will not confirm their hypothesis, you will only place numbers in the appropriate column.&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;div&gt;Here are some suggestions for rules:&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Odd numbers&lt;/li&gt;
&lt;li&gt;Numbers bigger than $20$&lt;/li&gt;
&lt;li&gt;Multiples of $10$&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;Once the class has tried the activity with a couple of rules and everyone is reasonably convinced their hypothesis holds, move on to the main task.&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;div&gt;To introduce the main task, show the interactivity and demonstrate entering a couple of numbers to see what lights up. Make sure learners understand that more than one light may be lit up at once, and that each light is governed by its own simple rule. Learners should work in pairs at a computer, and their challenge is to try to light up all the lights.&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;div&gt;While the class is working, note any particularly good ways of recording or working systematically, and highlight them to the rest of the class.&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;div&gt;Towards the end of the time working on the problem, leave some time for the class to come together to share what they have done. As well as discussing the number that lit up all the lights, encourage children to explain how they approached the problem.&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;h3&gt;Key questions&lt;/h3&gt;
&lt;div&gt;Which numbers have you tried? What happened?&lt;/div&gt;
&lt;div&gt;Which number would be good to try next? Why?&lt;/div&gt;
&lt;div&gt;How will you remember which lights each number lights up?&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;h3&gt;Possible extension&lt;/h3&gt;
&lt;div&gt;Learners could be challenged to find some rules so that it would be impossible to light all four lights. If appropriate, they might also have a go at &lt;a href=&quot;http://nrich.maths.org/7035&amp;amp;part=&quot;&gt;this similar problem&lt;/a&gt; which uses slightly higher-level mathematics.&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;h3&gt;Possible support&lt;/h3&gt;
&lt;div&gt;Some children might find it helpful to use a &lt;a href=&quot;/content/id/7044/1-100_NumberGrid.pdf&quot;&gt;hundred square&lt;/a&gt; to record their findings.&lt;/div&gt;
&lt;br&gt;&lt;/br&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;How will you keep track of what happens  with each
number you try?&lt;br&gt;&lt;/br&gt;
You might find a &lt;a href=&quot;/content/id/7044/1-100_NumberGrid.pdf&quot;&gt;hundred square&lt;/a&gt;
useful.&lt;br&gt;&lt;/br&gt;
 &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;odd, multiple of 5, odd tens digit, less than 31&lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</canonXML>
  <end_user_role>2</end_user_role>
  <difficulty>4</difficulty>
  <keystage1>0</keystage1>
  <keystage2>1</keystage2>
  <keystage3>0</keystage3>
  <keystage4>0</keystage4>
  <keystage4plus>0</keystage4plus>
  <title>Light the Lights</title>
  <description>Investigate which numbers make these lights come on. What is the smallest number you can find that lights up all the lights?</description>
  <spec_group>Numbers and the Number System
    <specifier>Odd and even numbers</specifier>
  </spec_group>
  <spec_group>Numbers and the Number System
    <specifier>Factors and multiples</specifier>
  </spec_group>
  <spec_group>Numbers and the Number System
    <specifier>Comparing and Ordering numbers</specifier>
  </spec_group>
  <spec_group>Numbers and the Number System
    <specifier>Place value</specifier>
  </spec_group>
  <spec_group>Information and Communications Technology
    <specifier>Interactivities</specifier>
  </spec_group>
  <spec_group>Using, Applying and Reasoning about Mathematics
    <specifier>Making and testing hypotheses</specifier>
  </spec_group>
  <spec_group>Admin
    <specifier>Lower primary mapping document</specifier>
  </spec_group>
</resource>