Binomial coefficient: Difference between revisions
Jump to navigation
Jump to search
imported>Alexander Wiebel |
imported>Jitse Niesen (copyedit) |
||
Line 1: | Line 1: | ||
{{subpages}} | {{subpages}} | ||
The '''binomial coefficient''' is a part of [[combinatorics]]. The binomial coefficient represent the number of possible choices of ''k'' elements out of ''n'' elements. The binomial coefficient is written as <math>{n | The '''binomial coefficient''' is a part of [[combinatorics]]. The binomial coefficient represent the number of possible choices of ''k'' elements out of ''n'' elements. The binomial coefficient is written as <math>\tbinom{n}{k}</math>. | ||
== Definition == | == Definition == | ||
:<math>{n \choose k} = \frac{n\cdot (n-1)\cdot (n-2) \cdots (n-k+1)}{1\cdot 2\cdot 3\cdots k} = \frac{n!}{k!\cdot (n-k)!}\quad\mathrm{for}\ n \ge k \ge 0</math> | :<math>{n \choose k} = \frac{n\cdot (n-1)\cdot (n-2) \cdots (n-k+1)}{1\cdot 2\cdot 3\cdots k} = \frac{n!}{k!\cdot (n-k)!}\quad\mathrm{for}\ n \ge k \ge 0</math> | ||
=== Example === | === Example === | ||
:<math>{8 \choose 3} = \frac{8\cdot 7\cdot 6}{1\cdot 2\cdot 3} = 56</math> | :<math>{8 \choose 3} = \frac{8\cdot 7\cdot 6}{1\cdot 2\cdot 3} = 56</math> | ||
== Formulas involving binomial coefficients == | == Formulas involving binomial coefficients == | ||
:<math>{n \choose k} = {n \choose n-k}</math> | :<math>{n \choose k} = {n \choose n-k}</math> | ||
Line 25: | Line 27: | ||
== Usage == | == Usage == | ||
The binomial coefficient can be used to describe the mathematics of lottery games. For example the | The binomial coefficient can be used to describe the mathematics of lottery games. For example the German ''Lotto'' has a system, where you can choose 6 numbers from the numbers 1 to 49. The binomial coefficient <math>\tbinom{49}{6}</math> is 13,983,816, so the probability to choose the correct six numbers is <math>\frac{1}{13,983,816}=\frac{1}{{49\choose 6}}</math>. | ||
== | == Binomial coefficients and prime numbers == | ||
If ''p'' is a [[prime number]] then ''p'' divides <math>\tbinom{p}{k}</math> for every <math>1<k<p\ </math>. The converse is also true. |
Revision as of 05:32, 15 July 2008
The binomial coefficient is a part of combinatorics. The binomial coefficient represent the number of possible choices of k elements out of n elements. The binomial coefficient is written as .
Definition
Example
Formulas involving binomial coefficients
Examples
- =
Usage
The binomial coefficient can be used to describe the mathematics of lottery games. For example the German Lotto has a system, where you can choose 6 numbers from the numbers 1 to 49. The binomial coefficient is 13,983,816, so the probability to choose the correct six numbers is .
Binomial coefficients and prime numbers
If p is a prime number then p divides for every . The converse is also true.