Jump to content

Pascal's triangle

From Simple English Wikipedia, the free encyclopedia
Revision as of 15:46, 19 October 2012 by 92.132.254.164 (talk)
1
1   1
1   2   1
1   3   3   1
1   4   6   4   1
1   5  10  10   5   1
The first six rows of Pascal's triangle

Pascal's Triangle is a mathematical triangle. People say French mathematician Blaise Pascal developed it. However, it has been used before him.

Pascal's triangle can be made as follows. On the first row, write only the number 1. Then, to get the numbers of following rows, add the number that can be seen above and to the left (if any) and the number above and to the right (if any) to find the new value. For example, the numbers 1 and 3 in the fourth row are added to make 4 in the fifth row.

Each number in the triangle is the sum of the two directly above it.
               
             
           
         
       

Uses of Pascal triangle

The triangle has many uses in probability. It can also be used in binomial expansions. For example

(x + 1)2 = 1x2 + 2x + 12.

Notice the coefficients are the third row of Pascal's triangle: 1, 2, 1. In general, when a binomial is raised to a positive integer power we have:

(x + y)n = a0xn + a1xn−1y + a2xn−2y2 + … + an−1xyn−1 + anyn,

where the coefficients ai in this expansion are precisely the numbers on row n + 1 of Pascal's triangle; in other words,

Pascal's rule

Formally speaking, the way of making the Pascal's Triangle uses Pascal's rule, which states that

for non-negative integers n and k where nk and with the initial condition

Complicated structures based on Pascal's triangle

Pascal's triangle generalizes readily into higher dimensions. The three-dimensional version is called Pascal's pyramid or Pascal's tetrahedron. A higher-dimensional analogue is generically called a "Pascal's simplex"*. See also pyramid, tetrahedron, and simplex.

Properties of Pascal's Triangle

The first and last number in each row is always 1.

The second number in each row is the row number. In a binomial expansion, this second number is equal to the power. (This makes the 'first' row, 1, actually the zero row).

The rows always read the same forward and backward.

The sum of the numbers in each row is double the sum of the numbers in the row before. The sum of each row is 2n.

The zero row, 1, has a sum of 1.
The first row, 1,1 has a sum of 2.
The second row, 1,2,1 has a sum of 4.
The third row, (1,3,3,1) has a sum of 8.
The sum of the nth row is

Other websites

Square Numbers are another type of Polygonal Number. They are found in the same diagonal as the Triangular Numbers. A Square Number is the sum of the two numbers in any circled area in the diagram. (The colors are different only to distinguish between the separate "rubber bands"). The nth Square Number is equal to the nth Triangular Number plus the (n-1)th Triangular Number. (Remember, any number outside the triangle is 0). The interesting thing about these 4-sided Polygonal Numbers is that their name explains them perfectly. The very first Square Number is 02. The second is 12, the third is 22 (4), the fourth is 32 (9), and so on. Read on to learn more.