Summary
Discrete random variables can take on only a countable number of distinct values, such as 0, 1, 2, 3, etc. They are used to model situations where outcomes are distinct and separate, like the number of children in a family or the number of defective light bulbs in a box.
- Discrete Random Variable — a variable that can take on only a countable number of distinct values.
Example: The number of children in a family. - Probability Distribution — a list of probabilities associated with each possible value of a discrete random variable.
Example: Probability distribution table for the number of red roses selected. - Cumulative Distribution Function (CDF) — the probability that a random variable is less than or equal to a certain value.
Example: F(x) = P(X ≤ x) for the number of heads when two coins are tossed. - Expected Value — the mean of a discrete random variable, calculated as a weighted average of all possible values.
Example: E(X) = Σ x P(X = x). - Variance — a measure of the spread of a random variable's possible values.
Example: Var(X) calculated using probabilities instead of frequencies.
Exam Tips
Key Definitions to Remember
- Discrete Random Variable
- Probability Distribution
- Cumulative Distribution Function (CDF)
- Expected Value
- Variance
Common Confusions
- Confusing discrete random variables with continuous ones
- Misunderstanding the difference between probability distribution and cumulative distribution
Typical Exam Questions
- What is a discrete random variable? A variable that takes on a countable number of distinct values.
- How do you calculate the expected value of a discrete random variable? By summing the products of each possible outcome and its probability.
- What is the variance of a discrete random variable? A measure of the spread of its possible values.
What Examiners Usually Test
- Ability to draw and interpret probability distribution tables
- Calculating expected values and variances
- Understanding and applying the concept of cumulative distribution functions