"

Binomial Distributions

Binomial Distributions – At Least

Learning Objectives

Calculate the probability of at least x successes or, P(Xx).

Calculating P(Xx) is similar to calculating P(X>x) with only one difference:

  • P(Xx), the probability of at least x successes, includes the x value.
  • P(X>x), the probability of more than x successes, does not include the x value.

In other words:

  • P(X>x)=1P(Xx)=1BINOM.DIST(x,n,p,1)
  • P(Xx)=1P(Xx1)=1BINOM.DIST(x1,n,p,1)

Why do we use x1 in the above formula?

  • It has to do with what it means to take a complement.
  • When taking a complement, we take all values outside of that sample space.
  • Since x is included in the range, we ‘stop’ at x1 when taking the complement: P(Xx)=1[P(X=0)+P(X=1)+...+P(X=x1)]

License

Icon for the Creative Commons Attribution-NonCommercial 4.0 International License

An Introduction to Business Statistics for Analytics (1st Edition) Copyright © 2024 by Amy Goldlist; Charles Chan; Leslie Major; Michael Johnson is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License, except where otherwise noted.

Share This Book