Monday Morning Braintease: airplane seats

There are 100 people in line to board an airplane. Each person is holding a ticket corresponding to both his place in line and his seat (i.e. Person 1 is supposed to sit in Seat 1, Person 2 is supposed to sit in Seat 2, etc.). All of the people in line are normal, except for Person 1, who is an idiot. When Person 1 boards the plane, he will ignore his seat number and sit in a random seat. Following Person 1, each person will sit in his own seat, unless his seat is occupied. In this case, the Person who's seat is occupied becomes the new idiot and will sit in a random seat. For example, if Person 1 sat in Seat 2, Person 2 will become the idiot and sit in a random seat. What is the probability that Person 100 will end up in Seat 100?

16 Comments
 

Are we assuming a uniform distribution over the seats for the idiot? If so, this is pretty simple. 50%.

Not hard to prove rigorously, but just look at the base cases of 2, 3 and 4 people to convince yourself.

-MBP
 

yea 50%....50% chance the guy sits in his seat or not...but based on the fact that he's an idiot, i highly doubt he'll walk all the way to the back of the plane without falling down or tripping

I eat success for breakfast...with skim milk
 
Best Response
bob_bsdSorry, can someone walk me through it? I feel like I'm over-thinking it.
Assuming a uniform distribution over the seats for the idiot.

If there are only two passengers, it's the chance that person 2 ends up in seat 2 is 50%, because this is the chance person 1 will randomly choose seat 1.

If there are three passengers, the chance the person 1 chooses seat 1 is 1/3, and the chance that person 1 chooses seat 2 is 1/3. If person 1 chooses seat 2, the chance that person 2 chooses seat 1 is 50%. So the chance neither person 1 nor 2 end up in seat 3 is 1/3 + 1/3*1/2) = 0.5.

If there are four passengers, the chance that person 1 chooses seat 1 is 1/4. The chance he chooses seat 2 is 1/4. If he chooses seat 2, person 2's chances of choosing seat 1 are 1/3 and choosing seat 3 are 1/3. If he chooses seat 3, person 3s chances of choosing seat 1 are 1/2. If person 1 chooses seat 3, person 2 will choose seat 2, and person 3 has a 1/2 chance of choosing seat 1. Add up all these probabilities and you get 50%.

There is a similar analogy (which gets more and more cumbersome as the number of passengers goes up) for every number of passengers.

-MBP
 
BuddyfoxNot sure why I still cant wrap my head around this. Looks like I'm the idiot on this plane.
Well, do you get the base case examples I pointed out? The clearest one is the example with 3 people (the 2 person case is trivial).

Let's call P(x,y) the probability that person x ends up in seat y and P( (x,z) | (x-1,y) ) to be the conditional probability that person x will end up in seat z given person x-1 ends up in seat y. i.e. P( (2,1) | (1,2) ) is the probability that person 2 ends up in seat 1 given person 1 picks seat 2.

So the three person case is:

P(3,3) = P(1,1) + P( (2,1) | (1,2) ) = 1/3 + 1/21/3 = 1/3(1 + 1/2) = 1/2

The four person case is:

P(4,4) = P(1,1) + P( (2,1) | (1,2) ) + P( (3,1) | (1,3) ) + P( (3,1) | (2,3) ) = 1/4 + 1/41/3 + 1/41/2 + 1/41/31/2 = 1/2

And so on...

-MBP
 
manbearpig
BuddyfoxNot sure why I still cant wrap my head around this. Looks like I'm the idiot on this plane.
Well, do you get the base case examples I pointed out? The clearest one is the example with 3 people (the 2 person case is trivial).

Let's call P(x,y) the probability that person x ends up in seat y and P( (x,z) | (x-1,y) ) to be the conditional probability that person x will end up in seat z given person x-1 ends up in seat y. i.e. P( (2,1) | (1,2) ) is the probability that person 2 ends up in seat 1 given person 1 picks seat 2.

So the three person case is:

P(3,3) = P(1,1) + P( (2,1) | (1,2) ) = 1/3 + 1/21/3 = 1/3(1 + 1/2) = 1/2

The four person case is:

P(4,4) = P(1,1) + P( (2,1) | (1,2) ) + P( (3,1) | (1,3) ) + P( (3,1) | (2,3) ) = 1/4 + 1/41/3 + 1/41/2 + 1/41/31/2 = 1/2

And so on...

Degree & Major: math

Haha, figures. I wish I would have studied math to become a critical thinker like you. Kudos, bro!

The difference between successful people and others is largely a habit - a controlled habit of doing every task better, faster and more efficiently.
 

MBP how did you get so good at math

manbearpig
BuddyfoxNot sure why I still cant wrap my head around this. Looks like I'm the idiot on this plane.
Well, do you get the base case examples I pointed out? The clearest one is the example with 3 people (the 2 person case is trivial).

Let's call P(x,y) the probability that person x ends up in seat y and P( (x,z) | (x-1,y) ) to be the conditional probability that person x will end up in seat z given person x-1 ends up in seat y. i.e. P( (2,1) | (1,2) ) is the probability that person 2 ends up in seat 1 given person 1 picks seat 2.

So the three person case is:

P(3,3) = P(1,1) + P( (2,1) | (1,2) ) = 1/3 + 1/21/3 = 1/3(1 + 1/2) = 1/2

The four person case is:

P(4,4) = P(1,1) + P( (2,1) | (1,2) ) + P( (3,1) | (1,3) ) + P( (3,1) | (2,3) ) = 1/4 + 1/41/3 + 1/41/2 + 1/41/31/2 = 1/2

And so on...

 

The probability is 100%!! Because person 1 is such an idiot that he boarded a train instead of an airplane. This means when person 2 boards the plane is empty and all passengers will be seated correctly.

 
pdoher01The probability is 100%!! Because person 1 is such an idiot that he boarded a train instead of an airplane. This means when person 2 boards the plane is empty and all passengers will be seated correctly.

Hahahhahaha omg. Great attention to detail.

 
pdoher01The probability is 100%!! Because person 1 is such an idiot that he boarded a train instead of an airplane. This means when person 2 boards the plane is empty and all passengers will be seated correctly.
LOL i thought the exact same thing but just figured it was an error :P
"If you survive to my age and you rack up a CV like mine, you can look at HR and say, "Fuck you. I don't try out."- Eddie
 
turtle
pdoher01The probability is 100%!! Because person 1 is such an idiot that he boarded a train instead of an airplane. This means when person 2 boards the plane is empty and all passengers will be seated correctly.
LOL i thought the exact same thing but just figured it was an error :P
Amusing answer, but the question clearly mentions that 100 people are in line to board the airplane, and the first person in line is the idiot.
-MBP
 

Officiis ut provident magnam minima. Blanditiis tenetur eos dolorem unde deserunt nemo. Provident eaque qui nam soluta porro. Reprehenderit eligendi non quam aut dolore esse eos mollitia. Veritatis aliquid et eum sequi.

Architecto eius non nobis. Perspiciatis necessitatibus alias omnis commodi vel velit mollitia. Commodi possimus incidunt dolorem est praesentium quia quas.

Career Advancement Opportunities

June 2026 Investment Banking

  • Evercore 01 99.4%
  • Moelis & Company 01 98.8%
  • JPMorgan 01 98.2%
  • Guggenheim Partners 01 97.7%
  • Morgan Stanley 07 97.1%

Overall Employee Satisfaction

June 2026 Investment Banking

  • Moelis & Company No 99.4%
  • Morgan Stanley 01 98.8%
  • Evercore 01 98.2%
  • BMO Capital Markets 12 97.6%
  • Banco Santander 01 97.1%

Professional Growth Opportunities

June 2026 Investment Banking

  • Moelis & Company No 99.4%
  • Evercore No 98.8%
  • Morgan Stanley 05 98.2%
  • JPMorgan No 97.7%
  • BMO Capital Markets 12 97.1%

Total Avg Compensation

June 2026 Investment Banking

  • Vice President (14) $434
  • Associates (43) $259
  • 3rd+ Year Analyst (8) $210
  • 2nd Year Analyst (22) $179
  • Intern/Summer Associate (13) $156
  • 1st Year Analyst (75) $151
  • Intern/Summer Analyst (65) $101
notes
16 IB Interviews Notes

“... there’s no excuse to not take advantage of the resources out there available to you. Best value for your $ are the...”

Leaderboard

1
redever's picture
redever
99.2
2
Secyh62's picture
Secyh62
99.0
3
BankonBanking's picture
BankonBanking
99.0
4
kanon's picture
kanon
99.0
5
Betsy Massar's picture
Betsy Massar
98.9
6
DrApeman's picture
DrApeman
98.9
7
GameTheory's picture
GameTheory
98.9
8
CompBanker's picture
CompBanker
98.9
9
dosk17's picture
dosk17
98.9
10
bolo up's picture
bolo up
98.8
success
From 10 rejections to 1 dream investment banking internship

“... I believe it was the single biggest reason why I ended up with an offer...”