Question 307891: In a certain game, each token has one of three possible values: 1 point, 5 points, or 10 points. How many different combinations of these token values are worth a total of 17 points?
Answer by Fombitz(32388) (Show Source):
You can put this solution on YOUR website! Let T be tens, F fives ,O ones.
0 T, 0 F, 17 O=17
0 T, 1 F, 12 O=17
0 T, 2 F, 7 O=17
0 T, 3 F, 2 O=17
1 T, 0 F, 7 O=17
1 T, 1 F, 2 O=17
6 possible combinations.
|
|
|