Respuesta :
Answer:
You did not provide the values of the probabilities of selecting a swimmer in each strokes.
I will explain how you can get the standard deviation of random variables
Step-by-step explanation:
To calculate the standard deviation of random variables, you need to take the following steps:
- Square the difference between each provided value and the mean
- Multiply those squared differences by their respective probabilities
- Add your products to get the variance.
- Take the square root of the variance to get the standard deviation.
Example:
If we have 4 stroke categories 1,2,3,4 and the probability of randomly selecting a swimmer from each category is 0.2,0.3,0.5,0.1 respectively. Find the standard deviation of the sum of the 4 random variables.
Solution:
We need to first find the mean of the values of each categories.
Note that the mean here is the Expected Value.
To calculate the Expected Value, we need to multiply each value by its probability and then sum the products up.
μ = E(x) = ∑xp(x)
That is, (0.2x1) + (0.3x2) + (0.5x3) + (0.1x4) = 0.2 + 0.6 + 1.5 + 0.4 = 2.7
Mean = 2.7
Now we take the first and second steps,
(1 - 2.7)² x 0.2 = 2.89 x 0.2 = 0.578
(2 - 2.7)² x 0.3 = 0.49 x 0.3 = 0.147
(3 - 2.7)² x 0.5 = 0.09 x 0.5 = 0.045
(4 - 2.7)² x 0.1 = 1.69 x 0.1 = 0.169
Now we take the the third step and add our products together to get the variance V,
V = σ2 = ∑(x−μ)2P(x)
V = 0.578 + 0.147 + 0.045 + 0.169 = 0.939
Now we take the last step by taking the square root of the variance to get the standard deviation SD,
SD = σ = √σ2
Standard Deviation SD = √0.939 = 0.969