Answer:
The probability that exaclt x of the members are union members from the n interviewed is given by:
[tex]P(X = x) = C_{n,x}.(0.96)^{x}.(0.04)^{n-x}[/tex]
Step-by-step explanation:
For each worker, there are only two possible outcomes. Either they are union members, or they are not. Members are independent of other members. This means that we use the binomial probability distribution to solve this question.
Binomial probability distribution
The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
In which [tex]C_{n,x}[/tex] is the number of different combinations of x objects from a set of n elements, given by the following formula.
[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]
And p is the probability of X happening.
About 96% of all workers employed by the university belong to the workers' union.
This means that [tex]p = 0.96[/tex]
What is the probability that exactly of the workers interviewed are union members
We want probability of x, from n workers interviewed. So
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]P(X = x) = C_{n,x}.(0.96)^{x}.(0.04)^{n-x}[/tex]