2010problems March Solns PDF
2010problems March Solns PDF
1. Two players, A and B, are playing the following game. They take turns writing down the
digits of a six-digit number from left to right; A writes down the first digit, which must be
nonzero, and repetition of digits is not permitted. Player A wins the game if the resulting
six-digit number is divisible by 2, 3 or 5, and B wins otherwise.
Prove that A has a winning strategy.
Solution: Let a1 , a2 , a3 be the digits chosen by player A, and let b1 , b2 , b3 be the
digits chosen by player B. Then the resulting six-digit number is n = a1 b1 a2 b2 a3 b3 , where
a1 6= 0 and the digits are all different.
Let M = {0, 2, 4, 5, 6, 8} and N = {1, 3, 7, 9}. If B is to win she must choose b3 from
N, otherwise n is divisible by 2 or 5. A’s goal then is to leave at most 1 and 7 from N
available at the end of the game, and to choose a3 so that a1 + b1 + a2 + b2 + a3 ≡ 2 mod 3.
If she does this then any choice of b3 from the remaining digits in N makes the sum
a1 + b1 + a2 + b2 + a3 + b3 congruent to 0 mod 3, and A will win because n will be divisible
by 3.
To this end A chooses a1 = 3. This forces B to choose b1 and b2 from M (otherwise A
may exhaust N on her next two choices), freeing A to choose a2 = 9. There are now three
cases, depending on B’s choice of b1 and b2 .
1
must be even, we get a third factor of 2. Applying to this to our present problem, if n is
odd then nk is too, so (nk )2 − 1 is divisible by 8.
To prove divisibility by 3 we will use the fact that m2 − 1 is divisible by 3 whenever m
itself is not divisible by 3. This follows from Fermat’s Little Theorem, but it can also be
proved directly using the factorisation m2 − 1 = (m − 1)(m + 1). If m is not divisible by
3 then either m − 1 or m + 1 must be divisible by 3 (just consider the remainder when m
is divided by 3), so m2 − 1 will be divisible by 3. Applying this to our present problem,
either n or (nk )2 − 1 will be divisible by 3, and in either case the product n(n2k − 1) has
a factor of 3.
(a + b)3 27
≥ (1)
ab
2 4
holds.
When does equality hold?
Solution: Since a and b are positive, the inequality is equivalent to
3
a2 b
a+b
≥ .
3 4
To prove this apply the arithmetic mean-geometric mean inequality to a/2, a/2, b. This
gives r
a
+ a2 + b
r
2 aa 3 a b
2
≥ 3
b= ,
3 22 4
and cubing gives the desired result.
Equality holds in the AM-GM inequality when the averaged quantities are all equal, so
equality holds in (1) when b = a/2.
4. Let ABCD be a quadrilateral. The circumcircle of the triangle ABC intersects the sides
CD and DA in the points P and Q respectively, while the circumcircle of CDA intersects
the sides AB and BC in the points R and S. The straight lines BP and BQ intersect
the straight line RS in the points M and N respectively. Prove that the points M, N, P
and Q lie on the same circle.
Solution: By equality of angles subtended on the same chord, ∠BAC = ∠BQC and
∠CQP = ∠CBP (see Figure 1). In addition, quadrilateral ACSR is cyclic, so ∠RSC +
∠RAC = 180◦ , and
2
B
R
N M S
A C