Overview
Important

Newton's binomial theorem states that for any natural number nn, (a + b)^n = inom{n}{0}a^n b^0 + inom{n}{1}a^{n-1}b^1 + inom{n}{2}a^{n-2}b^2 + \\ \\ ... + inom{n}{n}a^0b^n, where (nk)\binom{n}{k} is the binomial coefficient, representing the number of ways to choose kk objects from nn.

Important properties

  • The expansion has (n+1)(n+1) terms.

  • The exponents of aa decrease from nn to 00, while those of bb increase from 00 to nn.

  • The coefficients are given by binomial coefficients: (nk)\binom{n}{k}.

  • The sum of the exponents in each term is always nn.