Answer: Choice A
If the sum of the balls is less than or equal to 9, purchase Choco Delight. If the sum is greater than 9, purchase Go Nuts.
======================================
Step-by-step explanation:
Use a spreadsheet or graph paper, to make a table with 5 rows and 5 columns. Label the headers as 1,2,5,7,10
Cross out the northwest main diagonal and everything below it. The cells not crossed out represent the different combos of sums possible.
Here's all of those combos:
- 1+2 = 3
- 1+5 = 6
- 1+7 = 8
- 1+10 = 11
- 2+5 = 7
- 2+7 = 9
- 2+10 = 12
- 5+7 = 12
- 5+10 = 15
- 7+10 = 17
The sums, listed from smallest to largest, are: {3,6,7,8,9,11,12,12,15,17}
I kept the duplicate in there to show there are 10 sums we can reach.
---------
Let's break things into two groups. We'll have stuff that's 9 or smaller in one group, and then stuff larger than 9 in another group.
- less than or equal to nine: 3,6,7,8,9
- greater than nine: 11,12,12,15,17
Each group has the same number of values (5), which means this is a fair way to determine what kind of candy bar to pick. Each group is equally likely to be chosen. It's equivalent to a coin flip. This is why choice A is the final answer.
---------
Choices B through D lead to some imbalance which means it won't be a fair process. They can be ruled out.
For example, choice C will have these two groups
- multiples of three: 3,6,9,12,12,15
- non-multiples of three: 7,8,11,17
The first group has 6 values and the second group has 4 values. I'll let you check the others.