next up previous
Next: About this document ...

Lecture 3: Combinatorial Analysis

The solution of many classical problems in probability revolve around counting, since in many of the problems the sample space is a finite set (poker hands, tosses of dice) and the probability of each outcome is assumed to be the same. The basic idea is to partition the set into disjoint subsets and the count the number of elements of each subset. This process may be repeated with the subsets until sets that are easily counted are arrived at. What is subtle is what sets are being counted. Usually each subdivision yields subsets of the same size, and instead of adding we can multiply. For example:

A child has one pair of red shorts, one pair of blue shorts, one green shirt, one white shirt and one yellow shirt. How many combinations of one shirt and one pair of shorts can he wear?

The set of objects to be counted consists of pairs of shirts and shorts. We can divide this set into those pairs where the shorts are red, and those pairs where the shorts are green. These two subsets are clearly disjoint, and each consists of 3 elements, so there are 3 + 3 = 6 outfits.

Another example:

A child has one pair of red shorts, one pair of blue shorts, one green shirt, one white shirt and one yellow shirt. How many combinations of one shirt and one pair of shorts can he wear if he cannot wear the red shorts with the yellow shirt?

Again we can divide the set up according to the color of the shorts. There are 2 elements in the set where the shorts are red and 3 elements in the set where the shorts are blue, so there are 2 + 3 = 5 outfits.

Common problems
The following four kinds of problems occur frequently, and many counting problems can be reduced to some combination of the following.

As you can see if we have a large number of objects to choose from and or a large number of choices to make, we will need to compute ratios involving factorials of very large numbers. A handy result is such cases is Stirling's formula, which says

\begin{displaymath}
\lim_{n\rightarrow\infty} \frac{n!}{n^n\exp(-n)\sqrt{2\pi n}} = 1\end{displaymath}

Thus, for example, if we want an idea of the size of

\begin{displaymath}
\mbox{$\left(\begin{array}
{c}100\\ 60\end{array}\right)$} = \frac{100!}{60!40!} \end{displaymath}

we can say

\begin{displaymath}
\frac{100!}{60!40!} \approx
\frac{100^{100}\exp(-100)\sqrt{2...
 ...right)^{60}\left(\frac{5}{2}\right)^{40}\frac{1}{\sqrt{48\pi}} \end{displaymath}

Recommended reading:


 
next up previous
Next: About this document ...
Eric S Key
9/1/1998