Question: The percentage of American men who say they would marry the same woman if they had to do it over again is 65% what is the probability that in a group of 10 married American men, no more than 3 will claim that they would marry the same woman again? what is a probability that at least 6 will say this?
Solution: Event A: "randomly chosen men belongs to a group of men that would marry the same woman if they had to do it over again". P(A) = 0.65.
Let X be a random variable of the number of successes in a sequence of 10 independent experiments, where success probability is P(A) = 0.65. X follows the binomial distribution with parameters n = 10, p = 0.65. P(X = k) = (kn)pk(1−p)n−k=(k10)0.65k0.3510−k for k = 0, 1, ..., 10.
- The probability that in a group of 10 married American men, no more than 3 will claim that they would marry the same woman again is
P(X≤3)=P(X=0)+P(X=1)+P(X=2)+P(X=3)=(010)0.6500.3510+(110)0.6510.359+(210)0.6520.358+(310)0.6530.357=0.357(0.353+10∗0.65∗0.352+45∗0.652∗0.35+120∗0.653)=0.357∗40.4485≈0.026.
- The probability that at least 6 will say this:
P(X≥6)=1−P(X≤5)=1−(P(X=0)+P(X=1)+P(X=2)+P(X=3)+P(X=4)+P(X=5))=1−(0.357∗40.4485+P(X=4)+P(X=5))=1−0.357∗40.4485−(410)0.6540.356−(510)0.6550.355=1−0.357∗40.4485−0.6540.354(210∗0.352+252∗0.65∗0.35)=1−0.357∗40.4485−0.6540.354∗83.055≈0.751.
Answer: The probability that in a group of 10 married American men, no more than 3 will claim that they would marry the same woman again is ≈ 0.026.
The probability that at least 6 will say this is ≈ 0.751.
Comments