Binomial Distribution Math Example 4

Follow the full solution, then compare it with the other examples linked below.

Example 4

medium
A student guesses on 77 true-or-false questions. What is the probability of getting at least 66 correct?

Solution

  1. 1
    Let XโˆผBinomial(7,0.5)X \sim \text{Binomial}(7, 0.5). We want P(Xโ‰ฅ6)=P(X=6)+P(X=7)P(X \ge 6) = P(X = 6) + P(X = 7).
  2. 2
    P(X=6)=(76)(0.5)6(0.5)1=7(0.5)7P(X = 6) = \binom{7}{6}(0.5)^6(0.5)^1 = 7(0.5)^7.
  3. 3
    P(X=7)=(77)(0.5)7=(0.5)7P(X = 7) = \binom{7}{7}(0.5)^7 = (0.5)^7.
  4. 4
    Add them: 7(0.5)7+(0.5)7=8(0.5)7=8128=1167(0.5)^7 + (0.5)^7 = 8(0.5)^7 = \frac{8}{128} = \frac{1}{16}.

Answer

P(Xโ‰ฅ6)=116=0.0625P(X \ge 6) = \frac{1}{16} = 0.0625
Binomial probabilities add cleanly when several exact-success counts are acceptable. Here, 'at least 66' means combining the probabilities for exactly 66 and exactly 77 successes.

About Binomial Distribution

The probability distribution of the number of successes in nn independent yes/no trials, each with probability pp.

Learn more about Binomial Distribution โ†’

More Binomial Distribution Examples