Question 670644
  <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,	
Binomial Distribution;  Yes  (repeat or not repeat)
 p = .70, q = .30  and n = 12
 P(x = 9) = 12C9(.70)^9(.30)^3    binompdf(12,.70,9)
 P(x &#8805; 9 ) = P(x=9) + P(x=10) + P(x=11) + P(x=12)     1 - binomcdf(12,.70,8)
 P(x &#8804; 9)  = P(x=0) + P(x=1) + P(x=2).... + P(x=9)    binomcdf(12,.70.9)