Question: Given $5$ people in an elevator on the ground floor, and the buttons for the second, third, and forth floors are lit, what is the probability that two people will exit the elevator at floor $3$?
Maths noob here. I have spent about $10$ minutes trying to come up with a solution to this question. I intuitively think the answer is $0.6$ but I lack the tools to reason about it properly. Any help? Apologies for the "please do my work for me" question.
In probability there is something called "sample space". It is, very simply, the set of all possible outcomes of a situation.
In this case all possible outcomes are these (assuming that at least one person exits at the floors that have a lit button):
$$ \begin{matrix} Floor 1 & Floor2 & Floor 3 \\ 1&1&3 \\ 1&3&1\\ 3&1&1 \\ 2&2&1 \\ 1&2&2 \\ 2&1&2 \\ \end{matrix} $$
In the first outcome $1$ person exits the elevetor at the first floor, $1$ person exits the elevator ar the second floor and $3$ people exit the elevator at the third floor. Total: $5$ people. The other outcomes are the other combinations.
If all the outcomes have all the same probability of happening, to calculate the probability we count in how many outcomes there are $2$ people exiting the elevator at the third floor. If you look at the table there are only $2$ such cases (the last ones, assuming the problem is asking for exactly two people, and not at least two people). Then we divide this number by the total number of outcomes.
So the probability that two people will exit the elevator at the third floor is: $$2/6 = 1/3$$
As you can see, when the outcomes have all the same probability of happening, a probability of an event is nothing else than the ratio between the number of outcomes of that event and the total number of outcomes.