18.1 Basic counting principles
18.1.1 Finding the number of permutations
How many ways can we arrange distinct people in a straight line? For people in a straight line, we can put people in the first position, people in the second position, in the third, and so on. Overall, then the number of ways of arranging distinct people in a line is equal to
TODO
18.1.2 From English to maths
One thing that can be tricky in combinatorics is working out what words in English mean in terms of combinatorial operations. Here’s a handy dictionary.
English | Combinatorics |
This can happen in way or in way |
number of ways for + number of ways for |
To have "whatever" I need both and then |
number of ways of number of ways |
For every item in this set of objects there are ways of obtaining it. |
|
I have a group of things, and I want to pick of them, but I don’t care about the order in which I get them. |
|
I have a group of different things, and I want to pick of them, and I do care about the order in which I get them |
One strategy I find very useful in solving combinatorics problems is to write out a description of what I’m after in English, and then translate this into combinatorial operations (e.g. permutations, combinations, etc.). 11 1 This strategy works really well throughout mathematics, but it’s especially helpful here.