Caculate the probability using a binomial distribution

AI Thread Summary
The discussion focuses on calculating the probability of at least 5 people agreeing with a statement in a mini-survey of 10 participants, where 20% of the population agrees. The correct method to use is the binomial distribution, given that each trial has two outcomes: agreement or non-agreement. The formula for the binomial probability distribution is applied, and the probabilities for 5 to 10 agreements are summed. The calculated total probability of 0.0328 is confirmed as accurate. Using a binomial distribution is appropriate in this scenario due to the nature of the trials.
Cyannaca
Messages
22
Reaction score
0
Ok so I have a problem I am not sure of the method I should use. In a recent survey, 60% of the population disagreed with a given statement, 20% agreed and 20% were unsure. Find the probability of having at least 5 person who agree in a mini-survey with 10 people.

I tried to caculate the probability using a binomial distribution with n=10, p=0,2 agree and 1-p = 0,8 who either agree or are unsure, and

P(X) = (n!/ (k!(n-k)!)) (p^x) ((1-p) ^(n-x))

I added p(5), p(6)... p(10) and I got p(total) = 0,0328

Is it right to use a binomial distribution in this case?
 
Physics news on Phys.org
Yes, that is the correct distribution to use.
 
Yes. The number of people agreeing with the statement in n trials is random variable with a binomial probability distribution. This is because each individual event or trial has two possible outcomes (agreement or not agreement, if you choose to group them that way), and as a result is described by a Bernoulli random variable.
 
Thank you!
 
Back
Top