View Single Post
  #3  
Old July 6th, 2009, 02:33 AM
Stats Stats is offline
Banned
 
Join Date: May 2009
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Stats is on a distinguished road
Default Is this correct?

Quote:
Originally Posted by mr fantastic View Post
where X ~ Binomial(n, p).

And it's trial, not trail.
Please let me know where if i am right or no?

Answer:
Binomial P(x;n,\theta) = \binom{n}{x} \theta ^x (1- \theta)^{n-x})

Probability of atleast 1 success is

1-P(X=0) = 1 -\binom{n}{0} \theta ^0 (1- \theta)^{n-0} = 1 - (1 - \theta)^n

Probability of k success occuring in first n trials is
P(X=k) = \binom{n}{k} \theta^k (1- \theta)^{n-k}

Probability of all trials being success is
P(X=n) = \binom{n}{n} \theta^n (1- \theta)^{n-n} = 0
Reply With Quote