7
$\begingroup$

Possible Duplicate:
Taking Seats on a Plane

There are 100 seats on a plane and 100 passengers, each with his ticket. However, the first person to enter the plane discovers he has lost his ticket, so he picks a seat at random. Afterwards, every new passenger sits in his place if it is free, and otherwise picks a vacant seat at random.

You are the last to enter the plane. What is the probability you'll sit in your seat?

I managed to solve this using induction (i.e. marking by $A(n)$ the probability where $n$ is the number of passengers and then finding a recursive formula for $A(n)$ which is quite simple). However, I want to know if there are more "instantly obvious" or one-liner solutions.

$\endgroup$
7
  • 2
    $\begingroup$ This is problem 69 in Bollobas "The Art of Mathematics" - so there is an elegant solution. Bollobas gives no hint, but maybe someone else can give one. $\endgroup$ Commented Jun 1, 2012 at 16:13
  • 1
    $\begingroup$ So, you can just google it and expect to find an answer. I googled the first sentence and got several links with a solution. It's 50%. $\endgroup$
    – GeoffDS
    Commented Jun 1, 2012 at 16:21
  • 2
    $\begingroup$ As I said, you can just google it and get one. I don't mean you can google it to get the answer. I mean you can google it to get a solution that is very simple. Google the first sentence, look at the first two links. Although, Andre's solution is better than those! $\endgroup$
    – GeoffDS
    Commented Jun 1, 2012 at 16:27
  • 4
    $\begingroup$ See also math.stackexchange.com/questions/5595/taking-seats-on-a-plane $\endgroup$
    – user940
    Commented Jun 1, 2012 at 16:50
  • 2
    $\begingroup$ Voting to close as duplicate of Byron's link. This is why titles more descriptive than "Nice riddle"(!) are important. $\endgroup$
    – user856
    Commented Jun 1, 2012 at 16:58

1 Answer 1

11
$\begingroup$

Let the first passenger to board have ticket for seat $p$, and suppose your ticket is for seat $q$. Either (i) $p$ is filled before $q$ is or (ii) $q$ is filled before $p$ is. In case (i), you will get seat $q$, and in case (ii) you won't.

These two cases are equally likely. For it is equally likely that the first passenger will choose $p$ or $q$. And if she chooses neither, then by symmetry $p$ and $q$ remain equally likely to be filled first, since they are the correct seat for none of the remaining passengers. So the required probability is $\frac{1}{2}$.

$\endgroup$

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