Math Probability

Observing Pascal’s Triangle

n/k012345
01
111
2121
31331
414641
515101051

As you can see, Pascal’s Triangle generates:

or

But how does this work?

First, we can manually prove the top two rows of Pascal’s Triangle by plugging the values into the binomial coefficient formula.

Afterward, we can use the property of Pascal’s Triangle, taking Pascal’s Triangle as a function P:

By proving this property in the binomial coefficient formula, we can deduce that Pascal’s Triangle generates binomial coefficients

The Proof

From this, we have proven that we can generate binomial coefficients using Pascal’s Triangle