Problem Solving With Permutations

koolkidx45
Messages
8
Reaction score
0
Hi, I have the following questions

1) A coin is tossed 9 times. In how many ways could the results be six heads and three tails?

2) A man bought two vanilla ice cream cones, three chocolate ones, four strawberry, and one butterscotch. In how many ways could he distribute them among his 10 children?

3) Juan's soccer team played a total of 14 games this season. Their record was eight wins, four losses, and two ties. In how many orders could this have happened?

I think for the above problems you take the total factorial and divide by the duplicate factorials. For ex for 1) 9! / 6! x 3! = 84

Any help is appreciated. Thanks!
 
Physics news on Phys.org
To try to explain the formula think about it like this. Let's say the coins were labeled 1 to 9. Let's say we were lining them up on a table and on the table we marked out three slots for tails and six slots for heads.

t t t | h h h h h h

How many ways are there to arrange coins into these slots? Well you have 9 choices for the first slot, 8 for the next, etc. So there are 9! ways.

But now we notice that for example

1 2 3 | 4 5 6 7 8 9

and

2 1 3 | 4 5 6 7 8 9

Correspond to the same coins being heads and the same set of coins being tails.

Okay so say that you have a fixed set of 3 tail-coins, and a fixed set of 6 tail coins. How many permutations does that correspond to? Well line up the tail coins first, there are 3! ways to do that and then there are 6! possibilities for the head coins.

Okay so

TOTAL_PERMUTATIONS = NUMBER_OF_POSSIBLE_SETS * PERMUTATIONS_PER_SET

9! = NUMBER_OF_POSSIBLE_SETS * (6!3!)
NUMBER_OF_POSSIBLE_SETS = (9!)/(6!3!)

So yes your formula is correct.
 
Err sorry this was wrong
 
Last edited:
welcome to pf!

hi koolkidx45! welcome to pf! :wink:
koolkidx45 said:
I think for the above problems you take the total factorial and divide by the duplicate factorials. For ex for 1) 9! / 6! x 3! = 84

yes, that's correct :smile:

(and for three types, you have three factorials on the bottom instead of two)
 
Thanks for all the help guys! So for my two other problems i would do the same thing? But the denominators would be different factorials? For ex.

3) 14!/8!*4!*2!
 
yup! :biggrin:
 
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...
Back
Top