Menu

Binomial Coefficients Calculator

Please provide a rating, it takes seconds and helps us to keep this resource free for all to use

[ 6 Votes ]

The Binomial Coefficients Calculator will calculate:

  1. The coefficients of any binomial when both terms and the power of the binomial are given

Binomial Coefficients Calculator Parameters: The power of the binomial is a natural (counting) number.

Binomial Coefficients Calculator
Binomial Coefficients Calculator Results (detailed calculations and formula below)
Binomial Coefficients Calculation and Formula
(a + b)n = nk = 0nk an - k bk







Binomial Coefficients Calculator Input Values
First term of the binomial (a) =
Second term of the binomial (b) =
Power of the binomial (n) =

Please note that the formula for each calculation along with detailed calculations is shown further below this page. As you enter the specific factors of each binomial coefficients calculation, the Binomial Coefficients Calculator will automatically calculate the results and update the formula elements with each element of the binomial coefficients calculation. You can then email or print this binomial coefficients calculation as required for later use.

We hope you found the Binomial Coefficients Calculator useful, if you did, we kindly request that you rate this calculator and, if you have time, share to your favourite social network. This allows us to allocate future resource and keep these Math calculators and educational material free for all to use across the globe.

Please provide a rating, it takes seconds and helps us to keep this resource free for all to use

[ 6 Votes ]
Binomial Coefficients. This image shows the properties and binomial coefficients formula for the Binomial Coefficients

The Binomial Coefficients Calculator has practical application and use in the following fields and disciplines

      Engineering
      Math
      Physics

Theoretical Description

A binomial is a mathematical expression raised to a certain power n where the expression itself contains two terms combined with each other through the operation of addition according to the scheme below.

Binomial = (Term 1 + Term 2)n

The term "binomial" means a "polynomial containing two terms". The power in which a polynomial is raised is called its degree or order. Thus, a binomial raised to the second power is called a second-order (degree) binomial, when raised to the third power it is called a third-order (degree) binomial, etc.

Finding the coefficients of a binomial means finding all numbers preceding the variables in each of the terms when the binomial is written in the decomposed form. In general, we express the terms using the letters x and y (or a and b). For example, in binomials raised to the second power (quadratic binomials), these coefficients are 1, 2 and 1 respectively, because

(a + b)2 = a2 + 2ab + b2

Likewise, the coefficients in the binomials raised to the third power (cubic binomials) are 1, 3, 3 and 1 respectively, because

(a + b)3 = a3 + 3a2 b + 3ab2 + b3

The coefficients of the second and third-order binomials can be found using the expanding brackets method. However, higher order binomials become harder to calculate through the expanding brackets method, so we must use other methods to calculate them. Therefore, we must use a more comprehensive method, which allows the calculation of binomial coefficients of any degree. This method is called the binomial coefficients theorem.

This theorem, first discovered by Sir Isaac Newton, says that the coefficients preceding the variables in binomials raised to a given power are as follows:

(a + b)n = (n0) ∙ an ∙ b0 + (n1) ∙ an - 1 ∙ b1 + (n2) ∙ an - 2 ∙ b2 + ⋯ + (nk) ∙ an - k ∙ bk + ⋯ + (nn - 1) ∙ a1 ∙ bn - 1 + (nn) ∙ a0 ∙ bn

The general term of this binomial expression therefore is

kth term = (nk) an - k bk

where

(nk) = n!/k!(n - k)!

The symbol "!" is for "factorial". It means multiplying a number n by all the other numbers from n to 1, i.e. n! = n × (n - 1) × (n - 2) × × [n - (n - 1)]. For example,

5! = 5 · 4 · 3 · 2 · 1
8! = 8 · 7 · 6 · 5 · 4 · 3 · 2 · 1

etc.

Hence, the algebraic form of expansion of the binomial expression (a + b)n is

(a + b)n = nk = 0(nk) an - k bk

where the symbol nk = 0 is an abbreviation that means "the sum of all terms from k = 0 to k = n".

From the above formula and from the definition of factorial, it is clear that the first and the last coefficients are both 1, because

(n0) = C(n,0) = n!/0!(n-0)! = n!/1 ∙ n! = 1

and

(nn) = C(n,n) = n!/n!(n - n)! = n!/n! ∙ 0! = n!/n! ∙ 1 = 1

Look at the two examples below that show how to find the binomial coefficients for n = 6 and for n = 7.

For n = 6, (k varies from 0 to 6) we have

(a + b)6=(60) ∙ a6 ∙ b0 + (61) ∙ a6 - 1 ∙ b1 + (62) ∙ a6 - 2 ∙ b2 + (63) ∙ a6 - 3 ∙ b3 + (64) ∙ a6 - 4 ∙ b4 + (65) ∙ a6 - 5 ∙ b5 + (66) ∙ a6 - 6 ∙ b6
= 6!/0!(6 - 0)! ∙ a6 ∙ b0 + 6!/1!(6 - 1)! ∙ a5 ∙ b1 + 6!/2!(6 - 2)! ∙ a4 ∙ b2 + 6!/3!(6 - 3)! ∙ a3 ∙ b3 + 6!/4!(6 - 4)! ∙ a2 ∙ b4 + 6!/5!(6 - 5)! ∙ a1 ∙ b5 + 6!/6!(6 - 6)! ∙ a0 ∙ b6
= 6!/0! ∙ 6! ∙ a6 ∙ b0 + 6!/1! ∙ 5! ∙ a5 ∙ b1 + 6!/2! ∙ 4! ∙ a4 ∙ b2 + 6!/3! ∙ 3! ∙ a3 ∙ b3 + 6!/4! ∙ 2! ∙ a2 ∙ b4 + 6!/5! ∙ 1! ∙ a1 ∙ b5 + 6!/6! ∙ 0! ∙ a0 ∙ b6
= 6!/1 ∙ 6! ∙ a6 ∙ 1 + 6 ∙ 5!/1 ∙ 5! ∙ a5 ∙ b + 6 ∙ 5 ∙ 4!/2 ∙ 1 ∙ 4! ∙ a4 ∙ b2 + 6 ∙ 5 ∙ 4 ∙ 3!/3 ∙ 2 ∙ 1 ∙ 3! ∙ a3 ∙ b3 + 6 ∙ 5 ∙ 4!/4! ∙ 2 ∙ 1 ∙ a2 ∙ b4 + 6 ∙ 5!/5! ∙ 1 ∙ a1 ∙ b5 + 6!/6! ∙ 1 ∙ 1 ∙ b6
= a6 + 6a5 b + 15a4 b2 + 20a3 b3 + 15a2 b4 + 6ab5 + b6

For n = 7 (k varies from 0 to 7), we have

(a + b)7=(70) ∙ a7 ∙ b0 + (71) ∙ a7 - 1 ∙ b1 + (72) ∙ a7 - 2 ∙ b2 + (73) ∙ a7 - 3 ∙ b3 + (74) ∙ a7 - 4 ∙ b4 + (75) ∙ a7 - 5 ∙ b5 + (76) ∙ a7 - 6 ∙ b6 + (77) ∙ a7 - 7 ∙ b7
= 7!/0!(7 - 0)! ∙ a7 ∙ b0 + 7!/1!(7 - 1)! ∙ a6 ∙ b1 + 7!/2!(7 - 2)! ∙ a5 ∙ b2 + 7!/3!(7 - 3)! ∙ a4 ∙ b3 + 7!/4!(7 - 4)! ∙ a3 ∙ b4 + 7!/5!(7 - 5)! ∙ a2 ∙ b5 + 7!/6!(7 - 6)! ∙ a1 ∙ b6 + 7!/7!(7 - 7)! ∙ a0 ∙ b7
= 7!/0! ∙ 7! ∙ a7 ∙ b0 + 7!/1! ∙ 6! ∙ a6 ∙ b1 + 7!/2! ∙ 5! ∙ a5 ∙ b2 + 7!/3! ∙ 4! ∙ a4 ∙ b3 + 7!/4! ∙ 3! ∙ a3 ∙ b4 + 7!/5! ∙ 2! ∙ a2 ∙ b5 + 7!/6! ∙ 1! ∙ a1 ∙ b6 + 7!/7! ∙ 0! ∙ a0 ∙ b7
= 7!/1 ∙ 7! ∙ a7 ∙ 1 + 7 ∙ 6!/1! ∙ 6! ∙ a6 ∙ b + 7 ∙ 6 ∙ 5!/2 ∙ 1 ∙ 5! ∙ a5 ∙ b2 + 7 ∙ 6 ∙ 5 ∙ 4!/3 ∙ 2 ∙ 1 ∙ 4! ∙ a4 ∙ b3 + 7 ∙ 6 ∙ 5 ∙ 4!/4! ∙ 3 ∙ 2 ∙ 1 ∙ a3 ∙ b4 + 7 ∙ 6 ∙ 5!/5! ∙ 2 ∙ 1 ∙ a2 ∙ b5 + 7 ∙ 6!/6! ∙ 1 ∙ a ∙ b6 + 7!/7! ∙ 1 ∙ 1 ∙ b7
= a7 + 7a6 b + 21a5 b2 + 35a4 b3 + 35a3 b4 + 21a2 b5 + 7ab6 + b7

Instructions and information for using the Binomial Coefficients Calculator

All you have to do is to insert the two terms a and b of the binomial as well as the index (exponent) n that shows the power of the binomial. The terms a and b are not meant to be just single letters; they can also be monomials. For example, you may insert 2x for a and 3y for b. The calculator will eventually list all the binomial coefficients when the original binomial is written in the disassembled form.

For example, if you insert 2x for a, 4y for b and 3 for n, the calculator gives the following coefficients:

Output 1 = 8; Output 2 = 48; Output 3 = 96; Output 4 = 64

because

(a + b)3 = (30) ∙ a3 ∙ b0 + (31) ∙ a3 - 1 ∙ b1 + (32) ∙ a3 - 2 ∙ b2 + (33) ∙ a3 - 3 ∙ b3
= 3!/0!(3-0)! ∙ a3 ∙ b0 + 3!/1!(3-1)! ∙ a2 ∙ b1 + 3!/2!(3-2)! ∙ a1 ∙ b2 + 3!/3!(3 - 3)! ∙ a0 ∙ b3
= 3!/1! ∙ 3! ∙ a3 + 3!/1! ∙ 2! ∙ a2 b + 3!/2! ∙ 1! ∙ ab2 + 3!/3! ∙ 0! ∙ b3
= a3 + 3a2 b + 3ab2 + b3
= (2x)3 + 3 ∙ (2x)2 ∙ (4y) + 3 ∙ (2x) ∙ (4y)2 + (4y)3
= 8x3 + 3 ∙ 4x2 ∙ 4y + 3 ∙ 2x ∙ 16y2 + 64y3
= 8x3 + 48x2 y + 96xy2 + 64y3

Remark! The terms a and b can be negative as well. All the above operations are carried out in the same way as when both terms are positive but by taking into account the changes determined by any term's sign.

Sequences and Series Math Tutorials associated with the Binomial Coefficients Calculator

The following Math tutorials are provided within the Sequences and Series section of our Free Math Tutorials. Each Sequences and Series tutorial includes detailed Sequences and Series formula and example of how to calculate and resolve specific Sequences and Series questions and problems. At the end of each Sequences and Series tutorial you will find Sequences and Series revision questions with a hidden answer that reveal when clicked. This allows you to learn about Sequences and Series and test your knowledge of Math by answering the revision questions on Sequences and Series.

Math Calculators

You may also find the following Math calculators useful.