01 Key Concepts
Discrete Probability Distribution
Lists every possible value of a discrete random variable alongside its probability; all probabilities must sum to 1.
Probability Mass Function (PMF)
A function P(X=x) that gives the probability for each specific value x of a discrete random variable.
Probability Density Function (PDF)
For continuous variables, describes relative likelihood; probabilities come from the area under the curve over an interval, not from a single point.
Cumulative Distribution Function (CDF)
F(x) = P(X <= x), giving the probability that X takes a value less than or equal to x.
Requirements for a Valid Distribution
Every probability must be between 0 and 1, and the sum (discrete) or total area (continuous) must equal exactly 1.
02 Key Formulas
- Sum of P(x) over all x = 1 (discrete case)
- F(x) = P(X <= x)
03 Solved Examples
- Check each value is between 0 and 1: yes for all three.
- Sum them: 0.2 + 0.5 + 0.3.
- F(2) = P(X<=2) = P(X=1) + P(X=2) = 0.2 + 0.5.
- Sum: 0.5 + 0.6 = 1.1, which is greater than 1.
04 Practice Questions
๐ Probability Distributions โ Downloadable Worksheet
10 questions with a full answer key. Grab the PDF to print, or try the interactive version in your browser.