Main








Applications

Identities






History

FAQ

Algorithms


Pascal's Triangle for High School Students

        The ideas found in Pascal's Triangle can solve many problems in the real world, and also many of the problems that high school students face in the curriculum.  The binomial coefficients, which can be found on most scientific calculators with a button or formula labeled nCr, are a central concept in the field of probability, and also hold a very important place in statistics and algebra, and a clear understanding of Pascal's Triangle can make many of the problems on the SAT and other standardized tests much easier.
 
         Algebra:  The name binomial coefficients comes from algebra; if we count the top "1" in Pascal's Triangle as Row 0, then the coefficients of (a+b)n are the number in the nth row.  For example, (x+y)4 = 1x4 + 4x3y + 6x2y2 + 4xy3 + 1y4, and the numbers  1  4  6  4  1 are the 4th row of Pascal's Triangle.  The additive rule of Pascal's Triangle can be shown by turing (a+b)n+1 into (a+b)n(a+b) when (a+b)n is expanded using the nth row of Pascal's Triangle.  The Triangle can also be used for quick ways to expand powers of 11 and powers of 9.

        Probability:  There are many discussions of probability problems on this website.  Here are some links.

How many different poker hands are there?
What is the Game of Points?
How many free throws will a 70% shooter make in 10 attempts?
What other questions are answered by Pascal's Triangle?

        Statistics:  The idea of normal distribution and the rows of Pascal's Triangle are closely related.  This Java applet can show you how closely the area under the bell-shaped curve can be approximated by the nth row of Pascal's Triangle when all the entries are divided by 2n.  There is also a Java applet that discusses the idea of the null hypothesis H0 and when an experiment result can be called statistically significant or highly statistically significant.