A hall has n doors. Suppose n people choose any door at random to enter the hall.
What is the probability that at least one door will not be chosen by any of the people?
My approach was:
P(At least 1 door not chosen)
=1 - P(All doors chosen)
And P(All doors chosen) = n! / n^n (not sure if this is right)
So MY final answer:
P(At least 1 door not chosen) = 1 - (n! / n^n)
Can you please tell me what I'm doing wrong, its different from the ans in the solutions.
What is the probability that at least one door will not be chosen by any of the people?
My approach was:
P(At least 1 door not chosen)
=1 - P(All doors chosen)
And P(All doors chosen) = n! / n^n (not sure if this is right)
So MY final answer:
P(At least 1 door not chosen) = 1 - (n! / n^n)
Can you please tell me what I'm doing wrong, its different from the ans in the solutions.