Combinatorics Flashcards
What does 10! means
It’s the number of arrangements of 10 elements IN DIFFERENT ORDERS
(order matters)
What does 10C5 means
It’s the number of groups of 5 that can be created from 10 elements, if order doesn’t matter
(109876) / 5!
What is 10* 9* 8* 7* 6
It’s the number of groups of 5 elements that can be created from 10 elements IN DIFFERENT ORDERS
(order matters)
What is a * b* c in combinatorics?
The number of groups that can be created from sets A, B and C, if ORDER MATTERS
What is a * b* c / 3! in combinatorics?
The number of groups that can be created from sets A, B and C, if ORDER DOESN’T Matter (eliminated repetition)
What to do on a “at least one” combinatorics question?
1) draw the scheme
2) understand how you can create the group
3) calcualte the complementary groups (the ones you don’t want)
4) calculate total - complement
APPROACH FROM COMPLEMENTARY GROUPS
What are the options of ordering in combinatorics?
Order matters: A,B <> B, A
Order doesn’t amtter: A,B = B,A
How to remove repetitions in combinatorics?
If order doesn’t matter, you remove repetition by dividing by the number of repeated groups
In a group of 3, there are 3! possible orders
5C3, you could have 543 groups, but then 3! would be same elements in different orders
How to deal with constraints?
Tie the elements together
If on a group of 5 A must not be in corners and be near B, then
3 * 2 * 3 * 2 * 1
If on a group of 5 A must be near B, then
3 * 2 * 3 * 2 * 1
+
2 * 1 * 3 * 2 * 1
If you have 5 books A and 5 books B, how many groups of 3 can you create with at least one A and one B?
10C3 - 5C3 - 5C3
total - groups with only A - groups with only B = groups with at least one of each