First, set up each coin in a column and compute the sum of each possible trial as follows:
Coin A Coin B Coin C Sum
0 0 0 0
1 0 0 1
0 1 0 1
0 0 1 1
1 1 0 2
1 0 1 2
0 1 1 2
1 1 1 3
Now compute the average (mean) of the sums using one of the following methods:
Method 1: Use the Average Rule (Average = Sum / Number of numbers).
(0 + 1 + 1 + 1 + 2 + 2 + 2 + 3) ÷ 8 = 12 ÷ 8 = 3/2
Method 2: Multiply each possible sum by its probability and add.
(0 × 1/8) + (1 × 3/8) + (2 × 3/8) + (3 × 1/8) = 12/8 = 3/2
Method 3: Since the sums have a symmetrical form, spot immediately that the mean must be right in the middle. You have one 0, three 1’s, three 2’s and one 3 – so the mean must be exactly in the middle = 1.5 or 3/2.
Then, to get the standard deviation, do the following:
(a) Compute the difference of each trial from the average of 3/2 that was just determined. (Technically it’s “average minus trial” but the sign does not matter since the result will be squared in the next step.)
(b) Square each of those differences.
(c) Find the average (mean) of those squared differences.
(d) Take the square root of this average.
Average of Sums Sum of Each Trial Difference Squared Difference
3/2 0 3/2 9/4
3/2 1 ½ ¼
3/2 1 ½ ¼
3/2 1 ½ ¼
3/2 2 – ½ ¼
3/2 2 – ½ ¼
3/2 2 – ½ ¼
3/2 3 – 3/2 9/4
The average of the squared differences = (9/4 + ¼ + ¼ + ¼ + ¼ + ¼ + ¼ + 9/4) ÷ 8 = 6 ÷ 8 = ¾.
Finally, the square root of this average = .
The correct answer is C.
Note: When you compute averages, be careful to count all trials (or equivalently, to take probabilities into account). For instance, if you simply take each unique difference that you find (3/2, ½, –1/2 and –3/2), square those and average them, you will get 5/4, and the standard deviation as .
This is incorrect because it implies that the 3/2 and –3/2 differences are as common as the ½ and –1/2 differences. This is not true since the ½ and –1/2 differences occur three times as frequently as the 3/2 and –3/2 differences.