Exercise
Answer
Let [math]X_k[/math] be the random change in the investment's value during month [math]k[/math]. We are given that for each month, the investment has a 0.5 probability of increasing by $1.10 and a 0.5 probability of decreasing by $0.90. The expected value of [math]X_k[/math] is calculated as the sum of each outcome multiplied by its probability:
Let [math]S[/math] be the total change in the investment's value over 100 months. The changes in price in different months are mutually independent. This means that the expected value of the sum of these changes is the sum of their individual expected values, and the variance of the sum is the sum of their individual variances. The total change [math]S[/math] is given by:
The initial investment is $100. We need to calculate the probability that the investment's value is greater than $91 at the end of month 100. This can be expressed as:
We need to find the probability [math]\operatorname{P}(S \gt -9)[/math], which is equivalent to finding [math]\operatorname{P}(Z \gt -1.9)[/math] for a standard normal random variable [math]Z[/math]. Using the properties of the standard normal distribution:
- For a discrete random variable, the expected value is [math]\operatorname{E}(X) = \sum x_i P(X=x_i)[/math] and the variance is [math]\operatorname{Var}(X) = \operatorname{E}(X^2) - (\operatorname{E}(X))^2[/math].
- For a sum of independent random variables [math]S = \sum X_k[/math], the expected value is the sum of individual expected values [math]\operatorname{E}(S) = \sum \operatorname{E}(X_k)[/math].
- For a sum of independent random variables [math]S = \sum X_k[/math], the variance is the sum of individual variances [math]\operatorname{Var}(S) = \sum \operatorname{Var}(X_k)[/math]. This property relies on the independence of the variables.
- The Central Limit Theorem (CLT) is applicable when summing a large number of independent and identically distributed (i.i.d.) random variables, allowing the approximation of their sum with a normal distribution.
- To calculate probabilities for an approximately normal variable, it is standardized to a Z-score using the formula [math]Z = \frac{\text{Value} - \text{Mean}}{\text{Standard Deviation}}[/math].
- The symmetry of the standard normal distribution can be used to simplify probability calculations, e.g., [math]\operatorname{P}(Z \gt -a) = \operatorname{P}(Z \lt a)[/math].