Revision as of 18:43, 24 June 2024 by Admin (Created page with "A die is loaded so that the probability of a face coming up is proportional to the number on that face. The die is rolled with outcome <math>X</math>. Find <math>Var(X)</math>. '''References''' {{cite web |url=https://math.dartmouth.edu/~prob/prob/prob.pdf |title=Grinstead and Snell’s Introduction to Probability |last=Doyle |first=Peter G.|date=2006 |access-date=June 6, 2024}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
ABy Admin
Jun 24'24

Exercise

A die is loaded so that the probability of a face coming up is proportional to the number on that face. The die is rolled with outcome [math]X[/math]. Find [math]Var(X)[/math].

References

Doyle, Peter G. (2006). "Grinstead and Snell's Introduction to Probability" (PDF). Retrieved June 6, 2024.

ABy Admin
Jun 25'24

Solution: B

We have

[[math]]P(X=i) = \frac{i}{\sum_{i=1}^6 i } = \frac{i}{21}[[/math]]

,

[[math]] E[X] = \frac{1}{21}\sum_{i=1}^6 i^2 = \frac{91}{21} [[/math]]

and

[[math]] \operatorname{E}[X^2] = \frac{1}{21}\sum_{i=1}^6 i^3 = 21. [[/math]]

Hence the variance of [math]X[/math] equals 21 - (91/21)2 = 2.22.

00