Question 240765: accordin to goverment data, the probability that an adult was never married is 15%, in a random survey of 10 adults, what is the probability that at least 8 were married?
Found 3 solutions by stanbon, edjones, solver91311: Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! ): according to goverment data, the probability that an adult was never married is 15%, in a random survey of 10 adults, what is the probability that at least
8 were married?
------------------
This is a binomial problem with n=10, p = 0.15, 8<=x<=10
-------------------------------
Ans: P(8<= x <=10) = 1 - binomcdf(10,0.15,7)
= 0.0000086651...
Cheers,
Stan H.
Answer by edjones(8007) (Show Source):
You can put this solution on YOUR website! Let m=married and n=never married
.85+.15=1
m^10+10m^9n+45m^8n^2 (derived from (m+n)^10)
.85^10 + 10*.85^9*.15 + 45*.85^8*.15^2
=.82
.
Ed
Answer by solver91311(24713) (Show Source):
|
|
|