4
$\begingroup$

$n$ men are getting on a plane which contains $n+k$ seats. Each one has a seat number but among them, $m$ men forgot his seat number. They get on the plane one by one. For person $X$ if he knows his seat number and if the seat is empty then he take it but if the seat if occupied then he chooses randomly a chair and sits. On the other hand if $X$ does not know his seat number them he chooses randomly a chair and sits. What is the probability that the last $i$ persons sit on their proper seat!? (Those who forgot their seat number are not necessary the first $m$ persons who get on the plane)

COMMENT: Some versions of this problem are posted to SE. You can see the following ones: Number 1, Number 2, Number 3

$\endgroup$
1

1 Answer 1

0
$\begingroup$

Let us assume that the $i$ first-class passengers wait in their luxury lounge and will sue the company if they do not find their seat empty.

Let us number the people and their places from 1 to $n$. (The numbers of the $k$ extra seats do not matter.) I will also assume that the $i$ last passengers are disjoint from the $m$ forgetful people.

In that case, each of the $m$ people starts a rising chain of displaced persons among the $n-i$ ordinary passengers. For each pattern of $m$ chains among them, the only thing that interests us what the last persons in the chains do.

There are $\binom{m+i+k}m$ choices for their seats (this includes one forgetful person choosing immediately their own seat), but only $\binom{m+k}m$ choices will make the airline company happy.

So, I get as success probability $$\dfrac{\binom{m+k}m}{\binom{m+i+k}m} = \dfrac{(m+k)(m+k-1)\dots(k+1)}{(m+i+k)(m+i+k-1)\dots(i+k+1)}.$$

$\endgroup$
5
  • $\begingroup$ Thanks. But you almost chained all my assumptions!! $\endgroup$
    – user117432
    Commented Jan 8, 2014 at 9:04
  • $\begingroup$ @user117432 I do not understand your comment. $\endgroup$
    – Phira
    Commented Jan 8, 2014 at 9:22
  • $\begingroup$ I mean you added some extra (and strong) assumptions to the question that makes it far from what I had in mind. $\endgroup$
    – user117432
    Commented Jan 18, 2014 at 5:30
  • $\begingroup$ @user117432 I still do not know what you are talking about. The only assumption is that the $i$ last passengers are disjoint from the $m$ forgetful people. I did NOT assume that the forgetful people board the plane first. $\endgroup$
    – Phira
    Commented Jan 20, 2014 at 9:43
  • $\begingroup$ @user117432 This one assumption is not particularly strong, it is more a question of being a case where it is not clear what outcome you really want to measure as this puzzle is often worded "find their seats empty" which is not the same thing to "sit on their seat". $\endgroup$
    – Phira
    Commented Jan 20, 2014 at 9:44

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .