Sums of Independent Random Variables; Expectation of Discrete Random Variables
Definition
A discrete random variable is a random variable that takes a countable set of values.
The expectation or expected value of a discrete random variable is the weighted average of all possible values of , where each value is weighted by its probability:
provided the sum exists.
If and are independent random variables, then the sum is also a random variable whose possible values come from adding values of and . If and are independent, then the probability of their joint occurrence satisfies:
Also, expectation is linear, which means:
whether or not and are independent.
Main Content
1. Expectation of a Discrete Random Variable
Meaning of expectation
- : The expectation of a discrete random variable represents the average value we would expect if the random experiment were repeated many times under the same conditions. It is not always one of the actual values the variable can take; instead, it is a long-run average outcome.
Formula and interpretation
- : If a discrete random variable takes values with probabilities , then:
This is called the weighted mean because values with higher probabilities contribute more to the average.
Example 1: Simple die roll
Let be the outcome of a fair die. Then
The value is not possible on a die, but it is the average outcome over many rolls.
Example 2: Unequal probabilities
Suppose takes values with probabilities . Then
So the expected value is .
2. Sum of Independent Random Variables
Formation of a sum
- : If two random variables and are given, their sum is a new random variable:
The value of depends on the pair of outcomes from and . To find the distribution of , we often combine probabilities of all pairs whose sum is the same.
Role of independence
- : Independence means knowing the value of one random variable does not affect the probabilities of the other. This makes it possible to multiply probabilities when finding joint outcomes:
This property is very useful in finding the probability distribution of the sum.
Example: Sum of two fair dice
Let and be the outcomes of two independent fair dice. Then can take values from 2 to 12.
For example:
- happens only if
- happens if or
-
happens in 6 ways:
Since each pair has probability , the probability of is:
Useful idea: convolution for discrete sums
When and are independent discrete random variables, the probability mass function of is obtained by adding probabilities of all pairs that give the same sum. This process is called convolution.
3. Linearity of Expectation and Its Use in Sums
Main theorem
- : One of the most important results in probability is:
More generally,
This is true regardless of whether the random variables are independent.
Why it matters
- : This property makes expectation much easier to compute than a full distribution. Instead of finding every possible value of a sum and its probability, we can simply add the expected values of the components.
Example 1: Two dice
Let and be the outcomes of two fair dice. Since each die has expectation ,
So the average sum of two fair dice is 7.
Example 2: Multiple random variables
If a game gives prizes from three independent stages, then the total expected prize is:
This is true even if the stages are not independent, making expectation extremely powerful in applications.
Important distinction
Finding expectation of a sum
- is easy because of linearity.
Finding the full distribution of a sum
- is usually harder and often requires convolution.
Working / Process
1. Identify the random variable and its values
Determine whether the problem asks for expectation, the sum of variables, or the distribution of the sum. List all possible values each variable can take.
2. Use the correct formula
For expectation of a discrete variable:
For the sum of independent variables, use:
- direct addition of expectations for mean value,
- multiplication of probabilities for joint outcomes,
- convolution if the full distribution of the sum is required.
3. Compute and interpret the result
After calculating, explain what the answer means in context. For example, an expected value represents a long-run average, while a sum distribution tells how likely each total outcome is.
Process illustration for two independent dice
Die 1 outcomes: 1 2 3 4 5 6
Die 2 outcomes: 1 2 3 4 5 6
Add corresponding pairs:
(1,1)->2, (1,2)->3, ..., (6,6)->12
This helps show how sums are formed from all outcome pairs.
Advantages / Applications
Simplifies large problems
- : Expectation can be found without calculating every possible combined outcome. This is especially useful when dealing with many random variables.
Useful in real-life modeling
- : These concepts are used in insurance, finance, quality control, queueing systems, reliability engineering, and decision-making under uncertainty.
Foundation for advanced topics
- : Understanding sums of independent random variables and expected value is essential for studying variance, probability distributions of totals, random walks, and the Central Limit Theorem.
Summary
- The expectation of a discrete random variable is its weighted average value.
- The sum of independent random variables combines outcomes from separate random experiments.
- Expected values add neatly, which makes total averages easy to compute.
Important terms to remember
- Discrete random variable
- Expected value
- Independence
- Sum of random variables
- Linearity of expectation