129k views
5 votes
Investigate the link between Pascal's triangle and 2 and its powers

User Hatched
by
4.9k points

1 Answer

2 votes

Answer:

Outside of probability, Pascal's Triangle is also used for: Algebra, where coefficient of polynomials can be used to find the numbers in Pascal's triangle. Pascal's Triangle is an arithmetical triangle you can use for some neat things in mathematics.

The entries in Pascal's triangle are actually the number of combinations of N take n where N is the row number starting with N = 0 for the top row and n is the nth number in the row counting from left to right where the n = 0 number is the first number.

The mathematical formula for the number of combinations without repetition is N!/(n!(N-n)!).

Explanation:

To construct Pascal's triangle, start with a 1. Then, in the next row, write a 1 and 1. It's good to have spacing between the numbers. In the third row, we have 1 and 1 on the outside slopes. The 2 comes from adding the two numbers above and adjacent. Thus, we are adding the number on the left, 1, with the number on the right, 1, to get 1 + 1 = 2.

In the next row, the 3 comes from adding the 1 and the 2. This particular Pascal's triangle stopped at 1 5 10 10 5 1, but we could have continued indefinitely.

User Ben Lu
by
5.1k points