Calculate P(x > 2): Binomial Distribution

  • Thread starter Thread starter nachelle
  • Start date Start date
  • Tags Tags
    Stats Stuck
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
2 replies · 4K views
nachelle
Messages
4
Reaction score
0
Suppose x is a discrete, binomial random variable

Calculate P(x > 2), given trails n = 8, success probability p = 0.3

and

given trails n = 6, success probability p = 0.1
 
Physics news on Phys.org
When it says n is more than 2, it means that x = 3, 4, and so on until 8. You can compute the probabilities for each of the values of x wanted, or you can find the answer by applying the formula and using the statistical tables.
 
nachelle said:
Suppose x is a discrete, binomial random variable

Calculate P(x > 2), given trails n = 8, success probability p = 0.3

and

given trails n = 6, success probability p = 0.1
First, it "trials", not "trails"! P(x= m)= 8Cm(0.3)m(0.7)8-m. Since "x> 2" means x= 3, 4, 5, 6, 7, or 8, it might be simpler to find find P(x<= 2)= P(x= 0)+ P(x=1)+ P(x= 2) and then subtract from 1.