Hotmath
Math Homework. Do It Faster, Learn It Better.

Combinations

Combinations are a method of selecting subsets (in which order does not matter) from a larger set .

For example, you might be asked how many possible groups of three can be made from a set of five individuals. If you list out all possible groups, regardless of order, you will realize that groups ABC, ACB, BCA, BAC, CAB, and CBA are all the same group of three people.

The trick here is to do the permutation problem first, then divide out by the number of different orders for each group. In this case:

5 P 3 = 5 × 4 × 3 = 60

But this includes all the “duplicates” of each group of 3 . Each group of 3 can be arranged in 3 ! ways, so we need to divide the 60 permutations by 3 ! (or 6 ) in order to get the number of groups where order does not matter.

5 C 3 = 5 × 4 × 3 3 ! = 60 6 = 10

In general, if you want to find the number of groups of m individuals that can be selected from a set of n , first find n P m and then divide by m ! .

n C m = n ! ( n m ) ! ÷ m !

Moving the m ! to the denominator, we get:

n C m = n ! m ! ( n m ) !

Example:

A quality inspector samples 4 cell phones out of a batch of 100 .  How many different possible samples could she select?

100 C 4 = 100 ! 4 ! ( 100 4 ) ! = 100 ! 4 ! ( 96 ! ) = 3 , 921 , 225