Question 841135
Suppose that a library has two computer labs. 
Lab-A contains 50 PC's ; Nine are infected 
Lab-B contains 30 PC's ; Four are infected 
--------------------------------------
A sample of PC's will be inspected to check for spyware.
--------------------------
a. Suppose 8 Lab-A PC's are randomly drawn. 
What is the probability that none of the PC's in the sample is infected?
Ans: 41C8/50C8
==========================
b. Suppose 8 Lab-B PC's are randomly drawn. What is the probability that none of the PC's in the sample is infected?
Ans: 26C8/30C8
==========================
c. Suppose 4 Lab-A PC's are randomly drawn, and a separate random sample of 4 Lab-B PC's is drawn. What is the probability that none of the PC's in either sample is infected?
Ans: (41C4/50C4)*(26C4/30C4)
==========================
d. Suppose that from a combined list of all 80 Lab-A and Lab-B PC's, 8 PC's are randomly drawn. What is the probability that none of the PC's in this sample is infected?
Ans: 67C8/80C8
=====================
Cheers,
Stan H.