What is Pascal triangle? How to make a Pascal triangle model?

pascal triangle = Pascal's triangle is a triangular array of the binomial coefficients in atriangle.

To build the triangle, start with "1" at the top, then continue placing numbers below it in a triangular pattern. 

Each number is just the two numbers above it added together (except for the edges, which are all "1").

 

  • 1
What are you looking for?