0% found this document useful (0 votes)
97 views4 pages

EPGY Math Olympiad Problem Set 2008

This document contains 20 math problems for students to solve. It instructs students to experiment with each problem by trying small cases and looking for patterns. The goal is for students to work on difficult problems and develop strategies for approaching problems, such as doing algebra or looking at different numbers. Students are not expected to prove all their results.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
97 views4 pages

EPGY Math Olympiad Problem Set 2008

This document contains 20 math problems for students to solve. It instructs students to experiment with each problem by trying small cases and looking for patterns. The goal is for students to work on difficult problems and develop strategies for approaching problems, such as doing algebra or looking at different numbers. Students are not expected to prove all their results.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Stanford University EPGY Math Olympiad

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).

Summer 2008 1 paquin@[Link]


Stanford University EPGY Math Olympiad

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 ,

Summer 2008 2 paquin@[Link]


Stanford University EPGY Math Olympiad

where n = 1, 2, 3, . . .. For each n, let dn be the greatest common divisor of


an and an+1 . Find the maximum value of dn as n ranges through the positive
integers.
11. (Russia, 1995) The sequence a0 , a1 , a2 , . . . satisfies
1
am+n + am−n = (a2m + a2n )
2
for all integers m, n ≥ 0 with m ≥ n. If a1 = 1, find a1995 .
12. Into how many regions is the plane divided by n lines in general position (no
two lines parallel; no three lines meet in a point)?
13. A great circle is a circle drawn on a sphere that is an “equator,” i.e. its center
is also the center of the sphere. Suppose that there are n great circles on a
sphere, no three of which meet at any point. Into how many regions do they
divide the sphere?
14. What is the first time after 12:00 at which the hour and minute hands meet?
15. Let N denote the natural numbers {1, 2, 3, 4, . . .}. Consider a function f : N → N
which satisfies
f (1) = 1, f (2n) = f (n), f (2n + 1) = f (2n) + 1
for all n ∈ N. Find a nice simple algorithm for f (n). Your algorithm should be
a single sentence long, at most.
16. Define the function f (x) by
1
f (x) =
1−x
and denote r iterations of the function f by f r , i.e.
f 2 (x) = f (f (x))
f 3 (x) = f (f (f (x)))
f 4 (x) = f (f (f (f (x)))).

Compute f 1999 (2000).


17. (1997 IMO) An n × n square matrix (square array) whose entries come from
the set S = {1, 2, . . . , 2n − 1} is called a silver matrix if, for each i = 1, . . . , n,
the i-th row and the i-th column together contain all elements of S. Show that
there is no silver matrix for n = 1997.
18. (Taiwan, 1995) Consider the operation which transforms the 8-term sequence
x1 , x2 , . . . , x8 into the new 8-term sequence
|x2 − x1 |, |x3 − x2 |, . . . , |x8 − x7 |, |x1 − x8 |.

Summer 2008 3 paquin@[Link]


Stanford University EPGY Math Olympiad

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

as the a1 , a2 , . . . , an range through all positive values such that


a1 + a2 + · · · + an = 17.
Find S10 .

Summer 2008 4 paquin@[Link]

Common questions

Powered by AI

In the locker problem, a locker changes state every time it is visited, which occurs for each of its divisors. Therefore, lockers with an odd number of divisors will remain open, as the initial closed state changes once for each divisor. Numbers with odd divisors are perfect squares, meaning only locker numbers that are perfect squares remain open, whereas all others, with even divisors, will end in a closed state .

The function f(n) can be algorithmically represented in base operations using binary representations. The recurrence f(2n) = f(n) indicates halving by integer division, and f(2n + 1) = f(2n) + 1 increments represent the count of 1s in the binary representation, akin to a binary parity or the sum of divisors problem. Thus, a compact representation reflecting halving transforms defines the final function value .

Examining the rows of Pascal's Triangle reveals that g(n) represents the number of odd coefficients. For instance, g(6) = 4 as the row is 1, 6, 15, 20, 15, 6, 1 with four odd numbers. A binomial coefficient is odd if and only if there is no carry in the binary expansion of selecting elements. This leads to a connection with the Sierpinski triangle or fractal patterns where the count is linked to powers of 2 .

The pattern seen in numbers like 6 and 7 being represented as alternating square sums/differences indicates a potential telescoping series or polynomial relation. It suggests looking for a sequence of integer solutions or alternating power sums that may form an arithmetic progression or satisfy certain modular constraints. Generalizing such a pattern requires proving consistency across various integers using inductive or combinatorial proofs .

Each intersection of great circles on a sphere adds to the number of regions formed. With n circles, the maximum regions R can be deduced by using a recursive addition of intersections factoring in pair and triple intersections, generally computed using combinatorial formulas: R = n * (n - 1) + 2. No three circles intersecting at a point means incrementally forming n(n-1)/2 intersections, maximizing area division .

The game simulates a cyclic permutation of cards where numbers are distributed across a fixed cycle. With 25 numbers each appearing twice and cyclically distributed, probabilistically the numbers will align as cards orbit through the initial constraints. Since the numbers are fixed and repeat twice, in a system of fixed length, sooner or later, a pair will converge on the same player ensuring duplication due to constraints of pigeonhole principle in finite cycles .

For a circle with n people numbered consecutively from 1 to n, the problem can be connected to the Josephus problem. For j(n), start removing every second person from the circle and determine the pattern of removals to deduce the last person's position, j(n). A recursive pattern where the position changes in accordance with powers of 2 can be leveraged for efficient computation, though a simple closed formula may not be feasible .

The transformation defined by forming the sequence of absolute differences |xi+1 - xi| leads ultimately to a sequence of zeroes, through repeated reduction of variability in values with each operation. Initial equal values or those symmetrical (cyclic permutations of the same values) form stable invariants under this operation. Finite application reduces degree of difference in any initial sequence converging all terms to equality .

The function f(n) = n + ⌊√n⌋ incrementally 'pushes' n towards perfect squares, as the floor function approximates and accumulates smaller integers leading the sequence towards eventual square numbers. By iterating f, the cumulative addition of integer increments approximates and eventually equals the square of a subsequent integer in the sequence. Experimenting with various initial m confirms that through enough iterations, m evolves to the square of an integer .

The sequence Tn is given by a recurrence relation. Upon examining the initial terms T0 = 2, T1 = 3, and T2 = 6 along with subsequent values, a potential conjecture is that Tn = An + Bn, where An and Bn are well-known sequences such as the Fibonacci or Catalan numbers. To develop a formal conjecture, one would derive patterns or closed forms through series expansion or inductive reasoning, also possibly involving characteristic equations to find these sequences .

You might also like