๐ Mean and Standard Deviation of a Discrete Random Variable
When working with a discrete random variable X, the expected value (or mean) ฮผ=E(X) and the standard deviationฯ summarize the center and spread of the probability distribution. These measures are essential for understanding long-run behavior and making predictions about random outcomes.
The Expected Value (Mean)
The expected value of a discrete random variable is the long-run average value. It is computed as:
๐ Practice Problems
1Problem 1easy
โ Question:
A discrete random variable X has distribution: P(X=1)=, , . Compute and .
Explain using:
โ ๏ธ Common Mistakes: Mean and Standard Deviation of a Discrete Random Variable
What is Mean and Standard Deviation of a Discrete Random Variable?โพ
Compute and interpret the expected value, variance, and standard deviation of a discrete random variable from its probability distribution.
How can I study Mean and Standard Deviation of a Discrete Random Variable effectively?โพ
Start by reading the study notes and working through the examples on this page. Then use the flashcards to test your recall. Practice with the 3 problems provided, checking solutions as you go. Regular review and active practice are key to retention.
Is this Mean and Standard Deviation of a Discrete Random Variable study guide free?โพ
Yes โ all study notes, flashcards, and practice problems for Mean and Standard Deviation of a Discrete Random Variable on Study Mondo are 100% free. No account is needed to access the content.
What course covers Mean and Standard Deviation of a Discrete Random Variable?โพ
Mean and Standard Deviation of a Discrete Random Variable is part of the AP Statistics course on Study Mondo, specifically in the Unit 4: Probability, Random Variables, and Probability Distributions section. You can explore the full course for more related topics and practice resources.
X
E(X)=ฮผ=โiโxiโโ P(X=xiโ)
This is a weighted average where each value xiโ is weighted by its probability. If you repeat the random experiment many times, the average of observed values approaches E(X).
Variance and Standard Deviation
Variance measures the average squared deviation from the mean:
Var(X)=ฯ2=E[(Xโฮผ)2]=E(X2)โ[E(X)]2
The second formula, E(X2)โ[E(X)]2, is often easier to compute:
Compute E(X2)=โxi2โโ P(X=xiโ)
Subtract [E(X)]2
Standard Deviation is the square root of variance:
ฯ=Var(X)โ
Standard deviation measures spread in the same units as X, making it more interpretable than variance.
Key Interpretations
Small ฯ: Values cluster near the mean; outcomes are predictable.
Large ฯ: Values spread far from the mean; outcomes are highly variable.
Rule of Thumb: In many distributions, roughly 68% of values fall within ฮผยฑฯ.
Worked Example: Discrete Probability Distribution
Consider a discrete random variable X representing the payout (in dollars) from a lottery ticket with the following distribution:
Most tickets return 0oramodestprize,buttherare100 win creates high variability (SD โ $10.33).
Second Example: Fair Die Roll
Roll a fair six-sided die; let X be the outcome (1โ6).
E(X)=1โ 61โ+2โ 61โ+โฏ+6โ 61โ=621โ=3.5
E(X2)=1โ 6
Var(X)=15.167โ(3.5)2=15.167โ12.25=2.917
ฯ=2.917โโ1.71
Common Pitfalls
โ ๏ธ Variance vs. Standard Deviation Confusion: Variance is in squared units (e.g., dollarsยฒ), while standard deviation is in the original units (dollars). Always report standard deviation when describing spread. Also, don't forget to take the square root of E(X2)โ[E(X)]2 to get ฯ.
โ ๏ธ Probability Must Sum to 1: Before calculating, verify that โP(X=xiโ)=1. If not, you have an error in your probability table.
โ ๏ธ Expected Value โ Most Likely Value: The expected value is a weighted average and may not be a value the random variable can actually take. For the die, E(X)=3.5 is not an outcome.
Calculator Tip
๐ก TI-84 / TI-Nspire: Enter values in L1 and probabilities in L2. Use 1-Var Stats L1, L2 (with frequency list L2) to compute mean and standard deviation directly. The calculator uses the given probabilities as weights.
Step 4: Calculate Standard Deviationฯ=1.96โ=1.4
Answer:E(X)=3.2 and ฯ(X)=1.4.
2Problem 2medium
โ Question:
A spinner shows payoffs: 0withprobability0.6,10 with probability 0.3, and $50 with probability 0.1. Find the mean and standard deviation of the payout.
๐ก Show Solution
Calculate E(X):E(X)=0(0.6)+10(0.3)+50(0.1)=0+3+
Calculate E(X2):E(X
Variance:Var(X)=280โ82=280โ64=216
Standard Deviation:ฯ=216โโ14.70
The mean payout is 8,butwithhighvariability(\sigma \approx14.70) due to the rare but substantial $50 outcome.
3Problem 3hard
โ Question:
For a geometric random variable with success probability p=0.4 (number of trials until first success), verify that ฮผ=1/p=2.5 by computing E(X) directly from the first few terms of the geometric series (round to 2 decimals). Also compute ฯ.
๐ก Show Solution
For a geometric distribution, P(X=k)=(1โp)kโ1 for with and .
Are there practice problems for Mean and Standard Deviation of a Discrete Random Variable?โพ
Yes, this page includes 3 practice problems with detailed solutions. Each problem includes a step-by-step explanation to help you understand the approach.
1
โ
+
4โ
61โ+
โฏ+
36โ
61โ=
691โโ
15.167
2
)
=
12(0.2)+
32(0.5)+
52(0.3)=
0.2+
4.5+
7.5=
12.2
5=
8
2
)
=
02(0.6)+
102(0.3)+
502(0.1)=
0+
30+
250=
280
โ
p
k=1,2,3,โฆ
p=0.4
1โp=0.6
Compute E(X) from first few terms:E(X)=1(0.4)+2(0.6)(0.4)+3(0.6)2(0.4)+4(0.6)3(0.4)+โฏ=0.4+0.48+0.432+0.3456+โฏโ2.50(convergesto1/0.4=2.5)
For geometric distribution, variance and standard deviation:ฯ2=p21โpโ=0.160.6โ=3.75ฯ=3.75โโ1.94
This shows high relative variability: ฯ/ฮผโ1.94/2.5โ0.78, reflecting the unpredictability of when the first success occurs.