Permutations and Combinations
(continued)
Ah, good old permutations...well for now you are done with that. Now you are on to combinations.
Remember the difference between them - permutations are when order matters (as in 123 is different from 321), and combinations are when order does not matter (as in ABC is the same as CBA).
The symbol for this is nCr
I'll give you the formula now...
nCr =_
nPr ___
rPr
Oi, that is hard to read...basically it means nCr = nPr / rPr
Think of this...We have 3 cards, A, B, and C. Now how many combinations of 2 of these cards can we make?
List them:
AB, AC
BC
That's it...because if we wrote BA (etc.), it would be the same as AB (after all order doesn't matter, they are both in the group).
Now use the formula. nPr
= 3P2 = 3 * 2 = 6
rPr = 2P2 = 2 * 1 = 2
6 / 2 = 3 combinations
How about this...a family of 5 people are going to a baseball game, but there are only 3 tickets left. How many combinations of people could these tickets go to (assuming that they go to 3 of the family).
5P3 / 3P3 = (5 * 4 * 3) / (3 * 2 * 1) = 60 / 6 = 10 combinations
Click here
for the first page of permutations and combinations.
Click here to go back to the index.