1. Show that given any 9 points inside a square side 1 we can always find three which form a triangle with area < 1/8.
2. Given reals x, y with (x2 + y2)/(x2 - y2) + (x2 - y2)/(x2 + y2) = k, find (x8 + y8)/(x8 - y8) + (x8 - y8)/(x8 + y8) in terms of k.
3. I is the incenter of ABC. N, M are the midpoints of sides AB, CA. The lines BI, CI meet MN at K, L respectively. Prove that AI + BI + CI > BC + KL.
4. A triangle has circumradius R and sides a, b, c with R(b+c) = a √(bc). Find its angles.
5. n1, n2, ... , n1998 are positive integers such that n12 + n22 + ... + n19972 = n19982. Show that at least two of the numbers are even.
Solutions
Problem 2
Given reals x, y with (x2 + y2)/(x2 - y2) + (x2 - y2)/(x2 + y2) = k, find (x8 + y8)/(x8 - y8) + (x8 - y8)/(x8 + y8) in terms of k.
Solution
k/2 = (x4+y4)/(x4-y4), so k/2 + 2/k = 2(x8+y8)/(x8-y8). Hence desired expresson = (k2+4)/4k + 4k/(k2+4) = (k4+24k2+16)/(4k3+14k).
Thanks to Cristian Ilac
Problem 4
A triangle has circumradius R and sides a, b, c with R(b+c) = a √(bc). Find its angles.
Answer
A = 90o, B = 45o, C = 45o.
Solution
We have a = 2R sin A, so b+c = 2 sin A √(bc). But by AM/GM (b+c)/2 ≥ √(bc) with equality iff b = c. So we must have b = c and A = 90o.
Thanks to Suat Namli
Problem 5
n1, n2, ... , n1998 are positive integers such that n12 + n22 + ... + n19972 = n19982. Show that at least two of the numbers are even.
Solution
If two of n1, n2, ... , n1997 are even, then there is nothing to prove. If just one of n1, n2, ... , n1997 is even, then an even number of them are odd, so n1998 is also even. So it remains to show that n1, n2, ... , n1997 cannot all be odd.
Odd squares are all = 1 mod 8 and 1997 = 5 mod 8. So if all of n1, n2, ... , n1997 are odd, then n19982 = 5 mod 8. Contradiction.
Thanks to Suat Namli