Patrick C. answered 07/26/16
Tutor
5.0
(1,016)
Top 10% Wyzant tutor in Accounting, Economics, Finance, Excel and More
There are a few things missing here...
1. how many bags does each player have?
2. Is each player's score kept independently?
I assume each player has one bag each and they total their scores together.
Possible score values = 0 (a miss), 3 (target #2) and 7 (target # 1)
The possible scores for two bags total then equals (when less than 11):
0+0 = 0, 0+3 = 3, 3+3 = 6, 0+7 = 7, 3+7 = 10
So, the "impossible scores" less than 11 are 1,2,4,5,8,9
But that's under the assumptions above.