Probability: binomial coefficient problem

Jaysquared
Messages
1
Reaction score
0
Hello physics forum! I come to you with a binomial coefficient problem I am stuck on. Here is the question

1. Suppose an airport has three restaurants open, Subway Burger King and McDonalds. If all three restaurants are open and each customer is equally likely to go to each one, what is the probability that out of 9 customers, three will go to each one?


2. Permutations and binomial coefficient comes in handy for this



3. Alright so my initial idea is that since all three restaurants are open, there is a 1/3 chance of choosing one of them. Since there are 9 people choosing one of the three restaurants, It would be (1/3)^9. Using the binomial coefficient the initial setup would be 9 choose 3. Am I on the right track? The answer that they give is 0.085. Please help for any suggestions. Thank you!
 
Physics news on Phys.org
Let's introduce the following notation:
##A = \{## exactly 3 people dine at Subway ##\}##
##B = \{## exactly 3 people dine at BK ##\}##
##C = \{## exactly 3 people dine at McD ##\}##
Then you are trying to calculate ##P(A \cap B \cap C)##. This is the same as ##P(A \cap B)## (why?). Try calculating it using ##P(A \cap B) = P(A | B)P(B)##.
 
jbunniii said:
Let's introduce the following notation:
##A = \{## exactly 3 people dine at Subway ##\}##
##B = \{## exactly 3 people dine at BK ##\}##
##C = \{## exactly 3 people dine at McD ##\}##
Then you are trying to calculate ##P(A \cap B \cap C)##. This is the same as ##P(A \cap B)## (why?). Try calculating it using ##P(A \cap B) = P(A | B)P(B)##.

Alternatively: use the multinomial distribution (trinomial in this case); see, eg., http://en.wikipedia.org/wiki/Multinomial_distribution or http://mathworld.wolfram.com/MultinomialDistribution.html
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...

Similar threads

Back
Top