<?xml version="1.0" encoding="UTF-8" ?>
  <resource>
  <id>1019</id>
  <path>/www/nrich/html/content/00/10/penta1/</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;
&lt;p&gt;Liam&amp;#39;s house has a staircase with $12$ steps. He can go down the steps one at a time or two at a time.&lt;br&gt;&lt;/br&gt;
For example: He could go down $1$ step, then $1$ step, then $2$ steps, then $2$, $2$, $1$, $1$, $1$, $1$.&lt;/p&gt;
&lt;center&gt;&lt;mdo:image alt=&quot;1 or 2?&quot; src=&quot;penta1.gif&quot;&gt;&lt;/mdo:image&gt;&lt;/center&gt;
&lt;p&gt;In how many different ways can Liam go down the $12$ steps, taking one or two steps at a time?&lt;/p&gt;
 &lt;br&gt;&lt;/br&gt;
&lt;a href=&quot;http://nrich.maths.org/7199&quot;&gt;Click here for a poster of this problem&lt;/a&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;This problem is a tricky one because it can be a bit tempting to try to count all the possibilities one by one. While this is sometimes necessary, often there&amp;#39;s a better approach.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Tayla, Cindy and Iris from Elm Park School started with smaller flights of stairs and spotted a pattern. Miss Hodgetts&amp;#39; Y9 Class from Ounsdale High School and many other people also saw the pattern. Well done.&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Suppose Liam is going down $12$ steps. He can start by taking one step, then he has $11$ more steps to go down. The only other possibility is that he starts by taking two steps and has $10$ more steps to go down. So how does the number of ways of going down $12$ steps depend on the number of ways of going down $10$ steps and $11$ steps?&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;It helped to start with small numbers of steps and many people sent in lists like this one:&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;table border=&quot;1&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;1 Step&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;Total 1 way&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2 Steps&lt;/td&gt;
&lt;td&gt;1,1 or 2&lt;/td&gt;
&lt;td&gt;Total 2 ways&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3 Steps&lt;/td&gt;
&lt;td&gt;1,1,1 or 1,2 or 2,1&lt;/td&gt;
&lt;td&gt;Total 3 ways&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;4 Steps&lt;/td&gt;
&lt;td&gt;1,1,1,1 or 1,1,2 or 1,2,1 or 2,1,1 or 2,2&lt;/td&gt;
&lt;td&gt;Total 5 ways&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;5 Steps&lt;/td&gt;
&lt;td&gt;1,1,1,1,1 or 1,1,1,2 or 1,1,2,1 or 1,2,1,1 or 1,2,2 or 2,2,1 or 2,1,2 or 2,1,1,1&lt;/td&gt;
&lt;td&gt;Total 8 ways&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;6 Steps&lt;/td&gt;
&lt;td&gt;1,1,1,1,1,1 or 1,1,1,1,2 or 1,1,1,2,1 or 1,1,2,1,1 or 1,2,1,1,1 or 1,1,2,2 or 1,2,2,1 or 2,1,1,2 or 2,1,2,1 or 2,2,1,1 or 2,2,2 or 2,1,1,1,1 or 1,2,1,2&lt;/td&gt;
&lt;td&gt;Total 13 ways&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;etc.&lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;br&gt;&lt;/br&gt;
The tricky pattern to spot is that each total on the right is the sum of the previous two totals.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;Peter Zhu pointed out that this can be expressed simply as an algerbaic relation. He used the notation $S_n$ to mean the total number of ways of descending $n$ steps.&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Then the formula is&lt;br&gt;&lt;/br&gt;
 &lt;br&gt;&lt;/br&gt;
$S_n = S_{n-1} + S_{n-2}$&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
So, since $S_1=1$ and $S_2=2$, that means $S_3=3$, $S_4=5$, $S_5=8$, $S_6=13$, $S_7=21$, $S_8=34$, $S_9=55$, $S_{10}=89$, $S_{11}=144$, and $S_{12}=233$.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
The number of ways to get to the 12th step is 233.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
The reason for this pattern is very simple. For the first step Liam has two choices:&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
i) Jump down 1 step. This leaves n-1 steps.&lt;br&gt;&lt;/br&gt;
ii) Jump down 2 steps. This leaves n-2 steps.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
So if you know that Liam has $S_{n-1}$ ways of going down n-1 steps, and also $S_{n-2}$ ways of going down n-2 steps, all of these, when combined with the right choice of first step, give a way of going down n steps. This sum is exactly the relation $S_n = S_{n-1} + S_{n-2}$.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;Congratulations to everyone who managed to spot this pattern and find this answer. Those of you who have heard of the Fibonacci numbers will notice that the totals are the Fibonacci sequence, starting at 1, 2, ...&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
In fact there is a formula for finding any Fibonnaci number without having to add up all the previous ones. You might like to try and find out what it is. This would make counting the total number of ways of jumping down 1000000 steps much easier, but you&amp;#39;ll probably never need to jump down that many steps.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Another interesting detail is that there are many number sequences that follow the pattern $S_n = S_{n-1} + S_{n-2}$. The Lucas numbers are an example. Can you see that if you specify the first two numbers, all the rest of the sequence is given without any more choice? What about if you are told only the first number, how many possible sequences with this addition property are there?&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;There is another reasonably quick and easy way to find the answer 233 if you&amp;#39;re confident with combinations and binomial coefficients. These are some stage 5 topics that you can read about in &lt;a href=&quot;http://nrich.maths.org/7713&quot;&gt;this article&lt;/a&gt;. Matias Cano sent in his idea:&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
First of all I broke down all the different ways of down 12 stairs:
&lt;ol&gt;
&lt;li&gt;Always jump one step at a time&lt;/li&gt;
&lt;li&gt;Jump two steps 1 time, and one step 10 times&lt;/li&gt;
&lt;li&gt;Jump two steps 2 times, and one step 8 times&lt;/li&gt;
&lt;li&gt;Jump two steps 3 times, and one step 6 times&lt;/li&gt;
&lt;li&gt;Jump two steps 4 times, and one step 4 times&lt;/li&gt;
&lt;li&gt;Jump two steps 5 times, and one step 2 times&lt;/li&gt;
&lt;li&gt;Always jump two steps at a time&lt;/li&gt;
&lt;/ol&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;Matias then used &lt;em&gt;binomial coefficients.&lt;/em&gt; These strange and useful numbers have a special notation and formula, explained in more detail in the &lt;a href=&quot;http://nrich.maths.org/7713&quot;&gt;article&lt;/a&gt;.&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
$n \choose r$ means &amp;#39;the number of ways of choosing $r$ objects from a total of $n$&amp;#39; where the order of the choices doesn&amp;#39;t matter. It&amp;#39;s said &amp;#39;n choose r&amp;#39;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
For example ${4 \choose 2} = 6$ because from the numbers 1, 2, 3, 4 I can make six pairs:&lt;br&gt;&lt;/br&gt;
12, 13, 14, 23, 24, 34 (remember we consider 34 the same as 43)&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
The formula for the binomial coefficients uses the factorial notation $n! = n\times(n-1)\times(n-2)\times...\times 2 \times 1$ and is&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
$${n \choose r} = \frac{n!}{r!(n-r)!}$$&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
So the factorials on the right give a formula for &amp;#39;n choose r&amp;#39;.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
This can be linked to jumping down stairs because Liam can decide where to put his two-step jumps. If there are n total jumps, and exactly r of them are two-step, then there are $n \choose r$ possible ways of making the jumps. We have to &amp;#39;choose&amp;#39; r different places out of the n steps to put the double jumps.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
For the item 1 there&amp;#39;s 1 posibility&lt;br&gt;&lt;/br&gt;
For the item 2 there are 11 posibilities because this is 11 choose 1&lt;br&gt;&lt;/br&gt;
For the item 3 there are 45 posibilities because this is 10 choose 2&lt;br&gt;&lt;/br&gt;
For the item 4 there are 84 posibilities because this is 9 choose 3&lt;br&gt;&lt;/br&gt;
For the item 5 there are 70 posibilities because this is 8 choose 4&lt;br&gt;&lt;/br&gt;
For the item 6 there are 21 posibilities because this is 7 choose 5&lt;br&gt;&lt;/br&gt;
For the item 7 there are 1 posibility&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Total of the posibilities will be: 1+11+45+84+70+21+1 = 233&lt;br&gt;&lt;/br&gt;
Final result = 233 posibilities.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;Brilliant work everyone. This was a problem which can involve some sophisticated and difficult maths!&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;br&gt;&lt;/br&gt;
&lt;h3&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Why do&lt;/span&gt; &lt;span style=&quot;font-weight: bold;&quot;&gt;this problem&lt;/span&gt; &lt;span style=&quot;font-weight: bold;&quot;&gt;?&lt;/span&gt;&lt;/h3&gt;
&lt;div&gt;&lt;a href=&quot;http://nrich.maths.org/public/viewer.php?obj_id=1019&quot;&gt;This problem&lt;/a&gt; provides an opportunity to draw out from students techniques for problem solving.&lt;/div&gt;
&lt;div&gt;A key to solving this problem is to simplify to smaller staircases, and use these earlier results explain what is happening and hence calculate later results.&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;h3&gt;Possible approach&lt;/h3&gt;
&lt;br&gt;&lt;/br&gt;
The Article &lt;a href=&quot;/2338&quot;&gt;Go Forth and Generalise&lt;/a&gt; may be of interest.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&quot;Liam&amp;#39;s house has a staircase with 12 steps. He can go down the steps one at a time or two at a time. For example: He could go down 1 step, then 1 step, then 2 steps, then 2, 2, 1, 1, 1, 1.&lt;br&gt;&lt;/br&gt;
In how many different ways can Liam go down the 12 steps, taking one or two steps at a time?&quot;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Give students some time to explore the problem. As they work, wander round the classroom, listening for any particularly useful insights. In particular, listen out for comments like:&lt;br&gt;&lt;/br&gt;
&quot;There are going to be loads of different ways&quot;&lt;br&gt;&lt;/br&gt;
&quot;How are we going to be able to make sure we don&amp;#39;t miss any?&quot;&lt;br&gt;&lt;/br&gt;
Then bring the group together to share those insights.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
If no-one has suggested it: &quot;Perhaps we could work on a simpler version of the problem to see if that helps? Let&amp;#39;s see how many ways there are of going down three, four, five or six steps.&quot;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Students could all work on these or they could be shared out with different groups working on different sizes of staircase.&lt;br&gt;&lt;/br&gt;
Then bring the class together and invite students out to the board to list the number of different ways they found, while the rest of the class make sure they have worked in a way that makes sure they haven&amp;#39;t missed any.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Once the number of ways for three, four, five and six steps have been worked out:&lt;br&gt;&lt;/br&gt;
&quot;With your partner, look at the number of ways for each different size of staircase, and see if you notice any patterns. In a short while we will return to the original problem of a staircase with twelve steps. Can you use what we have found out about smaller staircases to make predictions about the answer for twelve steps? Or any number of steps?&quot;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Give students some time to work with their partner, and circulate, listening in for any who make connections. If they are struggling to make progress, here are some prompts you could use:&lt;br&gt;&lt;/br&gt;
&quot;How does the number of ways of descending 5 steps compare to the number of ways of descending 3 and 4 steps? What about the number of ways of descending 6 steps compared to the number of ways of descending 4 and 5 steps?&quot;&lt;br&gt;&lt;/br&gt;
&quot;If I want to go down 5 steps and I start with a one-step, how many ways can I descend the remaining four steps?&quot;&lt;br&gt;&lt;/br&gt;
&quot;If I want to go down 5 steps and I start with a two-step, how many ways can I descend the remaining three steps?&quot;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Finally, bring the class together and discuss their findings. They could present their answer to the twelve-step problem or an explanation of the general case on a poster.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;h3&gt;Key questions&lt;/h3&gt;
&lt;div&gt;What is making it difficult?&lt;/div&gt;
&lt;div&gt;What have you found out so far?&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;div&gt;Key comments students may make:-&lt;/div&gt;
&lt;div&gt;&quot;There&amp;#39;ll be too many&quot;, &quot;I can&amp;#39;t keep track&quot;, &quot;I might have done some twice&quot;&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;div&gt;Possible responses:-&lt;/div&gt;
&lt;div&gt;&quot;Work it out for fewer steps&quot;, &quot;Try to find a logical way to order the options&quot;, &quot;Work together and check each other&amp;#39;s work&quot;.&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;div&gt;Students will generate lots of numbers and have to find a way to keep track of what they&amp;#39;ve done, ensuring that each set of results is complete&lt;/div&gt;
&lt;h3&gt;Possible extension&lt;/h3&gt;
For more challenging tasks that involve working systematically, see this &lt;a href=&quot;/9545&quot;&gt;collection&lt;/a&gt; for Upper Secondary students.&lt;br&gt;&lt;/br&gt;
&lt;h3&gt;Possible support&lt;/h3&gt;
&lt;div&gt;Begin with a smaller number of steps, so it is still too big, but not quite so daunting.&lt;/div&gt;
&lt;br&gt;&lt;/br&gt;
&lt;div&gt;Another problem that uses a similar idea is &lt;a href=&quot;http://nrich.maths.org/public/viewer.php?obj_id=4338&amp;amp;part=&quot;&gt;Colour Building&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;&lt;/br&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;&lt;br&gt;&lt;/br&gt;
Making careful lists, counting and looking for a pattern are useful
strategies for exploring this problem.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Once you spot a pattern you should try to work out why the pattern
occurs.&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;Suppose Liam is going down $12$ steps. He can start by taking one step, then he has $11$ more steps to go down. The only other possibility is that he starts by taking two steps and has $10$ more steps to go down. So how does the number of ways of going down $12$ steps depend on the number of ways of going down $10$ steps and $11$ steps?&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;p&gt;&lt;span class=&quot;editorial&quot;&gt;Making careful lists, counting and looking for a pattern were useful strategies for solving this problem, which is nicely explained by&lt;/span&gt; &lt;b class=&quot;editorial&quot; style=&quot;font-weight: 400;&quot;&gt;Christopher from&lt;/b&gt;&lt;span class=&quot;editorial&quot;&gt;Burpham Primary School, Guildford, Surrey:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&quot;Following the hint to try one step, then two and so on, I listed all the combinations of answers for the first few numbers of steps.&lt;/p&gt;
&lt;p&gt;Once I had got to 7, I thought about finding a pattern to help me work out the bigger numbers. I noticed that the next number in the sequence was the sum of the two previous numbers. This meant I could work out the answer, which is 233. &quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span class=&quot;editorial&quot; style=&quot;font-weight: 400;&quot;&gt;Alex from&lt;/span&gt;&lt;/b&gt; &lt;span class=&quot;editorial&quot;&gt;The Abbey School, Woodbridge, Suffolk sent in a well made list of all the possibilities up to 8 steps, as well as finding the pattern:&lt;/span&gt;&lt;/p&gt;
&lt;table border=&quot;1&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;1 Step&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;Total 1 way&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2 Steps&lt;/td&gt;
&lt;td&gt;1,1 or 2&lt;/td&gt;
&lt;td&gt;Total 2 ways&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3 Steps&lt;/td&gt;
&lt;td&gt;1,1,1 or 1,2 or 2,1&lt;/td&gt;
&lt;td&gt;Total 3 ways&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;4 Steps&lt;/td&gt;
&lt;td&gt;1,1,1,1 or 1,1,2 or 1,2,1 or 2,1,1 or 2,2&lt;/td&gt;
&lt;td&gt;Total 5 ways&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;5 Steps&lt;/td&gt;
&lt;td&gt;1,1,1,1,1 or 1,1,1,2 or 1,1,2,1 or 1,2,1,1 or 1,2,2 or 2,2,1 or 2,1,2 or 2,1,1,1&lt;/td&gt;
&lt;td&gt;Total 8 ways&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;6 Steps&lt;/td&gt;
&lt;td&gt;1,1,1,1,1,1 or 1,1,1,1,2 or 1,1,1,2,1 or 1,1,2,1,1 or 1,2,1,1,1 or 1,1,2,2 or 1,2,2,1 or 2,1,1,2 or 2,1,2,1 or 2,2,1,1 or 2,2,2 or 2,1,1,1,1 or 1,2,1,2&lt;/td&gt;
&lt;td&gt;Total 13 ways&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;7 Steps&lt;/td&gt;
&lt;td&gt;1,1,1,1,1,1,1 or 1,1,1,1,1,2 or 1,1,1,1,2,1 or 1,1,1,2,1,1 or 1,1,2,1,1,1 or 1,2,1,1,1,1 or 1,1,1,2,2 or 1,1,2,2,1 or 1,2,2,1,1 or 1,1,2,1,2 or 1,2,1,1,2 or 2,1,1,1,2 or 2,1,1,2,1 or 2,1,2,1,1 or,2,2,1,1,1 or 2,2,2,1 or 2,2,1,2 or 2,1,2,2 or 1,2,2,2 or 2,1,1,1,1,1 or 1,2,1,2,1&lt;/td&gt;
&lt;td&gt;Total 21 ways&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;8 Steps&lt;/td&gt;
&lt;td&gt;1,1,1,1,1,1,1,1 or 1,1,1,1,1,1,2 or 1,1,1,1,1,2,1 or 1,1,1,1,2,1,1 or 1,1,1,2,1,1,1 or 1,1,2,1,1,1,1 or 1,2,1,1,1,1,1 or 2,1,1,1,1,1,1 or 1,1,1,1,2,2 or 1,1,1,2,1,2 or 1,1,2,1,1,2 or 1,2,1,1,1,2 or 2,1,1,1,1,2 or 1,1,1,2,2,1 or 1,1,2,2,1,1 or 1,2,2,1,1,1 or 2,2,1,1,1,1 or,1,1,2,2,2 or 1,2,1,2,2 or 2,1,1,2,2 or 1,2,2,1,2 or 2,2,1,1,2 or 1,2,2,2,1 or 2,2,2,1,1 or 2,2,2,2 or 1,2,1,2,1,1
or2,1,2,1,1,1 or 2,1,1,2,1,1 or 1,1,2,1,2,1 or 1,2,1,1,2,1 or 2,1,1,1,2,1 or 2,1,2,2,1 or 2,2,1,2,1 or 2,1,2,1,2&lt;/td&gt;
&lt;td&gt;Total 34 ways&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;etc.&lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;I noticed that the number you are trying to get is always the sum of the 2 numbers before it i.e. the Fibonacci series, so I think the next ones will be:&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
9 Steps:55 ways (34+21)&lt;br&gt;&lt;/br&gt;
10 Steps:89 ways (55+34)&lt;br&gt;&lt;/br&gt;
11 Steps:144 ways (89+55)&lt;br&gt;&lt;/br&gt;
&lt;b style=&quot;font-weight: 400;&quot;&gt;12 Steps:233 ways&lt;/b&gt; (144+89)&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;editorial&quot;&gt;Excellent solutions were also sent in by:&lt;/span&gt; &lt;b class=&quot;editorial&quot; style=&quot;font-weight: 400;&quot;&gt;Olivia from&lt;/b&gt; &lt;span class=&quot;editorial&quot;&gt;St Ives School, Haslemere;&lt;/span&gt; &lt;b class=&quot;editorial&quot; style=&quot;font-weight: 400;&quot;&gt;Melis Onalan&lt;/b&gt; &lt;span class=&quot;editorial&quot;&gt;, Umur Ta Demir and Altay Alpgut from Private IRMAK Primary School, Istanbul, Turkey;&lt;/span&gt; &lt;b class=&quot;editorial&quot; style=&quot;font-weight: 400;&quot;&gt;Daniel from&lt;/b&gt; &lt;span class=&quot;editorial&quot;&gt;Anglo-Chinese School, Singapore; and&lt;/span&gt; &lt;b class=&quot;editorial&quot; style=&quot;font-weight: 400;&quot;&gt;Year 6 Maths Club,&lt;/b&gt; &lt;span class=&quot;editorial&quot;&gt;St Francis School, Maldon, Essex.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;editorial&quot;&gt;This last solution has been chosen because it tells the story of a team effort in finding a good solution. It is from:&lt;/span&gt; &lt;b class=&quot;editorial&quot; style=&quot;font-weight: 400;&quot;&gt;Emily&lt;/b&gt;&lt;span class=&quot;editorial&quot;&gt;,&lt;/span&gt; &lt;b class=&quot;editorial&quot; style=&quot;font-weight: 400;&quot;&gt;Caroline&lt;/b&gt;&lt;span class=&quot;editorial&quot;&gt;,&lt;/span&gt; &lt;b class=&quot;editorial&quot; style=&quot;font-weight: 400;&quot;&gt;Rebecca&lt;/b&gt;&lt;span class=&quot;editorial&quot;&gt;,&lt;/span&gt; &lt;b class=&quot;editorial&quot; style=&quot;font-weight: 400;&quot;&gt;Clare&lt;/b&gt;&lt;span class=&quot;editorial&quot;&gt;,&lt;/span&gt; &lt;b class=&quot;editorial&quot; style=&quot;font-weight: 400;&quot;&gt;Camilla&lt;/b&gt; &lt;span class=&quot;editorial&quot;&gt;and&lt;/span&gt; &lt;b class=&quot;editorial&quot; style=&quot;font-weight: 400;&quot;&gt;Gabriella from&lt;/b&gt; &lt;span class=&quot;editorial&quot;&gt;The Mount School, York.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;font-weight: 400;&quot;&gt;&quot;We started by drawing diagrams, like this&lt;/p&gt;
&lt;p&gt;&lt;mdo:image alt=&quot;&quot; src=&quot;Image1.gif&quot;&gt;&lt;/mdo:image&gt;&lt;/p&gt;
&lt;p&gt;But Emily had the idea of just using the numbers, so&lt;/p&gt;
&lt;table border=&quot;1&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;div&gt;For 2 steps&lt;/div&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;div&gt;1,1 &amp;amp; 2&lt;/div&gt;
&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;div&gt;For 3 steps&lt;/div&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;div&gt;1,1,1 &amp;amp; 1,2 &amp;amp; 2,1&lt;/div&gt;
&lt;/td&gt;
&lt;td&gt;3&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;div&gt;For 4 steps&lt;/div&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;div&gt;1,1,1,1 &amp;amp; 2,1,1 &amp;amp; 1,2,1 &amp;amp; 1,1,2 &amp;amp; 2,2&lt;/div&gt;
&lt;/td&gt;
&lt;td&gt;5&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;div&gt;For 5 steps&lt;/div&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;div&gt;1,1,1,1,1 &amp;amp; 1,2,1,1 &amp;amp; 1,1,2,1 &amp;amp; 1,1,1,2 &amp;amp; 2,1,1,1 &amp;amp; 2,2,1 &amp;amp; 2,1,2 &amp;amp; 1,2,2&lt;/div&gt;
&lt;/td&gt;
&lt;td&gt;8&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;For 6 steps&lt;/td&gt;
&lt;td&gt;
&lt;div&gt;1,1,1,1,1,1 &amp;amp; 2,1,1,1,1 &amp;amp; 1,2,1,1,1 &amp;amp; 1,1,2,1,1 &amp;amp; 1,1,1,2,1 &amp;amp; 1,1,1,1,2 &amp;amp; 2,2,1,1 &amp;amp; 2,1,2,1 &amp;amp; 2,1,1,2 &amp;amp; 1,2,2,1 &amp;amp; 1,2,1,2 &amp;amp; 1,1,2,2 &amp;amp; 2,2,2&lt;/div&gt;
&lt;/td&gt;
&lt;td&gt;13&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;At this point Camilla came up with &amp;#39;Fibonacci&amp;#39; and the cry was taken up by the others !&lt;/p&gt;
&lt;p&gt;2 +3 = 5&lt;br&gt;&lt;/br&gt;
3 + 5 = 8&lt;br&gt;&lt;/br&gt;
5 + 8 = 13 so ..... 21, 34, 55, 89, 144, &lt;b&gt;233&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;The answer is 233&quot;&lt;/p&gt;
&lt;p class=&quot;editorial&quot;&gt;Here is another way of looking at the problem which may make it easier to see why the Fibonacci series occurs:&lt;/p&gt;
&lt;p&gt;Liam&amp;#39;s staircase has 12 steps, and he must start EITHER taking just a single step OR by taking a double step. If he takes a single step to start with, then he has 11 steps left. If instead he takes a double step to start with, he only has 10 steps left. So the number of ways he can go down all 12 steps is equal to the the number of ways to go down 11 steps PLUS the number of ways to go down 10
steps. But that&amp;#39;s just the same as the way the Fibonacci numbers are defined - each number is the sum of the two numbers that came before it. So the answer is just the 12th Fibonacci number!&lt;/p&gt;
&lt;p&gt;We could use some simple notation to help explain what we mean:&lt;/p&gt;
&lt;p&gt;Let&amp;#39;s call the number of ways that Liam can go down a staircase with n steps $S_n$. (What we eventually want to know is $S_{12}$, the number of ways he can go down his 12-step staircase.)&lt;/p&gt;
&lt;p&gt;Liam must start off taking EITHER a single step OR a double step.&lt;/p&gt;
&lt;p&gt;If he takes a single step to start with, then he has $n-1$ steps left and there are $S_{n-1}$ ways he could do those.&lt;/p&gt;
&lt;p&gt;If instead he takes a double step to start with, he only has $n-2$ steps left and there are $S_{n-2}$ ways he could do those.&lt;/p&gt;
&lt;p&gt;So the total number of ways he can do all n steps is the sum of these two: $$S_n = S_{n-1} + S_{n-2}.$$ But that&amp;#39;s just the definition of the Fibonacci numbers! So the answer is the 12th Fibonacci number.&lt;/p&gt;
&lt;p class=&quot;editorial&quot;&gt;Vicky from Cambridge pointed out:&lt;/p&gt;
&lt;div&gt;Though the pattern from walking down the stairs satisfies the recurrence relation $S_n = S_{n-1} + S_{n+2}$ as shown above, there are many sequences that satisfy this, including the Fibonacci and Lucas numbers. To clarify which sequence it is, you must define the first two terms.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;In fact the Fibonacci sequence is defined with $F_0 = 0, F_1 = 1$ and so on.&lt;/div&gt;
&lt;div&gt;So in fact the answer for going down $12$ steps is in fact the $14^{th}$ Fibonacci number.&lt;/div&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>1 Step 2 Step</title>
  <description>Liam's house has a staircase with 12 steps. He can go down the steps one at a time or two at time. In how many different ways can Liam go down the 12 steps?</description>
  <spec_group>Numbers and the Number System
    <specifier>Integers</specifier>
  </spec_group>
  <spec_group>Sequences, Functions and Graphs
    <specifier>Sequences</specifier>
  </spec_group>
  <spec_group>Using, Applying and Reasoning about Mathematics
    <specifier>Mathematical reasoning &amp; proof</specifier>
  </spec_group>
  <spec_group>Handling, Processing and Representing Data
    <specifier>Processing and representing data</specifier>
  </spec_group>
  <spec_group>Decision Mathematics and Combinatorics
    <specifier>Combinations</specifier>
  </spec_group>
  <spec_group>Sequences, Functions and Graphs
    <specifier>Fibonacci sequence</specifier>
  </spec_group>
  <spec_group>Information and Communications Technology
    <specifier>smartphone</specifier>
  </spec_group>
  <spec_group>Collections
    <specifier>Stage 3&amp;4 Investigation</specifier>
  </spec_group>
  <spec_group>Secondary Mapping Document
    <specifier>MD Patterns and sequences US</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>
  <spec_group>Secondary processes
    <specifier>PM - Reasoning, Justifying. Convincing. Proof.</specifier>
  </spec_group>
</resource>