AoPSWiki
Looking for a challenging geometry text? Preparing for MATHCOUNTS or the AMC exams? Check out Art of Problem Solving's Introduction to Geometry by Richard Rusczyk.
Personal tools

Pascal Triangle Related Problems

From AoPSWiki

Contents

The Triangle

Here are lines zero through eight of Pascal's triangle:

Row
0:                           1                                              
1:                        1     1                                           
2:                     1     2    1                                         
3:                  1     3     3    1                                      
4:               1     4     6     4    1                                   
5:            1     5     10    10    5    1                                
6:         1     6     15    20   15    6     1                             
7:      1     7     21    35    35    21    7    1                          
8:   1     8     28    56    70    56    28    8    1                       

Introductory

Problem 1

Given , find:

  1. The coefficient of the term.
  2. The sum of the coefficients.


Solution

1. You need to find the 6th number (remember the first number in each row is considered the 0th number) of the 10th row in Pascal's triangle.

The 10th row is:

1  10  45  120  210  252  210  120  45  10  1

Thus the coefficient is the 6th number in the row or .

This can also be found using the binomial theorem:

(x+y)^{k}=\sum^{k}_{n=0}\displaystyle{k\choose n}x^{n}y^{k-n}

Through the summation, the binomial theorem will provide you with the coefficient if each term of the result. In our particular case, we are only looking for the coefficient of the term.

Since you are looking for term in , then and .

So the coefficient of the term is .

2. Since all the coefficients are found in the 10th row, we simply need to add the numbers in the 10th row together. This can be done by hand since there are relatively few numbers, but we could also use the following formula to sum up the numbers:

\sum_{n=0}^{k}{k \choose n}=2^k

This summation formula simply adds up all the coefficients since gives us each of the coefficients. So, the sum is .

For your information, the final polynomial which results from is \displaystyle x^{10} + 10x^9y + 45x^8y^2 + 120x^7y^3 + 210x^6y^4 + 252x^5y^5+ 210x^4y^6 + 120x^3+y^7 + 45x^2+y^8+10x^1y^9+y^{10}

Intermediate

Problem 1

In Pascal's Triangle, each entry is the sum of the two entries above it. In which row of Pascal's Triangle do three consecutive entries occur that are in the ratio ?

Solution

Problem 2

A triangular array of squares has one square in the first row, two in the second, and in general, squares in the th row for With the exception of the bottom row, each square rests on two squares in the row immediately below (illustrated in given diagram). In each square of the eleventh row, a or a is placed. Numbers are then placed into the other squares, with the entry for each square being the sum of the entries in the two squares below it. For how many initial distributions of 's and 's in the bottom row is the number in the top square a multiple of ?

Image:2007 AIME II-13.png

Solution

Olympiad

This article is a stub. Help us out by expanding it.

Support local problem solving programs by contributing to the Art of Problem Solving Foundation.
Click here for more information about the Foundation.
© Copyright 2008 AoPS Incorporated. All Rights Reserved. • FoundationPrivacyContact Us