Final answer:
To calculate the standard deviation of the stock's annual returns, use the formula: Standard Deviation = SQRT(SUM((X - Mean)^2) / (n - 1)). Calculate the mean of the returns, calculate the squared differences from the mean, sum the squared differences, divide by (n - 1), and take the square root of the result.
Step-by-step explanation:
To calculate the standard deviation of the stock's annual returns, we can use the formula:
Standard Deviation = SQRT(SUM((X - Mean)^2) / (n - 1))
Where X represents each individual return, Mean is the average return, and n is the number of returns.
Using the given returns: 11.4%, -7.9%, and 5.4%, we can calculate the standard deviation as follows:
- Calculate the mean: (11.4 + -7.9 + 5.4) / 3 = 2.97%
- Calculate the squared differences from the mean: (11.4 - 2.97)^2, (-7.9 - 2.97)^2, (5.4 - 2.97)^2
- Sum the squared differences: (139.24 + 128.41 + 2.89) = 270.54
- Divide the sum by (n - 1): 270.54 / 2 = 135.27
- Take the square root of the result: SQRT(135.27) = 11.63%
Therefore, the standard deviation of the stock's returns is approximately 11.63%.