BackDiscrete Probability Distributions: Concepts, Calculations, and the Binomial Distribution
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Discrete Probability Distributions
Introduction to Discrete Probability Distributions
Discrete probability distributions describe the probabilities of outcomes for discrete random variables—variables that can take on only specific, countable values. This chapter focuses on the definitions, properties, and calculations associated with discrete probability distributions, including the binomial distribution.
Random Variables
Definition and Types
Random Variable (X): A numerical description of the outcome of a random experiment.
Discrete Random Variable: Takes on a finite or countably infinite set of values (e.g., number of tails in coin flips).
Continuous Random Variable: Can take any value within an interval (e.g., height of trees).
Example: Flipping a coin 5 times and counting the number of tails (possible values: 0, 1, 2, 3, 4, 5) is a discrete random variable.
Discrete Probability Distributions
Probability Mass Function (PMF)
The probability distribution of a discrete random variable X is described by its probability mass function (PMF), denoted as , which gives the probability for each possible value of X.
Requirements for a Valid PMF:
for all x
Example: Probability distribution for the number of cars sold per day at a dealership:
x | f(x) |
|---|---|
0 | 0.18 |
1 | 0.39 |
2 | 0.24 |
3 | 0.14 |
4 | 0.04 |
5 | 0.01 |

Calculating Probabilities
Probability of exactly 2 cars sold:
Probability of at most 2 cars sold:
Probability of more than 2 cars sold:
Probability of at least 2 cars sold:
Probability of more than 1 but less than 4 cars sold:
Discrete Uniform Probability Distribution
A discrete random variable has a uniform distribution if all possible values are equally likely. The PMF is:
for
Example: Rolling a fair die (): for .
Expected Value and Variance
Definitions and Formulas
Expected Value (Mean):
Variance:
Standard Deviation:
Example: For the car sales distribution above:
The Binomial Distribution
Definition and Properties
The binomial distribution models the number of successes in a fixed number of independent trials, each with the same probability of success.
Properties:
n identical trials
Each trial has two outcomes: success or failure
Probability of success (p) is constant
Trials are independent
Probability Mass Function:
where
Expected Value and Variance:
Shape of the Binomial Distribution
If , the distribution is symmetric.
If , it is skewed to the right.
If , it is skewed to the left.



Example: Binomial Experiment with n = 3, p = 0.3
Let X = number of customers making a purchase out of 3.
Tree diagram illustrates all possible outcomes and values of X.

Example: Binomial Distribution for n = 10, p = 0.3

Using Excel for Binomial Probabilities
Excel functions such as BINOM.DIST can be used to compute binomial probabilities and cumulative probabilities.


Common Probability Calculations with the Binomial Distribution
At most k successes: (sum of probabilities up to k)
Exactly k successes:
More than k successes:
Between a and b successes:
Continuous Probability Distributions (Preview)
Continuous Random Variables and Probability Density Function (PDF)
Continuous Random Variable: Can take any value within an interval.
Probability Density Function (PDF): , where
Properties of a PDF:
for all x
Additional info: The chapter continues with continuous distributions, but the main focus here is on discrete probability distributions and the binomial distribution.