Combinations Question. Could someone please explain the logic behind part (c).

AI Thread Summary
The discussion revolves around calculating the number of ways to buy 10 coffees with specific restrictions. For part (c), the challenge is understanding how to account for the maximum of 2 mochas in the selection. The solution involves breaking down the scenarios: buying 0, 1, or 2 mochas, and applying combinations with repetition for the remaining coffees. The calculations C(13,3), C(12,3), and C(11,3) correspond to these scenarios, reflecting the total combinations possible for each case. This approach clarifies how to effectively use combinatorial reasoning in this context.
Superdemongob
Messages
8
Reaction score
0
This is not a homework problem but in fact a solved example question.
The full question text is below with answers and my reasoning for them. Could someone please explain the reasoning behind part (c).

A coffee shop sells 5 types of coffee (latte, mocha, espresso, cappuccino and iced coffee). All coffee of the same type is indistinguishable. We are buying 10 coffees in total.

How many ways are there to buy 10 coffees if:

(a) there are no restrictions

C(10+5-1, 10)​
The reasoning is that given no restrictions, this is a combination with repetition.​

(b) you buy at least 2 iced coffees.

C(8+5-1, 8)​
The reasoning is that since 2 coffees are decided, its a combination with repetition for the remaining 8.​

(c) you can buy at most 2 mochas.

C(13,3) + C(12,3) + C(11,3)​
Here is where I have no idea how they got these numbers.

Any help is greatly appreciated.
 
Mathematics news on Phys.org
Personally I'd do it as
10 non-mocha cups (10 from the set of 4).
9 non-mocha cups and a mocha (9 from the set of 4, 1 from the set of 1) .
8 non-mocha cups and two mochas (8 from the set of 4, 2 from the set of 1).

Note that C(10+5-1, 10) == C(10+5-1, 5-1).

It looks like you're more comfortable with the first type but the answer for c is using the 2nd type; e.g. C(13,3) = C(10+4-1, 4-1) = C(10+4-1, 10)

Does that help you any?
 
Those parts are:
You buy 0 mochas + you buy 1 mocha + you buy 2 mochas, with the same formula as in (a) (if you replace (n choose k) by (n choose n-k)).
 
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...
Back
Top