How Do We Accurately Interpret Probability in Different Scenarios?

  • Context: Undergrad 
  • Thread starter Thread starter musicgold
  • Start date Start date
  • Tags Tags
    Probability
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 4K views
musicgold
Messages
303
Reaction score
19
Hi,

My question is related to the following problem.

“80% of all California drivers wear seat belts. If three drivers are pulled over, what is the probability that all would be wearing their seat belts?”

Now I know that the answer of this problem is = 0.8 * 0.8 * 0.8 =
(Probability of the first person wearing belt x prob. of the second person wearing belt x…)

However, there is another question that comes to my mind. What if we say that 80% of the sample (of the three people) will be wearing seat belts? Or do we have to always treat them as Bernoulli trials?

Thanks.
 
Physics news on Phys.org
musicgold said:
Hi,

My question is related to the following problem.

“80% of all California drivers wear seat belts. If three drivers are pulled over, what is the probability that all would be wearing their seat belts?”

Now I know that the answer of this problem is = 0.8 * 0.8 * 0.8 =
(Probability of the first person wearing belt x prob. of the second person wearing belt x…)

However, there is another question that comes to my mind. What if we say that 80% of the sample (of the three people) will be wearing seat belts? Or do we have to always treat them as Bernoulli trials?

Thanks.

The short answer is yes. As you take larger and larger samples the expectation is that the sample distributions would approach P(B)=0.8; P(~B)=(1-P(B))=0.2

However the probability that all individuals in the sample were wearing seat belts would approach [itex]P=(0.8)^n[/itex] where n is the sample size.

For a sample of size 3, there will be considerable variability with 2 or 3 being more likely than 0 or 1 wearing seat belts. Do you know how to calculate the exact probabilities of 0,1 or 2 drivers wearing seat belts (assuming P(B) holds for the population)?
 
Last edited:
SW VandeCarr,

Thanks.

Yes, I do know how to calculate the probabilities of 0,1 or 2 drivers wearing seat belts.
 
musicgold said:
SW VandeCarr,

Thanks.

Yes, I do know how to calculate the probabilities of 0,1 or 2 drivers wearing seat belts.

You're welcome.