Bags of marbles combination/permutation problem

  • Thread starter Thread starter Aztral
  • Start date Start date
Aztral
Messages
15
Reaction score
0
Okie. Here goes...

Let's say you have B bags of marbles B1, B2,...Bb (all marbles are unique);
The number of marbles in each bag varies. B1 has n1 marbles, B2 has n2 marbles, etc.

You want to to create a sequences of B marbles
{marble1, marble2,...marbleb}, where marble1 came from B1, marble2 from B2, etc.

The total number of permutations is n1*n2*...nb.

But...suppose you now only allow m marbles in each permutation to be duplicated.

//////////////////Question:How many permutations are there now?//////////////////////



Ex: You have 3 bags of marbles.
B1 {red,green,blue}, n1 = 3;
B2 {white,black}, n2 = 2;
B3 {silver,gold}, n3 = 2;

I will only allow 1 marble to be duplicated, so

{red,white,silver}
{red,black,gold}
{green,white,gold}
{green,black,silver}

Can't use blue now because the options would be...
{blue,white,gold}// { x, white, gold} was used in {green,white,gold} so would have 2 duplicated marbles
{blue,white,silver}// { x, white, silver} was used in {red,white,silver} so would have 2 duplicated marbles
{blue,black,gold}// { x, black,gold} was used in {red,black,gold} so would have 2 duplicated marbles
{blue,black,silver}// { x, black, silver} was used in {green,black,silver} so would have 2 duplicated marbles



Any help would be appreciated.

Thx! :)
 
Last edited:
Physics news on Phys.org
Try to figure it out for your small example and then generalize it for your homework problem.
 
Namaste & G'day Postulate: A strongly-knit team wins on average over a less knit one Fundamentals: - Two teams face off with 4 players each - A polo team consists of players that each have assigned to them a measure of their ability (called a "Handicap" - 10 is highest, -2 lowest) I attempted to measure close-knitness of a team in terms of standard deviation (SD) of handicaps of the players. Failure: It turns out that, more often than, a team with a higher SD wins. In my language, that...
Hi all, I've been a roulette player for more than 10 years (although I took time off here and there) and it's only now that I'm trying to understand the physics of the game. Basically my strategy in roulette is to divide the wheel roughly into two halves (let's call them A and B). My theory is that in roulette there will invariably be variance. In other words, if A comes up 5 times in a row, B will be due to come up soon. However I have been proven wrong many times, and I have seen some...

Similar threads

Back
Top