walker
Combination
A combination is an unordered collection of k objects taken from a set of n distinct objects. The number of ways how we can choose k objects out of n distinct objects is denoted as:
\(C^n_k\)
knowing how to find the number of arrangements of n distinct objects we can easily find formula for combination:
1. The total number of arrangements of n distinct objects is n!
2. Now we have to exclude all arrangements of k objects (k!) and remaining (n-k) objects ((n-k)!) as the order of chosen k objects and remained (n-k) objects doesn't matter.
\(C^n_k = \frac{n!}{k!(n-k)!}\)
Permutation
A permutation is an ordered collection of k objects taken from a set of n distinct objects. The number of ways how we can choose k objects out of n distinct objects is denoted as:
\(P^n_k\)
knowing how to find the number of arrangements of n distinct objects we can easily find formula for combination:
1. The total number of arrangements of n distinct objects is n!
2. Now we have to exclude all arrangements of remaining (n-k) objects ((n-k)!) as the order of remained (n-k) objects doesn't matter.
\(P^n_k = \frac{n!}{(n-k)!}\)
If we exclude order of chosen objects from permutation formula, we will get combination formula:
\(\frac{P^n_k}{k!} = C^n_k\)
Hello friends - this page seems to be the best find yet. I've been using
Manhattan gmat books and their content on Combinatorics and Probability is pretty lacking so please excuse my rudimentary questions.
One topic that i'm having a very hard time grasping is the "ordered vs. unordered" set. Seems like Permutation is ordered and Combination is unordered. I have absolutely no clue what that means and more importantly, I can't connect the dots to figure out why it affects the equations the way it does?
Any help would be appreciated.
So, in 3 ways: \(C^2_3=3\).
So, in 6 ways: \(P^2_3=6\).
I'd advice to go through easier questions on the topic to understand better. Check here:
Hope it helps.