Practice
Practice
HD:Documents:PS:TAACOPS:Art:
1 At first, a room is empty. Each minute, either one person enters or two
people leave. After exactly 31999 minutes, could the room contain 31000 + 2
people?
2 Show that if every room in a house has an even number of doors, then the
number of outside entrance doors must be even as well.
3 Lockers in a row are numbered 1, 2, 3, . . . , 1000. At first, all the lockers are
closed. A person walks by, and opens every other locker, starting with locker
#2. Thus lockers 2, 4, 6, . . . , 998, 1000 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 locker #3. Then another person
changes the state of every 4th locker, starting with #4, etc. This process
continues until no more lockers can be altered. Which lockers will be closed?
11 Twenty-three people, each with integral weight, decide to play football, sep-
arating into two teams of eleven people, plus a referee. To keep things fair,
the teams chosen must have equal total weight. It turns out that no matter
who is chosen to be the referee, this can always be done. Prove that the 23
people must all have the same weight.
13 A rectangle is tiled with smaller rectangles, each of which has at least one
side of integral length. Prove that the tiled rectangle also must have at least
one side of integral length.
(b) Find a way to compute j(n) for any positive integer n > 1. You may
not get a “nice” formula, but try to find a convenient algorithm which
is easy to compute by hand or machine.
18 Let a and b be integers greater than one which have no common divisors.
Prove that
b−1 a−1
$ %
X ai X bj
= ,
i=1 b j=1 a
and find the value of this common sum.
20 There are 2000 points on a circle, and each point is given a number which is
equal to the average of the numbers of its two nearest neighbors. Show that
all the numbers must be equal.
21 Given a set of coins in the plane, all with different diameters. Show that one
of them is tangent to at most 5 of the others.
23 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
24 People are seated around a circular table at a restaurant. The food is placed
on a circular platform in the center of the table, and this circular platform
can rotate (this is commonly found in Chinese restaurants that specialize in
banquets). Each person ordered a different entrée, and it turns out that no
one has the correct entrée in front of him. Show that it is possible to rotate
the platform so that at least two people will have the correct entrée.
25 A bug is crawling on the coordinate plane from (7, 11) to (−17, −3). The
bug travels at constant speed one unit per second everywhere but quadrant
II (negative x- and positive y-coordinates), where it travels at 21 units per
second. What path should the bug take to complete its journey in minimal
time? Generalize!
27 (Korea, 1995) Consider finitely many points in the plane such that, if we
choose any three points A, B, C among them, the area of triangle ABC is
always less than 1. Show that all of these points lie within the interior or on
the boundary of a triangle with area less than 4.
30 (St. Petersberg City Olympiad, 1996) Several positive integers are written
on a blackboard. One can erase any two distinct integers and write their
greatest common divisor and least common multiple instead. Prove that
eventually the numbers will stop changing.