Difference between revisions of "1983 AIME Problems/Problem 7"

(Solution)
(agreed; delete solution, + direct counting)
Line 1: Line 1:
 
== Problem ==
 
== Problem ==
Twenty five of King Arthur's knights are seated at their customary round table. Three of them are chosen - all choices being equally likely - and are sent of to slay a troublesome dragon. Let <math>P</math> be the probability that at least two of the three had been sitting next to each other. If <math>P</math> is written as a fraction in lowest terms, what is the sum of the numerator and the denominator?
+
Twenty five of King Arthur's knights are seated at their customary round table. Three of them are chosen - all choices being equally likely - and are sent of to slay a troublesome dragon. Let <math>P</math> be the [[probability]] that at least two of the three had been sitting next to each other. If <math>P</math> is written as a fraction in lowest terms, what is the sum of the numerator and the denominator?
  
 +
__TOC__
 
== Solution ==
 
== Solution ==
We can also find the [[probability]] that none of them are sitting together, and subtract from 1. There are 2 cases:
+
=== Solution 1 ===
 +
We can apply the [[complement principle]], by finding the probability that none are sitting next to each other, and subtractring from <math>1</math>.
  
# They are all separated by at least 2 seats.
+
Imagine the <math>22</math> other (indistinguishable) people are already seated, and fixed into place.  
# One of them is separated from one of the others by 1 seat.
 
  
In case (1), the probability is <math>\frac{25}{25} \cdot \frac{20}{24} \cdot \frac{19}{23} =\frac{380}{552}</math>.
+
We will place <math>A</math>, <math>B</math>, and <math>C</math> with and without the restriction.
  
But what if they're only separated by 1 seat? In that case, the probability is <math>\frac{25}{25} \cdot \frac{2}{24} \cdot \frac{20}{23}=\frac{40}{552}</math>.  
+
There are <math>22</math> places to place <math>A</math>, followed by <math>21</math> places to place <math>B</math>, and <math>20</math> places to place <math>C</math> after <math>A</math> and <math>B</math>. Hence, there are <math>22\cdot21\cdot20</math> ways to place <math>A, B, C</math> in between these people with restrictions.
  
The total probability is <math>\frac{420}{552}=\frac{35}{46}</math>, reducing the fraction gives: <math>1-\frac{35}{46}=\frac{11}{46}</math>.
+
Without restrictions, there are <math>22</math> places to palce <math>A</math>, followed by <math>23</math> places to place <math>B</math>, and <math>24</math> places to place <math>C</math> after <math>A</math> and <math>B</math>. Hence, there are <math>22\cdot23\cdot24</math> ways to place <math>A,B,C</math> in between these people without restrictions.
The sum of the numerator and denominator is <math>11+46=57</math>
 
  
[Right answer, but ...  Please click discussion tab.]
+
Thus, the desired amount is <math>1-\frac{22\cdot21\cdot20}{22\cdot23\cdot24}=1-\frac{420}{552}=1-\frac{35}{46}=\frac{11}{46}</math>, and the answer is <math>11+46=\boxed{057}</math>.
  
==Solution 2 (possibly simpler)==
+
=== Solution 2 ===
 +
There are <math>(25-1)! = 24!</math> configurations for the knights about the table.
  
We will find the probability they are none are sitting next to each other, and subtract 1.
+
There are <math>{3\choose 2} = 3</math> ways to pick a pair of knights from the trio, and there are <math>2! = 2</math> ways to determine which order they are seated. Since these two knights must be attached, we let them be a single entity, so there are <math>(24-1)! = 23!</math> configurations for the entities.  
  
Imagine the 22 other people are already seated, and fixed into place. (22 indistinguishable people).
+
However, this [[Principle of Inclusion-Exclusion|overcounts]] the instances in which the trio sits together; when all three knights sit together, then two of the pairs from the previous case are counted. However, we only want to count this as one case, so we need to subtract the number of instances in which the trio sits together (as a single entity). There are <math>3! = 6</math> ways to determine their order, and there are <math>(23-1)! = 22!</math> configurations.
  
We will place A, B, and C with and without restriction.
+
Thus, the answer is <math>\frac{2 \times 3 \times 23! - 6 \times 22!}{24!} = \frac{11}{46}</math>, and the answer is <math>\boxed{057}</math>.
 
 
There are <math>22</math> places to place A, followed by <math>21</math> places to place B, and <math>20</math> places to place C after <math>A</math> and <math>B</math>.
 
 
 
Hence, there are <math>22\cdot21\cdot20</math> ways to place A, B, C in between these people with restrictions.
 
 
 
Without restrictions, there are <math>22</math> places to palce A, followed by <math>23</math> places to place B, and <math>24</math> places to place C after <math>A</math> and <math>B</math>.
 
 
 
Hence, there are <math>22\cdot23\cdot24</math> ways to place A,B,C in between these people without restrictions.
 
 
 
Hence, the desired amount is <math>1-\frac{22\cdot21\cdot20}{22\cdot23\cdot24}=1-\frac{420}{552}=1-\frac{35}{46}=\frac{11}{46}</math>
 
 
 
So the answer is <math>11+46=57</math>
 
  
 
== See also ==
 
== See also ==
 
{{AIME box|year=1983|num-b=6|num-a=8}}
 
{{AIME box|year=1983|num-b=6|num-a=8}}
* [[AIME Problems and Solutions]]
 
* [[American Invitational Mathematics Examination]]
 
* [[Mathematics competition resources]]
 
  
 
[[Category:Intermediate Combinatorics Problems]]
 
[[Category:Intermediate Combinatorics Problems]]

Revision as of 15:31, 22 November 2008

Problem

Twenty five of King Arthur's knights are seated at their customary round table. Three of them are chosen - all choices being equally likely - and are sent of to slay a troublesome dragon. Let $P$ be the probability that at least two of the three had been sitting next to each other. If $P$ is written as a fraction in lowest terms, what is the sum of the numerator and the denominator?

Solution

Solution 1

We can apply the complement principle, by finding the probability that none are sitting next to each other, and subtractring from $1$.

Imagine the $22$ other (indistinguishable) people are already seated, and fixed into place.

We will place $A$, $B$, and $C$ with and without the restriction.

There are $22$ places to place $A$, followed by $21$ places to place $B$, and $20$ places to place $C$ after $A$ and $B$. Hence, there are $22\cdot21\cdot20$ ways to place $A, B, C$ in between these people with restrictions.

Without restrictions, there are $22$ places to palce $A$, followed by $23$ places to place $B$, and $24$ places to place $C$ after $A$ and $B$. Hence, there are $22\cdot23\cdot24$ ways to place $A,B,C$ in between these people without restrictions.

Thus, the desired amount is $1-\frac{22\cdot21\cdot20}{22\cdot23\cdot24}=1-\frac{420}{552}=1-\frac{35}{46}=\frac{11}{46}$, and the answer is $11+46=\boxed{057}$.

Solution 2

There are $(25-1)! = 24!$ configurations for the knights about the table.

There are ${3\choose 2} = 3$ ways to pick a pair of knights from the trio, and there are $2! = 2$ ways to determine which order they are seated. Since these two knights must be attached, we let them be a single entity, so there are $(24-1)! = 23!$ configurations for the entities.

However, this overcounts the instances in which the trio sits together; when all three knights sit together, then two of the pairs from the previous case are counted. However, we only want to count this as one case, so we need to subtract the number of instances in which the trio sits together (as a single entity). There are $3! = 6$ ways to determine their order, and there are $(23-1)! = 22!$ configurations.

Thus, the answer is $\frac{2 \times 3 \times 23! - 6 \times 22!}{24!} = \frac{11}{46}$, and the answer is $\boxed{057}$.

See also

1983 AIME (ProblemsAnswer KeyResources)
Preceded by
Problem 6
Followed by
Problem 8
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
All AIME Problems and Solutions