Next: ``Sigma'' notation (C)
Up: No Title
Previous: Asymptotes
Factorial Notation
If n is a non-negative integer, we define the symbol n!, read ``n
factorial'', recursively.

Thus, for example,

If
we have

Counting ordered samples
The number of ways to choose, in order, k objects from a set of n distinct
objects, called the number of permutations of k out of n
objects, and denoted by (n)k, is 1 if k = 0 (there is one way to do
nothing) and is

if
, since there are n choices for the first object, n-1
choices for the second object, and so on. The two case can be combined as

Thus the number of ways to choose, in order, 5 pool balls from 15 is
.
Combinatorial Coefficients
If order does not matter, what we want to count is the number
of combinations of k objects from n objects, which we denote
by nCk, read ``n choose k''. Observe that

since to make a permutation of k objects out of n, we first select
one of the nCk unordered samples and then order it in one of (k)k ways.
Therefore,

Thus there are 10 combinations of 2 objects from a set of 5 objects.
In other words, a set of 5 objects has 10 subsets of size 2.
Another common notation for nCk is

Also, nCk is sometimes called a bf binomial coefficient. See below.
Pascal's Triangle
There are many relations among the combinatorial coefficients. Pascal's
Triangle is the most famous.
If we want to count the number of subsets of size k+1 of a set of n+1
distinct objects, proceed as follows. Paint one object white. Then
there are nCk+1 subsets which do not contain the white object
and
subsets which do contain it. Therefore
n+1Ck+1 = nCk+1 + nCk.
The name derives from the following picture, where the row number indicates
the size of the set from which the subsets are to be drawn. The top row is row
0. A set of size 0 has 1 subset, the empty set.

Remark: The binomial coefficients

can be given a meaning even if p is not a positive integer, so long as k is
positive integer.
We put

and

For

This conforms to the case where p is a positive integer since

For example

and

Next: ``Sigma'' notation (C)
Up: No Title
Previous: Asymptotes
Eric S Key
5/8/2001