<?xml version="1.0" encoding="ISO-8859-1" ?>
  <resource>
  <id>708</id>
  <path>/www/nrich/html/content/00/05/six1/</path>
  <resourceTypeID>1</resourceTypeID>
  <last_published>2011-02-01T00:00:01</last_published>
  <indexXML>&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;p&gt;Last weekend Mrs Jenkins won £25 and she gave her winnings to her five children.&lt;br&gt;&lt;/br&gt;
She gave her first child &lt;span style=&quot;font-weight: bold;&quot;&gt;£1&lt;/span&gt; plus $1 \over 6$ of the money remaining.&lt;br&gt;&lt;/br&gt;
She gave her second child &lt;span style=&quot;font-weight: bold;&quot;&gt;£2&lt;/span&gt; plus $1 \over 6$ of the money remaining.&lt;br&gt;&lt;/br&gt;
She gave her third child &lt;span style=&quot;font-weight: bold;&quot;&gt;£3&lt;/span&gt; plus $1 \over 6$ of the money remaining, and so on...&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Without doing any calculations, which child do you think ended up with the most money?&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Work out how much each child received. Are you surprised? &lt;mdo:image src=&quot;coins.png&quot; style=&quot;float: right;&quot;&gt;&lt;/mdo:image&gt; &lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Mrs Hobson also had some money to share with her family.&lt;br&gt;&lt;/br&gt;
She gave her first child &lt;span style=&quot;font-weight: bold;&quot;&gt;£1&lt;/span&gt; plus $\frac{1}{5}$ of the money remaining.&lt;br&gt;&lt;/br&gt;
She gave her second child &lt;span style=&quot;font-weight: bold;&quot;&gt;£2&lt;/span&gt; plus $\frac{1}{5}$ of the money remaining.&lt;br&gt;&lt;/br&gt;
She gave her third child &lt;span style=&quot;font-weight: bold;&quot;&gt;£3&lt;/span&gt; plus $\frac{1}{5}$ of the money remaining, and so on...&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
How much money did she have to share out if all the children received the same amount?&lt;br&gt;&lt;/br&gt;
How many children were there in the family?&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
In a family with $8$ children, the mother wants to give each child a lump sum plus a fraction of the remainder, in the same way that Mrs Jenkins and Mrs Hobson did. How much money will she share out, and what fraction will she use each time, in order to share the money equally?&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Can money be shared out in this way for any number of children?&lt;br&gt;&lt;/br&gt;
Explain how this could be done.&lt;br&gt;&lt;/br&gt;
By considering what will happen when there are $n$ children, can you show that this will always work?&lt;br&gt;&lt;/br&gt;
 &lt;/p&gt;&lt;/mdoxml&gt;</indexXML>
  <solutionXML>&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;We received a variety of solutions to each
part of this problem. Patrick from Woodbridge School explained how
he was surprised to find each child received the same amount, and
went on to use a&lt;/span&gt; &lt;a href=&quot;/content/00/05/six1/Patrick%20spreadsheet.xls&quot; class=&quot;editorial&quot;&gt;spreadsheet&lt;/a&gt; &lt;span class=&quot;editorial&quot;&gt;to
investigate:&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
At first it seemed that the 5th child would obviously get most, but
then I realised that in fact $\frac{1}{6}$ of the money is quite a
lot. I then thought that they would all be very closely grouped
with child 5 having slightly more. It was surprising to see that
every child received £5.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
I then adapted the spreadsheet for a varying number of children. I
decided that since the denominator of the fraction was decreased by
one, I would decrease the number of children by one, so I performed
trial and error testing on sums of money equalling 1 mod 5 (I was
assuming a simple case of the first child receiving a whole amount
of money.) I got a good result with £16 shared between 4
children.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
This seems to show a relationship: $\frac{1}{6}$ gives 5 children
£5, $\frac{1}{5}$ gives 4 children £4. I
decided to test this on the spreadsheet, and the pattern seems to
hold that a fraction of $\frac{1}{n}$ gives $n-1$ children
£$n-1$ each.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
8 children means that $n = 9$ for my calculations, so $\frac{1}{9}$
must be used to share out $8 \times 8 = $£$64$. I
checked this and it worked.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Let there be $n$ children. We must show that $\frac{1}{n+1}$ is the
fraction and the total sum of money is $n^2$.&lt;br&gt;&lt;/br&gt;
First, to prove that child 1 gets £$n$: The fractional
part of his sum is $\frac{n^2-1}{n+1}$, which reduces (because we
have a difference of two squares as the numerator) to $n-1$.&lt;br&gt;&lt;/br&gt;
Child 1 gets the fractional part plus £1, so his sum is
$n-1+1 = n$.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
In the case of child $a$, we know that $(a-1) \times n$ has been
given out already, so the money left is $n^2-n(a-1)$. Therefore his
sum is $\frac{n^2-n(a-1)-a}{n+1} + a$.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
This simplifies to $\frac{n^2-na+n-a+an+a}{n+1}$, simplifying to
$\frac{n^2+n}{n+1}$ and thence to $n$. Thus, every child gets
£$n$ out of a prize fund of $n^2$, if the fraction used
is $\frac{1}{n+1}$.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;Joshua, from St John's Junior School,
explained how you can always find an amount to share in this way
with $n$ children:&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
 This only works if you've got $n$ children, £$n^2$ and
each time divide by $n+1$.&lt;br&gt;&lt;/br&gt;
 Child 1 receives: $$1 + \frac{n^2 -1}{n+1} = 1+
\frac{(n-1)(n+1)}{n+1} = 1 + (n-1) = n$$&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Child 2 receives: $$2 + \frac{n^2 -n -2}{n+1} = \frac{2(n+1) + (n^2
- n -2)}{n+1} = \frac{n^2 +n}{n+1} = n$$&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
In general, child $a$ receives: $$a + \frac{n^2 - n(a-1) -a}{n+1} =
\frac{n^2 - na + na + a - a + n}{n+1} = \frac{n^2+n}{n+1} =
n$$&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
 This means every child gets £n.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;span class=&quot;editorial&quot;&gt;Harrison, from Caringbah High School,
Australia, and Francois, from Abingdon School, both used
simultaneous equations to find out how much Mrs Hobson had to share
out. You can read Francois' solution&lt;/span&gt; &lt;a href=&quot;/content/00/05/six1/Francois%20Fair%20Shares.pdf&quot; class=&quot;editorial&quot;&gt;here&lt;/a&gt;&lt;span class=&quot;editorial&quot;&gt;. Preveina from
Crest Girls' Academy sent in&lt;/span&gt; &lt;a href=&quot;/content/00/05/six1/Fair%20Shares.pdf&quot; class=&quot;editorial&quot;&gt;this&lt;/a&gt; &lt;span class=&quot;editorial&quot;&gt;solution. Well
done to all of you.&lt;/span&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</solutionXML>
  <noteXML>&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;h3&gt;Why do this problem?&lt;/h3&gt;

&lt;a href=&quot;http://nrich.maths.org/public/viewer.php?obj_id=708&amp;amp;part=&quot;&gt;
This problem&lt;/a&gt; starts with a simple situation which can be
analysed quickly using mental methods, but which provides a
starting point for tackling a more challenging problem. The
challenge can be tackled at many different levels, using trial and
improvement (perhaps using spreadsheets), looking for number
patterns, or with a more formal algebraic approach.&lt;br&gt;&lt;/br&gt;
 

&lt;h3&gt;Possible approach&lt;/h3&gt;

&lt;div&gt;Introduce the first problem. Solve it together with the class.
Can anyone explain why everything works out so neatly?&lt;/div&gt;

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

&lt;div&gt;Now share the second problem. Students may wish to use trial
and improvement to solve it (using spreadsheets might make things
quicker). Alternatively, they may use insights from the first
problem to suggest starting points. For those who are
confident using algebra, the problem can be expressed and solved
using equations.&lt;/div&gt;

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

&lt;div&gt;Share approaches and answers to the second problem and
encourage the students to use insights from this discussion to help
them solve the third problem.&lt;/div&gt;

&lt;div&gt;&lt;/div&gt;&lt;br&gt;&lt;/br&gt;
After solving the third problem, students who are less confident
with algebra could be encouraged to look at the patterns in the
results so far and to suggest generalisations based on what they
have seen. Then they could test their conjectures with a variety of
examples of their choice.&lt;br&gt;&lt;/br&gt;
&lt;h3&gt;Key questions&lt;/h3&gt;

How can we express each part of this problem algebraically? &lt;br&gt;&lt;/br&gt;
 

&lt;h3&gt;Possible Extension&lt;/h3&gt;

Students who are more confident can be challenged to write their
generalisation algebraically, and manipulate the algebraic
expressions to produce a rigorous proof that the results will
always hold.&lt;br&gt;&lt;/br&gt;
 

&lt;h3&gt;Possible Support&lt;/h3&gt;

&lt;a href=&quot;http://nrich.maths.org/2312&amp;amp;part=&quot;&gt;Peaches Today,
Peaches Tomorrow....&lt;/a&gt; might offer a suitable introduction to the
fraction skills required in this problem.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</noteXML>
  <clueXML>&lt;mdoxml version=&quot;1.0&quot;&gt;Can you find a connection between the number of children, the
amount of money they each receive, and the fraction used to share
the money available?&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;ISO-8859-1&quot;?&gt;
&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;br&gt;&lt;/br&gt;
Congratulations to the many people who sent in excellent solutions.
Jeni and Lucy , St James Middle School, Bury St Edmunds and Jackie
of Madras College, St Andrews used trial and improvement. All the
following used algebra: Timothy of Munsang College, Hong Kong; Kate
and Katherine of Emmbrook School, Wokingham; Lyndsey, Christiane
and Joanne of The Mount School, York; Fiona and Elizabeth of
Stamford High School, Lincs. &lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Here is the solution from Prav, Sheli, Meg, Ruoyi andLiz The North
London Collegiate School Puzzle Club. &lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Dear Cambridge, &lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
We have a solution to the Rollerball question published in the May
problems. We made a formula to find out the prize money which we
called $\phi$. &lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
$$\begin{eqnarray} 100 + \frac{1}{10} (x - 100) &amp;amp;=&amp;amp; 200 +
\frac{1}{10} [ ( x - 300 ) - \frac{1}{10} (x - 100) ] \\ 100 +
\frac{x}{10} - 10 &amp;amp;=&amp;amp; 200 + \frac{1}{10} (x - 300 -
\frac{x}{10} + 10)\\ \frac{x}{10} + 90 &amp;amp;=&amp;amp; 200 +
\frac{1}{10} ( -290 + \frac{9x}{10})\\ \frac{x}{10}+ 90 &amp;amp;=&amp;amp;
200 - 29 + \frac{9x}{100}\\ \frac{x}{10} + 90 &amp;amp;=&amp;amp; 171 +
\frac{9x}{100}\\ \frac{x}{10} &amp;amp;=&amp;amp; 81 + \frac{9x}{100} \\
\frac{x}{100} &amp;amp;=&amp;amp; 81 \\ x &amp;amp;=&amp;amp; 8100 \end{eqnarray}$$
&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
The first child gets: &lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
$$ 100 + \frac{1}{10} (8100 - 100) = 900. $$ &lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Therefore, if every child gets the same amount, so $$
\frac{£8100}{£900} = 9 $$ &lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
there are nine children. &lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
Love from, Prav, Sheli, Meg, Ruoyi and Liz &lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</canonXML>
  <end_user_role>2</end_user_role>
  <difficulty>4</difficulty>
  <keystage1>0</keystage1>
  <keystage2>0</keystage2>
  <keystage3>0</keystage3>
  <keystage4>1</keystage4>
  <keystage4plus>0</keystage4plus>
  <title>Fair Shares?</title>
  <description>A mother wants to share a sum of money by giving each of her
children in turn a lump sum plus a fraction of the remainder. How
can she do this in order to share the money out equally?</description>
  <spec_group>Fractions, Decimals, Percentages, Ratio and Proportion
    <specifier>Calculating with fractions</specifier>
  </spec_group>
  <spec_group>Algebra
    <specifier>Linear equations</specifier>
  </spec_group>
  <spec_group>Algebra
    <specifier>Creating expressions/formulae</specifier>
  </spec_group>
  <spec_group>Algebra
    <specifier>Factorisation (algebraic)</specifier>
  </spec_group>
  <spec_group>Information and Communications Technology
    <specifier>smartphone</specifier>
  </spec_group>
</resource>