Coin Tossing: Binomial Distribution Explained

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
7 replies · 2K views
CaptainX
Messages
7
Reaction score
0
Why tossing a coin three times is said to have binomial distribution? I'm little bit confused.
 
Physics news on Phys.org
fresh_42 said:
What is the probability to flip k heads in n trials?
I think it's 1/2
 
Binomial: prob (k successes in n trials) ##=\binom{n}{k}p^k(1-p)^{n-k}## where ##p## is the probability of success on one trial. For fair coins ##p=1/2##.
 
  • Like
Likes   Reactions: CaptainX
mathman said:
Binomial: prob (k successes in n trials) ##=\binom{n}{k}p^k(1-p)^{n-k}## where ##p## is the probability of success on one trial. For fair coins ##p=1/2##.
Thank you very much!