Stanford University EPGY Summer Institutes 2008 Math Olympiad Problem Solving
Stanford University EPGY Summer Institutes 2008 Math Olympiad Problem Solving
For each of these problems, experiment numerically with the given problem, and
try to come up with conjectures. Then, try to prove that your conjectures are
correct. Some of your ideas may work, and some of your ideas may not. The goals
of this problem set are for you to work on some difficult problems, to get used
to brainstorming, and to think about various strategies for approaching problems.
For example, try small cases and look for patterns. Try the problem with different
numbers. Don’t be afraid of doing some algebra. It’s ok if you can’t prove all of your
results.
1. (Putnam 1990) Let
T0 = 2, T1 = 3, T2 = 6,
and for n ≥ 3,
Tn = (n + 4)Tn−1 − 4nTn−2 + (4n − 8)Tn−3 .
The first few terms are
2, 3, 6, 14, 40, 152, 784, 5158, 40576, 363392.
Find a formula for Tn of the form
Tn = An + Bn ,
where (An ) and (Bn ) are well-known sequences.
2. For each integer n > 1, find distinct positive integers x and y such that
1 1 1
+ = .
x y n
3. For each positive integer n, find positive integer solutions x1 , . . . , xn of the equa-
tion
1 1 1 1
+ + ··· + + = 1.
x1 x2 xn x1 x2 · · · xn
4. Define s(n) to be the number of ways that the positive integer n can be written
as an ordered sum of at least one positive integer. For example,
4 = 1 + 3 = 3 + 1 = 2 + 2 = 1 + 1 + 2 = 1 + 2 + 1 = 2 + 1 + 1 = 1 + 1 + 1 + 1,
so s(4) = 8. Conjecture a general formula for s(n).
5. Let g(n) be the number of odd terms in the row of Pascal’s Triangle which starts
with 1, n, . . .. For example, g(6) = 4 since the row
1, 6, 15, 20, 15, 6, 1
contains 4 odd numbers. Conjecture a formula for (or an easy way of computing)
g(n).
6. A group of n people are standing in a circle, numbered consecutively clockwise
from 1 to n. Starting with person #2, we remove every other person, proceeding
clockwise. For example, if n = 6, the people are removed in the order 2,4,6,3,1,
and the last person remaining is #5. Let j(n) denote the last person remaining
(e.g. j(6) = 5).
(a) Compute j(n) for n = 2, 3, . . . , 25.
(b) Conjecture an easy way of computing j(n). You may not get a nice formula,
but try to find an algorithm which is easy to implement.
7. Observe that
6 = 12 − 22 + 32
and
7 = −12 + 22 + 32 − 42 − 52 + 62 .
Investigate this pattern, and make a conjecture about a more general result..
√
8. (Putnam 1983) Let f (n) = n + b nc. Prove that, for every positive integer m,
the sequence
m, f (m), f (f (m)), f (f (f (m))), . . .
contains the square of an integer. You should begin this problem by experiment-
ing with some numerical values. Make tables of the sequence m, f (m), f (f (m)), f (f (f (m))), . . .
for various positive integers m.
9. Lockers in a row are numbered 1, 2, 3 . . . , 1000. At first, all of the lockers are
closed. A person walks by, and opens every other locker, starting with locker #2.
Thus, lockers 2, 4, 6, . . . , 998 are open. Another person walks by, and changes
the “state” (i.e., closes a locker if it is open, opens a locker if it is closed) of
every third locker, starting with #3. Then another person changes the state
of every fourth locker, starting with #4. This process continues until no more
lockers can be altered. Which lockers will be closed? Hint: Start doing some
experimentation with a smaller number of lockers.
10. (1985 AIME) The numbers in the sequence
101, 104, 109, 116, . . .
are of the form
an = 100 + n2 ,
Find all 8-term sequences of integers which have the property that after finitely
many applications of this operation, one is left with a sequence, all of whose
terms are equal.
19. There are 25 people sitting around a table, and each person has two cards. One
of the numbers 1, 2, 3 . . . , 25 is written on each card, and each number occurs on
exactly two cards. At a signal, each person passes one of her cards–the one with
the smaller number–to her right-hand neighbor. Prove that, sooner or later, one
of the players will have two cards with the same number.
20. For positive integers n, define Sn to be the minimum value of the sum
n q
X
(2k − 1)2 + a2k ,
k=1