You may also be interested in the printable (PDF) format or the LaTeX source code.
A betting company offers the possibility to bet on any of the n contestants in a race, with odds a1,...,an, respectively. This means that if you bet X dollars on contestant j (where X is any positive real number), then:
If the company does not choose the odds wisely, it may be possible to bet on all of the contestants in a manner that guarantees a profit no matter what. For instance, if there are 3 contestants with odds 2, 2, and 10, you could bet $1 on each of the first two and $0.50 on the the third one, guaranteeing a profit no matter who wins the race.
The function f is defined on the positive integers by the formulas
f(1) = 1,for all n ≥ 1.
f(2n) = 2f(n)+2n,
nf(2n+1) = (2n+1)f(n)
(Proposed by Michael Wu, a student at Mathcamp 2009 & 2010.) There are n children equally spaced around a merry-go-round with n seats, waiting to get on. The children climb onto the merry-go-round one by one (but not necessarily going in order around the circle), always using the seat in front of them and only taking a seat if it is empty. After one child climbs on and takes a seat, the merry-go-round rotates 360/n degrees counterclockwise so that each remaining child is again lined up with a seat. For what values of n is it possible for the children to climb on, in some order, so that everyone gets a seat? (Do remember to prove both that it's possible for the values you claim and that it's impossible for all other values.)
A country has n airports served by k airlines. Not every pair of airports is connected by a direct flight, but if you don't mind stopovers, you can get from any airport to any other. Also, if a direct flight between a pair of cities exists, you can travel on it in either direction.
Bianca and Yuval are playing a game. Yuval thinks of an integer greater than or equal to 1000, but does not reveal it to Bianca. Then Bianca names an integer greater than 1. If Yuval's number is divisible by Bianca's, Bianca wins. Otherwise, Yuval subtracts Bianca's number from his own; the resulting difference is his new number. The game continues, with Bianca naming a different integer each time (no repeats allowed!) and Yuval subtracting each integer she names, until either Yuval's number is divisible by Bianca's (in which case Bianca wins) or Yuval's number becomes negative (in which case Yuval wins).
Three numbers are arranged around a circle; at time t=0, the numbers are 0, 1, 2, reading counterclockwise. Thereafter, the numbers are adjusted each unit of time, as follows: If the two neighbors of a number m are equal, then that number m will stay the same for the next unit of time. If the counterclockwise neighbor of a number m is less than its clockwise neighbor, then the number m will be raised by 1. If the counterclockwise neighbor of a number m is greater than its clockwise neighbor, then the number m will be reduced by 1. The first few steps of this process yield the following:
t=0 | 0, 1, 2 |
t=1 | 1, 0, 3 |
t=2 | 2, -1, 2 |
t=3 | 3, -1, 1 |
t=4 | 4, 0, 0 |
t=5 | 4, 1, -1 |
Including t=0, what is the 2011th time that at least one of the three numbers is zero?
(Proposed by Josh Frisch, a student at Mathcamp 2010.) Consider the interval (0,1], which is the set of real numbers x with 0 < x ≤ 1. A subset S of the interval (0,1] is called evil if, for each positive integer n:
Must an evil set contain every rational number in the interval (0,1]?
There are N cyclists riding counterclockwise around a circular track, each one at a different constant speed. The track is very narrow: there is only one point on it where passing is possible (but at this point, the track is wide enough that any number of bicycles can pass there simultaneously). Somehow the cyclists have arranged it so that they can keep going as long as they want, always passing each other at exactly this point.