Revision as of 18:30, 27 June 2024 by Admin (Created page with "'''Solution: D''' We let <math>X_i = \pm 1 </math> with probability that <math>X_i = 1 </math> equals 1/2. Then we want to approximate the probability that <math>\sum_{i=1}^{100}X_i \in [-10,10] </math>. The expected value of <math>X_i </math> is 0 and its variance is 1. By the central limit theorem, the sum <math>\sum_{i=1}^{100}X_i </math> is approximately normally distributed with mean 0 and variance 100. Hence we have <math display = "block">\sum_{i=1}^{100}X_i \i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Exercise


ABy Admin
Jun 27'24

Answer

Solution: D

We let [math]X_i = \pm 1 [/math] with probability that [math]X_i = 1 [/math] equals 1/2. Then we want to approximate the probability that [math]\sum_{i=1}^{100}X_i \in [-10,10] [/math]. The expected value of [math]X_i [/math] is 0 and its variance is 1. By the central limit theorem, the sum [math]\sum_{i=1}^{100}X_i [/math] is approximately normally distributed with mean 0 and variance 100. Hence we have

[[math]]\sum_{i=1}^{100}X_i \in [-10,10] \approx P(Z \in [-1,1])[[/math]]

where [math]Z[/math] is a standard normal. This is approximately equal to 0.6827.

00