Lilla H. answered 10/26/19
Very Patient Finite Math Tutor with 20+ Years of Teaching
Mesa,
- If you have 5 dimes, 2 nickels, and a quarter and you select 2 coins, you can get at least 20 cents if you get 2 dimes DD, a quarter and a dime QD or a quarter and a nickel, QN
DD: C(5,2) QD: C(1,1)*C(5,1) QN: C(1,1)*C(2,1)
You add up these values to get the number of ways: 10 + 5 + 2 = 17
2. There are 8 options when select the president, then 7 options to select the vice president, and there are 6 people left. From these 6 we select 3 at-large members. So the answer is
8 * 7 * C(6, 3) = 56 * 20 = 1120