Pascal's triangle and Newton's binomial
Overview
Important
Pascal's triangle is a triangular array where the entry in the th row and th position is the binomial coefficient . Newton's binomial theorem states that . The coefficients in the expansion are exactly the numbers in the th row of Pascal's triangle.
Important properties
-
Each entry is the sum of the two entries above it: .
-
The triangle is symmetric: .
-
The sum of the entries in the th row is .
-
Binomial coefficients count the number of ways to choose objects from .