Fatskills
Practice. Master. Repeat.
Study Guide: Intro to Business Statistics: Random Variables and Probability Distributions Binomial Distribution Characteristics Formula Mean Variance Applications
Source: https://www.fatskills.com/business-analytics/chapter/intro-to-business-statistics-busstats-random-variables-and-probability-distributions-binomial-distribution-characteristics-formula-mean-variance-applications

Intro to Business Statistics: Random Variables and Probability Distributions Binomial Distribution Characteristics Formula Mean Variance Applications

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~3 min read

What This Is

The binomial distribution is a probability distribution that models the number of successes in a fixed number of independent trials, where each trial has a constant probability of success. This concept is crucial in business decisions, such as determining the probability of a product meeting quality standards, assessing the effectiveness of a marketing campaign, or evaluating the likelihood of a new product launch exceeding sales targets.

Key Formulas & Symbols

  • P(X = k) = (nCk) * (p^k) * (q^(n-k)) where P(X = k) = probability of k successes, n = number of trials, k = number of successes, nCk = number of combinations of n items taken k at a time, p = probability of success, q = probability of failure (q = 1 - p).
  • nCk = n! / (k! * (n-k)!) where n! = factorial of n.
  • p̂ = k/n where p̂ = sample proportion.
  • σ^2 = n * p * q where σ^2 = variance.
  • σ = √(n * p * q) where σ = standard deviation.
  • Mean (μ) = n * p where μ = population mean.
  • Variance (σ^2) = n * p * q where σ^2 = population variance.
  • Standard Deviation (σ) = √(n * p * q) where σ = population standard deviation.
  • Z = (X - μ) / (σ/√n) where Z = standard normal variable, X = sample mean, μ = population mean, σ = population standard deviation, n = sample size.

Step-by-Step Procedure

  1. State hypotheses: Clearly define the null and alternative hypotheses (e.g., H₀: p ≤ 0.5 vs. H₁: p > 0.5).
  2. Choose test: Select the appropriate test (e.g., one-sample z-test, two-sample z-test, or binomial test).
  3. Compute test statistic: Calculate the test statistic (e.g., Z = (X - μ) / (σ/√n)).
  4. Find p-value or critical value: Determine the p-value or critical value using a standard normal distribution table or calculator.
  5. Compare to α: Compare the p-value or critical value to the significance level (α = 0.05).
  6. Conclude: Make a decision based on the comparison (e.g., reject H₀ if p-value < α).

Common Mistakes

  • Mistake: Misinterpreting the p-value as the probability that the null hypothesis is true.
  • Correction: The p-value is the probability of observing the data (or more extreme) if the null hypothesis is true. It does not provide information about the probability of the null hypothesis being true.
  • Mistake: Failing to check the assumptions of the binomial distribution (e.g., independence, constant probability of success).
  • Correction: Ensure that the data meet the assumptions of the binomial distribution before applying the test.
  • Mistake: Using the wrong test statistic or critical value.
  • Correction: Verify that the correct test statistic and critical value are used based on the chosen test and sample size.

Quick Practice Problems

  1. A company wants to determine the probability of a new product launch exceeding sales targets. The product has a 60% chance of success, and the company wants to know the probability of exceeding 500 sales in a sample of 100 customers. Calculate the probability.

P(X > 500) = 1 - P(X ≤ 500) = 1 - (100C500) * (0.6^500) * (0.4^(-500)) ≈ 0.0004

Explanation: The probability of exceeding 500 sales is approximately 0.0004 or 0.04%.


  1. A quality control process has a 90% chance of detecting defects. If 10 items are inspected, what is the probability of detecting at least 8 defects?

P(X ≥ 8) = 1 - P(X < 8) = 1 - (10C7) * (0.9^7) * (0.1^3) ≈ 0.9999

Explanation: The probability of detecting at least 8 defects is approximately 0.9999 or 99.99%.


  1. A marketing campaign has a 20% chance of success. If 50 customers are targeted, what is the expected number of successes?

Expected number of successes = n * p = 50 * 0.2 = 10

Explanation: The expected number of successes is 10.

Last-Minute Cram Sheet

  1. Binomial distribution: Models the number of successes in a fixed number of independent trials.
  2. P(X = k) = (nCk) * (p^k) * (q^(n-k)): Probability of k successes in n trials.
  3. nCk = n! / (k! * (n-k)!): Number of combinations of n items taken k at a time.
  4. p̂ = k/n: Sample proportion.
  5. σ^2 = n * p * q: Variance.
  6. σ = √(n * p * q): Standard deviation.
  7. Mean (μ) = n * p: Population mean.
  8. Variance (σ^2) = n * p * q: Population variance.
  9. Standard Deviation (σ) = √(n * p * q): Population standard deviation.
  10. Z = (X - μ) / (σ/√n): Standard normal variable.
  11. ⚠️ p-value is NOT the probability that H₀ is true – it’s the probability of observing the data (or more extreme) if H₀ is true.
  12. ⚠️ Use α = 0.05 as the default significance level.
  13. ⚠️ Check assumptions of binomial distribution (independence, constant probability of success).
  14. ⚠️ Use correct test statistic and critical value.


ADVERTISEMENT