5.8k views
11 votes
A production facility employs 10 workers on the day shift, 8 workers on the swing shift, and 6 workers on the graveyard shift. A quality control consultant is to select 3 of these workers for in-depth interviews. Suppose the selection is made in such a way that any particular group of 3 workers has the same chance of being selected as does any other group (drawing 3 slips without replacement from among 24).

Required:
a. How many selections result in all 5 workers coming from the day shift?
b. What is the probability that all 5 selected workers will be from the day shift?
c. What is the probability that all 5 selected workers will be from the same shift?
d. What is the probability that at least two different shifts will be represented among the selected workers?
e. What is the probability that at least one of the shifts will be unrepresented in the sample of workers?

User Changus
by
5.9k points

1 Answer

2 votes

Answer:

252 ; 0.00593 ; 0.0074 ; 0.9926 ; 0.347

Explanation:

A.)

n = 10 ; r = 5

Required outcome :

nCr = n! ÷ (n-r)!r!

10C5 = 10! ÷ (10-5)!5!

(10*9*8*7*6) / (5*4*3*2*1)

= 252

B.)

Total possible outcome : 24C5 = 42504

P(all will be from day shift) = 252 / (24C5) = 0.00593

C.)

P(all will be from the same shift) :

[(10C5)+(8C5)+(6C5)] ÷ 24C5

(252 + 56 + 6) / 42504 = 0.0074

D.)

Probability that at least 2 different shift will be represented :

1 - P(all will be from the same shift)

1 - 0.0074 = 0.9926

D.)

Probability that atleast one of the shift will be unrepresented :

(10+6C5) + (8+6C5) + (10+8C5) - (10C5)+(8C5)+(6C5)

[16C5 + 14C5 + 18C5 - 10C5 + 8C5 + 6C5] ÷ 24C5

(4368 + 2002 + 8568 - 252 + 56 + 6) / 42504

= 14748 / 42504

= 0.347

User Tolure
by
5.0k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.