Combinations with repetition (an intuitive way to it?)

In summary, the author is asking whether there is an intuitive way to understand combinations with repetition, and whether there is something akin to the connection between the rule of product and permutations where, for example, if you have to set up 4 different kinds of flowers into a bouquet of 4 flowers where order plays a role you can pretty much see where the 4! equation comes from.
  • #1
Ryker
1,086
2
Hey guys (and gals),

I've been wondering whether there's an intuitive way to understanding combinations with repetition, so that you would just use the basic rules of the sum and product instead of going with the handy formula that pertains to said combinations.

I had an example where in a flowershop you have 4 different kinds of flowers. You want to make bouquets of 7 flowers, and the question is how many different kinds of bouquets you can thus make. Now if you plug everything in the (n+k-1 k) it's all good and you get the result, but I just can't get my head around how you'd do that without using the said equation. Or if you use it, how do you make intuitive sense of it? I guess what I'm asking is is whether there's something akin to the connection between the rule of product and permutations where, for example, if you have to set up 4 different kinds of flowers into a bouquet of 4 flowers where order plays a role you can pretty much see where the 4! equation comes from, as you can just as easily write down 4 (options for the first flower), 3 (options for the second flower), 2 (-||-) and 1.

Now I've read the example on http://en.wikipedia.org/wiki/Combination#Number_of_combinations_with_repetition", but I didn't find it to help me understand why you're plugging in those numbers on an intuitive level, it just helps in understanding why you use the above-mentioned formula.
 
Last edited by a moderator:
Physics news on Phys.org
  • #2
Personally, I like this one:

Suppose that you want to choose, with repetition and disregarding order, n objects of k distinct types. You can encode each selection as a binary sequence like this:

- Take k - 1 0's and n 1's; the 0's function as markers to separate the distinct kinds of objects, while the 1's represent the selected objects.

- The sequence has the form 1...101...101...1.

To give an example, suppose that you have three objects, {a,b,c} and choose 5 of them each time; then typical selections will look like (disregarding order):

aabcc, abbbc, bbccc, aaacc, etc.

And the corresponding sequences are: 1101011, 1011101, 0110111, 1110011

Note that you need only two 0's to distinguish three kinds, and that the sequences begins, ends, or have consective 0's iff at least one of the kinds is not selected.

But then you reduced the original problem to the one of counting a particular class of binary sequences which is typically much easier: the sequences will have length n + k - 1, and k - 1 0's; as C(m,j) counts the number of length m sequences with j 1's, then you have C(n + k - 1,n).

Just two notes: relative to your post, I inadvertedly exchanged the n and k and this interpretation is not original; in fact, it's in most good combinatorics books; see, for example, Biggs' "Discrete Mathematics".
 
  • Like
Likes luka perkovic
  • #3
Thanks a lot for the response and it does help somewhat. Your example seems similar to the one given on wikipedia, so unfortunately I still don't really have an intuitive grasp of the concept, but then again, maybe this isn't supposed to be as intuitive as basic permutations and variations. I understand the formula a bit better now, but I guess I still see the solution only in the context of said formula as opposed to feeling natural enough to only use the rule of product to derive the result.

This is not your fault, though, so don't take it as not providing good enough help :) It really is greatly appreciated, and if you have anything to add that would aid me in getting a better feel for these combinations, please do so.
 

What is a combination with repetition?

A combination with repetition is a way of selecting objects from a set where the order does not matter and repetition is allowed. This means that the same object can be selected multiple times.

How is a combination with repetition different from a combination without repetition?

In a combination without repetition, once an object is selected, it cannot be chosen again. This is different from a combination with repetition where the same object can be selected multiple times.

Can you give an example of a combination with repetition?

Let's say you have a set of 3 colored balls: red, blue, and green. A combination with repetition of 2 balls could be red and blue, red and red, or blue and blue. All of these combinations are allowed because repetition is allowed.

What is the formula for calculating combinations with repetition?

The formula for calculating combinations with repetition is n^r, where n is the number of objects in the set and r is the number of objects being selected. This is because for each selection, there are n options, and we are selecting r objects.

In what situations would I use combinations with repetition?

Combinations with repetition can be used in various situations, such as determining the number of possible outcomes in a game where repetition is allowed, or calculating the number of unique combinations of toppings on a pizza with unlimited toppings. It can also be useful in probability and statistics.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
14
Views
930
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
1K
Replies
8
Views
1K
  • General Math
Replies
1
Views
718
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
7
Views
475
  • Set Theory, Logic, Probability, Statistics
7
Replies
212
Views
11K
  • Set Theory, Logic, Probability, Statistics
2
Replies
56
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
7
Views
1K
Back
Top