N people sit down at random a classroom containing n+p seats

  • Thread starter Thread starter indigojoker
  • Start date Start date
  • Tags Tags
    Classroom Random
indigojoker
Messages
240
Reaction score
0
n people sit down at random a classroom containing n+p seats. There are m red seats (m<=n) in the classroom, what is the probability that all red seats will be occupied?

I know the bottom should be n+p choose n but I'm not sure what the numerator should be, any ideas would be great.

I was thinking n+p choose m since that will give the different ways that the red seats could be chosen, times n+p choose n-m which gives the choices that the non-red seats could be chosen.

Or: \frac{ C^{n+p} _{m} C^{n+p} _{n-m} } { C^{n+p} _{n} }

Does this logic make sense?
 
Physics news on Phys.org


indigojoker said:
I was thinking n+p choose m since that will give the different ways that the red seats could be chosen, times n+p choose n-m which gives the choices that the non-red seats could be chosen.
Close, but after having allocated m people amongst the n+p seats there are now only n+p-m seats to allocate the remaining n-m people.
 


then:
<br /> \frac{ C^{n+p} _{m} C^{n+p-m} _{n-m} } { C^{n+p} _{n} }?
 


indigojoker said:
then:
<br /> \frac{ C^{n+p} _{m} C^{n+p-m} _{n-m} } { C^{n+p} _{n} }?
EDIT: my error; see the other post.
 
Last edited:
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...
Back
Top