Three fair six-sided dice are rolled, and the results are summed together.
What is the standard deviation of this result? Round your answer to three decimal places.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let X 1 be the result of the first die roll, let X 2 be the result of the second die roll, and let X 3 be the result of the third die roll. Then the variance of three dice rolls will be Var [ X 1 + X 2 + X 3 ] . Note that X 1 , X 2 , and X 3 are independent. Now use a property of variance for independent variables:
Var [ X 1 + X 2 + X 3 ] = Var [ X 1 ] + Var [ X 2 ] + Var [ X 3 ]
The expected value of a die roll is:
E [ X ] = 6 1 ( 1 ) + 6 1 ( 2 ) + 6 1 ( 3 ) + 6 1 ( 4 ) + 6 1 ( 5 ) + 6 1 ( 6 ) = 2 7 .
The variance of a die roll is:
Var [ X ] = 6 1 ( 1 − 2 7 ) 2 + 6 1 ( 2 − 2 7 ) 2 + 6 1 ( 3 − 2 7 ) 2 + 6 1 ( 4 − 2 7 ) 2 + 6 1 ( 5 − 2 7 ) 2 + 6 1 ( 6 − 2 7 ) 2 = 1 2 3 5
Thus, the variance of the dice roll sum is:
Var [ X 1 + X 2 + X 3 ] = 3 × 1 2 3 5 = 4 3 5
The standard deviation is the square root of the variance, and so:
σ ( X 1 + X 2 + X 3 ) = 2 3 5 ≈ 2 . 9 5 8