How do combinations relate to the pascal's triangle?

1 Answer
Apr 6, 2015

In the pascal's triangle the row wise elements are as follows:

1st row has one element 1, that is 1_C1C1

2nd row has 3 elements 1 2 1, that is 2_C2C0, 2_C2C1, 2_C2C2

3rd row has 4 elements 1 3 3 1, that is 3_C3C0, 3_C3C1,
3_C23C2, 3_C3C3

4th row has 1 4 6 4 1 elements, that is 4_C04C0, 4_C14C1, 4_C24C2, 4_C34C3, 4_C44C4

This pattern is then followed through out, showing, how combinations relate to pascal's triangle