- An ordered list, order matters.
- Keyword(s) : Arrangement
Combination - The number of different ways that a certain number of objects as a group can be selected from a large number of objects.
Example 1,
How many ways can you arrange these 4 objects.
Permutation :
N! / (N - n)! = 4! / (4 - 4)! = 4 x 3 x 2 x 1 / (1) = 24 ways
Combination :
N! / n!(N - n)! = 4! / 4!(4 - 4)! =
Example 2,
How many ways can you arrange of 7 objects picking 5 at a time?
Permutation:
N! / (N - n)! = 7! / (7 - 5)! = 7 x 6 x 5 x 4 x 3 x
Combination:
N! / n!(N - n)! = 7 / 5!(7-5)! = 7 x 6 x
Nice blog, I really like how you keep it simple and straight to the point. Thumbs up! :)
ReplyDelete