Posted by: mrswolfordmath7 on: October 17, 2008
Pascal’s Triangle is an isoceles triangle that is created by starting with the number 1. This 1 at the top makes up Row 0. The first row (1 & 1) contains two 1′s, both formed by adding the two numbers above them to the left and the right, in this case 1 and 0 (all numbers outside the Triangle are 0′s). Do the same to create the 2nd row: 0+1=1; 1+1=2; 1+0=1. And the third: 0+1=1; 1+2=3; 2+1=3; 1+0=1. In this way, the rows of the triangle go on forever.
There are many uses of Pascal’s Triangle. For example:
| 20 = 1 21 = 1+1 = 2 22 = 1+2+1 = 4 23 = 1+3+3+1 = 8 24 = 1+4+6+4+1 = 16 |
