ç Contents Page

Rational Mathematics

by G. P. Jelliss

Combinations

Theorem (The Combination Principle): The number of ways of choosing m elements from a set of n elements is n!|((n–m)·!m!). Proof: The number of ways of choosing a sequence of m elements is n!|(n–m)! and the number of ways of arranging m elements in a sequence is m! So the n!|(n–m)! sequences fall into sets of m! containing the same elements. Thus if we denote the number of these sets by c then n!|(n–m)! = c·(m!). Thus c = n!|((n–m)·!m!).

It is often convenient to use the notation: nCm = n!|((n–m)·!m!) where C can be called the combinatorial operation. For n<m we define nCm = 0. The operation table for the combinatorial operation C is a version of Pascal's Triangle.

Combination table (base ten)
C012345678910
010000000000
111000000000
212100000000
313310000000
414641000000
51510105100000
616152015610000
7172135352171000
81828567056288100
91936841261268436910
101104512021025221012045101

Theorem (Complementarity): The number of ways of choosing m elements from a set of n is the same as the number of ways of choosing n–m elements. In symbols this theorem is: nCm = nC(n–m). Proof: (a) This statement is equivalent to the commutative property n!|((n–m)·!m!) = n!|(m!·(n–m)!) since n–(n–m) = m. (b) Alternatively we can note that choosing to include m of n is the same as choosing to exclude n–m of n.

Observation (The Bell Curve): The values of n!|((n–m)·!m!) as m runs from 0 to n form a symmetric bell-shaped pattern, rising to a maximum at the middle value n|2 when n is even, or the two middle values (n±1)|2 when n is odd.

Theorem (Binomial Theorem): The nth power of the sum of two terms is: (a+b)^n = S(r = 0 to n)[nCr·a^(n-r)·b^r]. Proof: by induction. Written out more fully it becomes:
(a+b)^n = a^n + n·a^(n–1)·b + (n·(n–1)|2)·a^(n–2)·b^2 + ... + [n!|((n–m)·!m!)]·a^(n–m)·b^m + ... + b^n.

Note: Because of this result the numbers nCm for a given value of n are sometimes called binomial coefficients since they are the numerical factors that appear in the multiplied-out expression for (a+b)^n.

Theorem (Partitions): The number ways of expressing n (> m–1) as a sum of m numbers is (n–1)C(m–1). Proof: If we represent the numbers in linear tally form then expressing n as a sum of m numbers is equivalent to separating a row of n tallies into m sets, by introducing m–1 gaps, and there are n–1 places where gaps can be introduced.