The first discrete model describes the number of successes in a sequence of repeated, independent trials, each with the same probability of success (Bernoulli trials).

Property — XB(n,p)X\sim B(n,p)

XX = “number of successes in nn independent trials, each with probability of success pp”. P(X=k)=(nk)pk(1p)nk,k=0,1,,n.P(X=k) = \binom{n}{k}p^k(1-p)^{n-k}, \qquad k=0,1,\ldots,n. Mean μ=np\mu = np, variance σ2=np(1p)\sigma^2 = np(1-p).

Example — Ten coin tosses

I toss a fair coin 1010 times. XX = number of heads. XB(10,0,5)X\sim B(10, 0{,}5).

P(X=3)=(103)(0,5)3(0,5)7=120110240,117.P(X=3) = \binom{10}{3}(0{,}5)^3(0{,}5)^7 = 120\cdot\frac{1}{1024} \approx 0{,}117.

μ=100,5=5\mu = 10\cdot 0{,}5 = 5. σ=100,50,5=2,51,58.\quad \sigma = \sqrt{10\cdot 0{,}5\cdot 0{,}5} = \sqrt{2{,}5}\approx 1{,}58.

The graph of the distribution B(10;0,5)B(10;0{,}5) is symmetric about the mean μ=5\mu=5, with the probabilities decreasing rapidly towards the extreme values.

Binomial distribution B(10;0,5)B(10;0{,}5): the bars are symmetric with respect to the mean μ=5\mu=5.

Topics: Probability distributions
Concepts: Binomial distribution · Expected value · Variance
Methods: Binomial · Expected value
Skills: Probability calculation · Using formulae
People: Jacob Bernoulli