"

Binomial Distributions

Binomial Distributions – At Most

Learning Objectives

Calculate the probability of at most x number of successes.

If we want to calculate the probability of a range of x values using the formula:

  • We need to add all possible probabilities together.
  • Ex: P(at most 2 sales)=P(x2)=P(x=0)+P(x=1)+P(x=2)

If we want to calculate the probability of a range of x values using BINOM.DIST:

  • Set ‘cumulative’ = TRUE (or 1)
  • Ex: P(at most 2 sales) = P(x ≤ 2) = BINOM.DIST(2, n, p, TRUE)

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