binomialtheorie
Binomialtheorie, or the binomial theorem, describes the expansion of powers of a binomial expression. For any nonnegative integer n, (x+y)^n equals the sum from k=0 to n of binom(n,k) x^{n-k} y^k, where binom(n,k) = n!/(k!(n-k)!). These binomial coefficients appear in Pascal's triangle and count the number of ways to choose k items from n.
The identity can be proved by induction or by applying the distributive law to multiplying n copies
Generalizations include Newton's binomial theorem for non-integer exponents: (1+x)^α = sum_{k=0}^∞ binom(α,k) x^k, with binom(α,k) = α(α-1)...(α-k+1)/k!, valid