Solve Beer Six-Pack Combos | 156 Brands Available

In summary, the conversation discusses the problem of filling a six-pack with 156 different brands of beer without having the same brand repeated more than twice. Three approaches are presented and the final answer is determined to be 21.9 billion possible combinations. The conversation also mentions a liquor store contest for which the deadline had already passed.
  • #1
kmwest
28
1
Hi quick question. I was recently posed a question by a co-worker who saw it in a liquor store contest:

156 different brands of beer for sale
You can build your own six pack with any of the 156.

How many different ways can you fill the six pack without having the same brand for more than two bottles?

My thoughts are that it's just

156C6 + 156C5 (two of the bottles are one brand = 5 brands chosen) + 156C4 (four of the bottles are from two brands = 4 brands chosen) + 156C3 (two bottles of three brands = 3 brands chosen)

It's kinda embarrassing that I'm asking this online but I want to make sure I'm not giving him bad advice! Free beer is riding on it. Thanks!
 
Physics news on Phys.org
  • #2
If I follow you, you are reasoning that having 1 repeated brand is like having no repeats and only 5 beers to pick?

That would give you (156x155x154x153x152)/(5x4x3x2) - with only one repeated brand.

The way to check your reasoning is to look at things another way.

eg. Let's say I have a 6-hole beer crate.

If I double up particular brand X, then that leaves me with 4 slots to fill with the rest of the brands.
So the number of combinations with brand X doubled is the number of combinations of 4 out of the remaining 155 brands.

There are 156 possible brand X's. So the total number combinations doubling just one brand is:

156x[(155x154x153x152)/(4x3x2)]

which most makes sense?

And looking another way - you can fill the first 5 holes with 5 individual unique brands, and the remaining hole with one of the previous 5 choices
That's (156x155x154x153x152)/(5x4x3x2) combinations for the first five holes, times 5 ways of filling the remaining hole.

5(156x155x154x153x152)/(5x4x3x2)=(156x155x154x153x152)/(4x3x2)
... look familiar?

Examine each of these approaches carefully and figure which one best applies to your situation.
It's your beer after all :)
 
Last edited:
  • #3
Yes, having 1 repeated brand is like having no repeats and only 5 to pick. Same thing with 2 repeated brands being like no repeats and 4 to pick, 3 repeated brands being like no repeats and 3 to pick.
 
  • #4
kmwest said:
Yes, having 1 repeated brand is like having no repeats and only 5 to pick. Same thing with 2 repeated brands being like no repeats and 4 to pick, 3 repeated brands being like no repeats and 3 to pick.

It doesn't quite work like that when you have a repeated brand. Note that XXABCD is not the same as XAABCD. So, you have more than 156C5. It's actually:

156(155C4) = 156 choices for the repeat, then 155C4 choices for the others.

Likewise, with 2 repeats it's

(156C2)(154C2)

And, with three repeats it is:

(156C3)

It's probably best not to think about this again once you've had a few!
 
  • #5
kmwest said:
Yes, having 1 repeated brand is like having no repeats and only 5 to pick. Same thing with 2 repeated brands being like no repeats and 4 to pick, 3 repeated brands being like no repeats and 3 to pick.
So out of the three approaches in post #2, you think the first one makes the most sense?

Why have you rejected the other two approaches in post #2?

I'm with PeroK on this one - unless you have left something out of the description, your favorite does not match the problem. Take a closer look at the last approach in post #2 - the result agrees with the second one, but the setup is clearer.

1 repeated brand is like having no repeats and only 5 to pick
If you had to pick only 5 bottles, all different, this is exactly having to pick five brands.
One repeat means you are adding one more bottle to what you have, and, that bottle must be one of the brands already selected - you just said that this makes no difference to the number of possible combinations!

Simplify the problem so you can count them out easily:
Pretend there are 4 brands to pick from and four beers to buy, then:

ABCD are the brands.

There's only 1 way to get all four unique - just grab one of each.

One repeat means 3 unique brands + 1 extra.

... one possible combination of all-different brands is: ABC
Repeating one means you could have: AABC or ABBC or ABCC

... so for every possible combination of all-different brands, there are three ways to get one repeat.

Whatever: let us know how you went.
 
Last edited:
  • #6
You're both right, thanks for the correction.

FWIW the contest closed yesterday anyways!
 
  • #7
Did you get to enter?
 
  • #8
It wasn't for me... for a coworker. He just missed the deadline.
 
  • #9
Shame - did you get the official answer off the coworker or is it moot?
 
  • #10
It was in the 21 billion range... what you all said.
 
  • #11
I get:

6 unique brands > 156*155*154*153*152*151
ans = 1.3076e+13

1 dupe = 5 unique + 1 out of the 5 > 156*155*154*153*152*(5)
ans = 4.3299e+11

2 dupes = 4 unique + 2 out of the 4 > 156*155*154*153*(4*3)
ans = 6.8367e+09

3 dupes = 3 unique + 3 out of the 3 > 156*155*154
ans = 3723720

total: 1.3516x1013


i.e. 1.3516x1013 possible combinations of 156 brands in a six-pack, with no brand repeated more than once.

Unless I've misread the problem.
 
  • #12
The official answer was the approach PeroK took, which I entered into R as:
> choose(156,6)+156*choose(155,4)+(choose(156,2)^2)+choose(156,3)
[1] 21916772956 = 21.9 billion
 
  • #13
@PeroK: troubleshoot my reasoning?
 

Related to Solve Beer Six-Pack Combos | 156 Brands Available

1. What is the purpose of solving beer six-pack combos?

The purpose of solving beer six-pack combos is to provide a comprehensive list of all available combinations of six different beer brands within a larger selection of 156 brands. This can be useful for consumers who want to try new combinations of beers or for businesses looking to offer a variety of options for customers.

2. How are the beer six-pack combos determined?

The beer six-pack combos are determined by using a combination algorithm that takes into account all 156 available beer brands and creates unique combinations of six brands. The algorithm also ensures that each combination is different and does not repeat.

3. Can I customize the beer six-pack combos?

Yes, you can customize the beer six-pack combos by selecting your preferred brands from the 156 available options. However, the algorithm will still determine the final combinations based on your selection.

4. Are there any limitations to the beer six-pack combos?

There are no limitations to the beer six-pack combos. The algorithm takes into account all 156 available brands and creates unique combinations, so there is a wide range of options to choose from.

5. How often are the beer six-pack combos updated?

The beer six-pack combos are updated regularly to include any new beer brands that are added to the selection of 156 brands. This ensures that the combinations remain diverse and up-to-date.

Similar threads

  • General Discussion
3
Replies
78
Views
9K
Back
Top