Random Distribution of Laborers: Probability of Observed Events

kingwinner
Messages
1,266
Reaction score
0
1) In a lottery there are 10 tickets numbered 1,2,3,...,10. Two nubmers are drawn for prizes. You hold tickets 1 and 2. What is the probability that you win at least one prize?

Method 1: assume order matters (different order=>different outcome)
P(win at least one prize) = P(win exactly one prize) + P(win exactly two prizes)
=P(1 is drawn but not 2) + P(2 is drawn but not 1) + P(both 1 and 2 are drawn)
=[(1x8+8x1)+(1x8+8x1)+2] / (10x9)
=17/45

Method 2: assume order does not matter
P(win at least one prize) = P(win exactly one prize) + P(win exactly two prizes)
=P(1 is drawn but not 2) + P(2 is drawn but not 1) + P(both 1 and 2 are drawn)
=[(1x8)+(1x8)+1] / (10C2)
=17/45

In this case, the probability is the same no matter we assume order is important or unimportant. I am just wondering...in general, is this always the case? If so, what is the actual reasoning behind it?



2a) A labor dispute has arisen concerning the distribution of 20 laborers to four different construction jobs. The first job (very undersirable) required 6 laborers; the second, third , and fourth utilized 4,5,and 5 laborers, respectively. The dispute arose over an alleged random distribution of the laborers to the jobs that placed all 4 members of a particular ethnic group on job 1. Find the probability of the observed event if it is assumed that the laborers are randomly assigned to jobs.

2b) Refer to part a. What is the probability that an ethnic group member is assigned to each type of job?

2c) Refer to part a. What is the probability that no ethnic group member is assigned to a type 4 job?


2a) my answer=[16!/(2!4!5!5!)] / [20!/(6!4!5!5!)]
2b) 2c) same denominator, but what would the numerator be? Can somebody please help me?

Any help would be appreciated!
 
Physics news on Phys.org
More progress on #2:

2b) Is the answer 4! [16!/(5!3!4!4!)] / [20!/(6!4!5!5!)] ?
 
Any hints on 2c)?
 
2c) Is the answer 15/20 x 14/19 x 13/18 x 12/17 ?
How can I get the answer to part c using the approach (using factorials) as in parts a and b?
 
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