Sunday, July 10, 2016

Permutation & Combination

PERMUTATION
The number of different ways that a certain number of objects can be arranged in order from a large number of objects.
Ordered list: Order Matters
Keyword: Arrangements
Formula:             N!
            (N-n)!

Example:
How many ways can you organize those 5 objects?




COMBINATION
The number of different ways that a certain number of objects as a group can be selected from a larger number of objects.
Unordered group/set: Order does not matters
Keyword(s): Choice, selection, election
Formula:                           N!
                  n!(N-n)!

 Example:
How many ways can you organize those 5 objects picking 3 at a time?

2 comments:

  1. what if there is order of 5 out of 16 pool balls ? is that permutation or combination ? im confuse actually'

    ReplyDelete
    Replies
    1. Hello Fatin, Thank you for your question.
      My best answer will be permutation.
      Hope it the best answer that you looking for :)

      Delete