-1

Okay, so I was thinking last night, and if you think about two circles.

And, if we imagine that these circles are specific. The one on the left is circle one and the one on the right is circle two. If we have two colours that could fill these circles, then there are four combinations of colours. What we find is that 2C2 does not work.

Or to make it less abstract, imagine there are two booths, specific booths, where you can’t see the booth operators face. The booth operator in booth one could either be male or female, and the booth operator in booth two could either be male or female. You must go to each booth to finish your business. Well, there are four combinations of possibilities.

Now what I’ve found is that to compute the combinations of any specific combinatorial cases, we take x^n where x is the number of specific cases, and n is the number of variations of each case. The probability of the case being of a variation is 1/n. So, in the booth operator case, it is 2^2, and the chances are 50% for each variation.

Could someone chime in on this please?

Is this how it works for specific combinatorial cases like this? I've thought up to 5 circles and 2 colours, and the combinations are equal to 32.

Edit: Sorry, I should explain the probibility thing. The probability of booth operator one being female is 50%, but the probability of each specific combination is 1/x^n

Mark S.
  • 23,925

1 Answers1

1

You are talking about the rule of product or multiplication principle. If you have $a$ choices for one thing and $b$ choices for another, the number of choices for the pair, assuming no other restrictions, is $ab$. This extends to any finite number of things. It gets used very often in combinatoric questions here.

Ross Millikan
  • 374,822