<?xml version="1.0" encoding="ISO-8859-1" ?>
  <resource>
  <id>328</id>
  <path>/www/nrich/html/content/00/09/15plus5/</path>
  <resourceTypeID>1</resourceTypeID>
  <last_published>2011-02-01T00:00:01</last_published>
  <indexXML>&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;br&gt;&lt;/br&gt;
&lt;p&gt;A table-tennis championship for $2^n$ players has $n$ rounds and is organized as a knock-out tournament, with players randomly matched together at the start. The last round is the final.&lt;/p&gt;
&lt;p&gt;Before the tournament starts, I decide to pick two players to support at random from the list of entrants. What is the probability that they have to play against each other at some point in the tournament?&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/br&gt;
 &lt;/p&gt;
&lt;p&gt;You may also be interested to try the more challenging problem &lt;a href=&quot;/2381&quot;&gt;FA Cup&lt;/a&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;This solution was sent in by Paul from
Berkhamsted Collegiate School.&lt;/span&gt; &lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
To solve this problem we can, without loss of generality, think of
the first player as being at the top of the draw. We MUST also
assume that the chances of winning any given match is $1/2$. Then
the chance of the players meeting in the first round (with $2^n$
participants) is $p=1/(2^{n} - 1)$. &lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
The chances of the two players not meeting in the first round and
winning their first round matches is: $$(1 - {1\over 2^{n} -
1})\times {1\over 4} = {2^{n-1}-1\over 2(2^n - 1)}.$$ It follows
that the chance of the two players being drawn to meet in the
second round is: $$ {2^{n-1}-1\over 2(2^n - 1)}\times
{1\over(2^{n-1} - 1)} = {1\over 2(2^n-1)}= {p\over 2}.$$ So the
odds of them meeting in the second round is half those of meeting
in the first round. By the same reasoning the probability of
meeting in each subsequent round is half the probability of meeting
in the previous round.&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
For $2^n$ paricipants there will be $n$ rounds, so we can sum ALL
the probabilities of meeting in a certain round, and we get $$
\eqalign{ {1\over 2^n - 1} \left({1\over 1} + {1\over 2} + {1\over
4} + \cdots {1\over 2^{n-1}}\right) &amp;amp;= {1\over 2^n - 1}
\left(2- {1\over 2^{n-1}}\right) \\ &amp;amp;= {1\over 2^n - 1}\left(
{2^n - 1\over 2^{n-1}}\right) \\ &amp;amp;= {1\over 2^{n-1}}.}$$ So the
probability of the two players meeting if there are $2^n$ players
competing is ${1\over 2^{n-1}}$. &lt;br&gt;&lt;/br&gt;&lt;/mdoxml&gt;</solutionXML>
  <noteXML/>
  <clueXML>&lt;mdoxml version=&quot;1.0&quot;&gt;&lt;p&gt;What is the probability of the players meeting in the first round?&lt;br&gt;&lt;/br&gt;
What is the probability of both players getting into the second round?&lt;br&gt;&lt;/br&gt;
What is the probability of the players meeting in the second round?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;/br&gt;
&lt;br&gt;&lt;/br&gt;
 &lt;/p&gt;&lt;/mdoxml&gt;</clueXML>
  <canonXML/>
  <end_user_role>2</end_user_role>
  <difficulty>3</difficulty>
  <keystage1>0</keystage1>
  <keystage2>0</keystage2>
  <keystage3>0</keystage3>
  <keystage4>0</keystage4>
  <keystage4plus>1</keystage4plus>
  <title>Knock-out</title>
  <description>Before a knockout tournament with 2^n players I pick two players.
What is the probability that they have to play against each other
at some point in the tournament?</description>
  <spec_group>Probability
    <specifier>Combining probabilities</specifier>
  </spec_group>
  <spec_group>Probability
    <specifier>Conditional probability</specifier>
  </spec_group>
  <spec_group>Probability
    <specifier>Theoretical probability</specifier>
  </spec_group>
  <spec_group>Probability
    <specifier>Equally likely outcomes</specifier>
  </spec_group>
</resource>