Pascal's Triangle and nCr values

Go back to maths home page

With reference to the appearance of  nCr in the binomial expansion of  ( a + x )n , the n refers to the power and the r refers to the position of the term in question in the series expansion. The term's position count starts from zero. So the first term has r = 0, the second r = 1 etc.

nCr is often notated as (nr)

Pascal's Triangle contains nCr

n = 0
 
1
n = 1
1
1
n = 2
1
2
1
n = 3
1
3
3
1
n = 4
1
4
6
4
1
n = 5
1
5
10
10
5
1
n = 6
1
6
15
20
15
6
1

You may find it useful to remember that the second term of each row is the same as the row number of that row (shown in blue).

Pascal's Triangle (rows shifted to the left)

 
r = 0
r = 1
r = 2
r = 3
r = 4
r = 5
r = 6
n = 0
 
1
n = 1
1
1
     
n = 2
1
2
1
       
n = 3
1
3
3
1
     
n = 4
1
4
6
4
1
   
n = 5
1
5
10
10
5
1
 
n = 6
1
6
15
20
15
6
1

The n and r in the table are the same as the n and r in the symbol nCr . Note that row count starts at zero, so for example row 5 is actually the sixth row down.

The value of any  nCr  can be:

For example:

4C2 = 6 ,                                5C2 = 5C3 = 10 ,                                  6C0 = 6C6 = 1

nCr is used when working out the coefficient of term number r (counting from zero), ie the xr term, for the series expanson of  ( a + x )n .

EXAMPLE 1: What is the coefficient of the x3 term in the expansion of (a + x)5 ?

The x3 term is 5C3a2x3 = 10a2x3, so the coefficient is 10a2. (Note that the indices of a and x always add up to n - in this case 5.)

EXAMPLE 2: What is the coefficient of the third term, (ie term number 2 counting from zero - so r = 2) in the expansion of (a + x)6 ?

The r=2 term is 6C2a4x2 = 15a4x2, so the coefficient is 15a4.