Science  People  Locations  Timeline
Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Home > Binomial coefficient


 Contents
In mathematics, in particular in combinatorics, the binomial coefficient of the natural number n and the integer k is defined to be the natural number

and

(Here m! denotes the factorial of m). The binomial coefficient of n and k is also written as C(n, k) or nCk (C for combination) and read as "n choose k".

For example,

The binomial coefficients are the coefficients in the expansion of the binomial (x + y)n (hence the name):

This is generalized by the binomial theorem, which allows the exponent n to be negative or a non-integer.

The important recurrence relation

follows directly from the definition. This recurrence relation can be used to prove by mathematical induction that C(n, k) is a natural number for all n and k, a fact that is not immediately obvious from the definition. It also gives rise to Pascal's triangle:

row 0 1 row 1 1 1 row 2 1 2 1 row 3 1 3 3 1 row 4 1 4 6 4 1 row 5 1 5 10 10 5 1 row 6 1 6 15 20 15 6 1 row 7 1 7 21 35 35 21 7 1 row 8 1 8 28 56 70 56 28 8 1

Row number n contains the numbers C(n, k) for k = 0,...,n. It is constructed by starting with ones at the outside and then always adding two adjacent numbers and writing the sum directly underneath. This method allows the quick calculation of binomial coefficients without the need for fractions or multiplications. For instance, by looking at row number 5 of the triangle, one can quickly read off that

(x + y)5 = 1x5 + 5 x4y + 10 x3y2 + 10 x2y3 + 5 x y4 + 1y5.

The third diagonal form the sequence of the triangular numbers. The differences between elements on other diagonals are the elements in the previous diagonal - consequential to the recurrence relation (3) above.

The triangle was described by Zhu Shijie in 1303 AD in his book Precious Mirror of the Four Elements. In his book, Zhu mentioned the triangle as an ancient method (over 200 years before his time) for solving binomial coefficients, which indicated that the method was known to Chinese mathematicians five centuries before Pascal.

If you color in all even numbers on this triangle and leave the odd numbers blank, you get the Sierpinski triangle. Try coloring in multiples of 3, 4, 5, and so on and see what patterns emerge.

1 Combinatorics and statistics

Binomial coefficients are of importance in combinatorics, because they provide ready formulas for certain frequent counting problems:

The binomial coefficients also occur in the formula for the binomial distributionIn mathematics, the binomial distribution is a discrete probability distribution which describes the number of successes in a sequence of n independent yes/no experiments, each of which yielding success with probability p''. Such a success/failure experim in statisticsStatistics is the science and practice of developing human knowledge through the use of empirical data. It is based on statistical theory which is a branch of applied mathematics. Within statistical theory, randomness and uncertainty are modelled by proba and in the formula for a Bézier curve.



Read more »

Non User