Suppose we have a group of 100 students where 20 are seniors
Suppose we have a group of 100 students where 20 are seniors. Take a random sample of 7 students without replacement. Let X represents the number of seniors in the sample. Find P(X = 3).
Solution
Suppose we have a group of 100 students where 20 are seniors. Take a random sample of 7 students without replacement. Let X represents the number of seniors in the sample. Find P(X = 3).
The hyper geometric distribution is used to calculate probabilities when sampling without replacement
P(X=x) = (N1Cx) (N-N1Cn-x) (NCn)-1
P(X = 3) = 0.1126
