Difference between revisions of "2007 AIME II Problems/Problem 13"
Crankyjoke (talk | contribs) (→Note) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 30: | Line 30: | ||
Assume that the numbers filled in the 11th row is a b c d e f g h i j. Writing the number in each box, you will find that the coefficient of each letter turns out to be a pascal triangle. | Assume that the numbers filled in the 11th row is a b c d e f g h i j. Writing the number in each box, you will find that the coefficient of each letter turns out to be a pascal triangle. | ||
+ | |||
+ | ==Solution 2== | ||
+ | If we label the bottom row of values <math>a_1,a_2,…,a_11</math> then the sum of the bottom row is <math>a_1+…+a_11</math>, the sum of the second row is <math>a_1+2(a_2+…+a_10)+a_11</math> and this pattern continues until the top element is <math>(a_1+a_11)+2(a_2+a_10)+…+4(a_5+a_7)+5a_6</math>. Then, the terms with coefficient 0 mod 3 can be anything, and we do casework on the other solutions mod 3. We get 640. | ||
+ | ~joeythetoey | ||
== See also == | == See also == |
Latest revision as of 07:06, 18 October 2024
Contents
Problem
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 the 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 ?
Solution
Label each of the bottom squares as .
Through induction, we can find that the top square is equal to . (This also makes sense based on a combinatorial argument: the number of ways a number can "travel" to the top position going only up is equal to the number of times it will be counted in the final sum.)
Examine the equation . All of the coefficients from will be multiples of (since the numerator will have a ). Thus, the expression boils down to . Reduce to find that . Out of , either all are equal to , or three of them are equal to . This gives possible combinations of numbers that work.
The seven terms from can assume either or , giving us possibilities. The answer is therefore .
Note
The specific induction process: we want to prove that if the bottom row is , the top square is .
Base Case: when n = 1, this is obviously true.
Induction Step: Assume that the statement is true for n, and we wish to prove it for . Therefore, we add another row below the row, and name the squares as . We obtain that , and using the assumption, yield the top square equals . While it's easy to prove that (just expand it), we find that the two equations are identical.
Note contributed by MVP_Harry, friend me if you want ~
Assume that the numbers filled in the 11th row is a b c d e f g h i j. Writing the number in each box, you will find that the coefficient of each letter turns out to be a pascal triangle.
Solution 2
If we label the bottom row of values then the sum of the bottom row is , the sum of the second row is and this pattern continues until the top element is . Then, the terms with coefficient 0 mod 3 can be anything, and we do casework on the other solutions mod 3. We get 640. ~joeythetoey
See also
2007 AIME II (Problems • Answer Key • Resources) | ||
Preceded by Problem 12 |
Followed by Problem 14 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.