Answer:
a) 0.2725
b) 0.7275
c) 0.8948
Step-by-step explanation:
This is a binomial distribution probability problem. The formula is:
![P(x)=\frac{n!}{(n-x)!x!}p^{x}q^{n-x}](https://tex.z-dn.net/?f=P%28x%29%3D%5Cfrac%7Bn%21%7D%7B%28n-x%29%21x%21%7Dp%5E%7Bx%7Dq%5E%7Bn-x%7D)
Where
n is the number of trials [here we are taking 8 person, so n = 8]
x is what we are looking for [in the problem]
p is the probability of success [ 15%, so p = 0.15
q is the probability of failure [q = 1-p = 0.85]
Now,
a)
We are looking for "no one" did fling, so x = 0
Let's put into formula and find out the probability:
![P(x=0)=\frac{8!}{(8-0)!0!}(0.15)^{0}(0.85)^{8}\\P(x=0)=0.2725](https://tex.z-dn.net/?f=P%28x%3D0%29%3D%5Cfrac%7B8%21%7D%7B%288-0%29%210%21%7D%280.15%29%5E%7B0%7D%280.85%29%5E%7B8%7D%5C%5CP%28x%3D0%29%3D0.2725)
So, the probability that no one has done a one-time fling is 0.2725
b)
Atleast 1 person means P(x ≥ 1).
This can be found by:
P(x ≥ 1) = 1 - P(x=0) = 1 - 0.2725 = 0.7275
THus, Probability that at least one person has done a one-time fling is 0.7275
c)
No more than 2 people means P (x≤2).
This is essentially
P ( x ≤ 2 ) = P(x=0) + P(x=1) + P(x=2)
P ( x = 0 ) is found in part (a), which is 0.2725
P (x = 1 ) and P(x=2) can be found using formula:
![P(x=1)=\frac{8!}{(8-1)!1!}(0.15)^{1}(0.85)^{7}\\P(x=1)=0.3847](https://tex.z-dn.net/?f=P%28x%3D1%29%3D%5Cfrac%7B8%21%7D%7B%288-1%29%211%21%7D%280.15%29%5E%7B1%7D%280.85%29%5E%7B7%7D%5C%5CP%28x%3D1%29%3D0.3847)
and
![P(x=2)=\frac{8!}{(8-2)!2!}(0.15)^{2}(0.85)^{6}\\P(x=2)=0.2376](https://tex.z-dn.net/?f=P%28x%3D2%29%3D%5Cfrac%7B8%21%7D%7B%288-2%29%212%21%7D%280.15%29%5E%7B2%7D%280.85%29%5E%7B6%7D%5C%5CP%28x%3D2%29%3D0.2376)
Thus,
P ( x ≤ 2 ) = P(x=0) + P(x=1) + P(x=2) = 0.2725 + 0.3847 + 0.2376 = 0.8948