27th USA Mathematical Olympiad 1998 Problems
A1. The sets {a1, a2, ... , a999} and {b1, b2, ... , b999} together contain all the integers from 1 to 1998. For each i, |ai - bi| = 1 or 6. For example, we might have a1 = 18, a2 = 1, b1 = 17, b2 = 7. Show that ∑1999 |ai - bi| = 9 mod 10.
A2. Two circles are concentric. A chord AC of the outer circle touches the inner circle at Q. P is the midpoint of AQ. A line through A intersects the inner circle at R and S. The perpendicular bisectors of PR and CS meet at T on the line AC. What is the ratio AT/TC?
A3. The reals x1, x2, ... , xn+1 satisfy 0 < xi < π/2 and ∑1n+1 tan(xi - π/4) ≥ n-1. Show that ∏1n+1 tan xi ≥ nn+1.
B1. A 98 x 98 chess board has the squares colored alternately black and white in the usual way. A move consists of selecting a rectangular subset of the squares (with boundary parallel to the sides of the board) and changing their color. What is the smallest number of moves required to make all the squares black?
B2. Show that one can find a finite set of integers of any size such that for any two members the square of their difference divides their product.
B3. What is the largest number of the quadrilaterals formed by four adjacent vertices of an convex n-gon that can have an inscribed circle?
Solution
27th USA Mathematical Olympiad 1998
Problem A1
The sets {a1, a2, ... , a999} and {b1, b2, ... , b999} together contain all the integers from 1 to 1998. For each i, |ai - bi| = 1 or 6. For example, we might have a1 = 18, a2 = 1, b1 = 17, b2 = 7. Show that ∑1999 |ai - bi| = 9 mod 10.
Solution
If |ai - bi| = 6, then ai and bi have the same parity, so the set of such ai and bi contains an even number of odd numbers. But if |ai - bi| = 1, then ai and bi have opposite parity, so each such pair includes just one odd number. Hence if the number of such pairs is even, then the set of all such ai and bi also has an even number of odd numbers. But the total number of ai and bi which are odd is 999 which is odd. Hence the number of pairs with |ai - bi| = 1 must be odd, and hence the number of pairs with |ai - bi| = 6 must be even. Suppose it is 2k. Then ∑ |ai - bi| = (999 - 2k) 1 + 2k 6 = 999 + 10k = 9 mod 10. Problem A2
Two circles are concentric. A chord AC of the outer circle touches the inner circle at Q. P is the midpoint of AQ. A line through A intersects the inner circle at R and S. The perpendicular bisectors of PR and CS meet at T on the line AC. What is the ratio AT/TC?
Solution
We have AR·AS = AQ2 = AQ/2 2AQ = AP·AC, so ARP and ACS are similar, so ∠ACS = ∠ARP, so PRSC is cyclic. Hence T must be the center of its circumcircle and must also lie on the perpendicular bisector of CP. Hence it must be the midpoint of CP. So CT = 3/8 CA and hence AT/TC = 5/3.
However, that is not quite all. If CS is parallel to PR, then their perpendicular bisectors coincide and both pass through A. So one could also regard A as a possible position for T.
The reals x1, x2, ... , xn+1 satisfy 0 < xi < π/2 and ∑1n+1 tan(xi - π/4) ≥ n-1. Show that ∏1n+1 tan xi ≥ nn+1.
Solution
Put ti = tan(xi - π/4). Then (1 + ti)/(1 - ti) = tan(π/4 + xi - π/4) = tan xi. So we wish to show that ∏(1 + ti)/(1 - ti) ≥ nn+1.
The given inequality is equivalent to 1 + ti ≥ ∑j≠i (1 - tj). Using the AM/GM inequality, this implies that (1 + ti)/n >= ∏j≠i (1 - tj)1/n. Hence ∏ (1 + ti)/nn+1 ≥ ∏i ∏j≠i (1 - tj)1/n = ∏ (1 - ti).
A 98 x 98 chess board has the squares colored alternately black and white in the usual way. A move consists of selecting a rectangular subset of the squares (with boundary parallel to the sides of the board) and changing their color. What is the smallest number of moves required to make all the squares black?
Solution
Answer: 98.
There are 4·97 adjacent pairs of squares in the border and each pair has one black and one white square. Each move can fix at most 4 pairs, so we need at least 97 moves. However, we start with two corners one color and two another, so at least one rectangle must include a corner square. But such a rectangle can only fix two pairs, so at least 98 moves are needed.
It is easy to see that 98 suffice: take 49 1x98 rectangles (alternate rows), and 49 98x1 rectangles (alternate columns).
Show that one can find a finite set of integers of any size such that for any two members the square of their difference divides their product.
Solution
We find inductively a set with n elements satisfying the slightly stronger condition that if a and b are any two elements, then a - b divides both a and b. For n = 2, we may take {1, 2}. Suppose we have a set S for n. Let m be the lowest common multiple (or any multiple) of all the members of S. Now take the set {m + a: a ∈ S} ∪ {m} for n+1. A difference (m + a) - (m + b) = a - b divides a and b, hence also m, and hence m + a and m + b. A difference (m + a) - m = a divides a and m and hence also m + a.
What is the largest number of the quadrilaterals formed by four adjacent vertices of an convex n-gon that can have an inscribed circle?
Solution
Answer: [n/2].
Take a regular n-gon and slice off alternate corners (until [n/2] corners have been cut). Specifically, if the vertices are A1, A2, ... , An, then we slice off the corners at A1, A3, A5, ... Am, where m = n-1 if n is even, or n-2 if n is odd. At each corner Ai which we slice, we take the inscribed circle to the triangle Ai-1AiAi+1, draw a tangent to it parallel to Ai-1Ai+1 and cut along the tangent. This procedure shows that [n/2] can be achieved.
To show that it is optimal it is sufficient to show that if A, B, C, D, E are adjacent vertices of any polygon and ABCD has an inscribed polygon, then BCDE does not. Since ABCD has an inscribed polygon, AD + BC = AB + CD (if the inscribed circle touches at X on AB and Y on AD, then AX = AY. That and the three similar equations give the result). So if BCDE also has an inscribed polygon, then BE + CD = BC + DE. Hence (adding) AD + BE = AB + DE. But the diagonals AD and BE must meet at some point X. Then AD + BE = AX + XD + BX + XE = (AX + XB) + (DX + XE) > AB + DE. Contradiction.
Labels:
USAMO