Maths Olympiad Prep

Library / /13 of 14

Combinatorics Difficulty 6.5 National olympiad Prove it Bulgaria

A quadruplet of distinct positive integers (a,b,c,d)(a, b, c, d) is called kk-good if the following conditions hold:
1. Among a,b,c,da, b, c, d, no three form an arithmetic progression.
2. Among a+b,a+c,a+d,b+c,b+d,c+da + b, a + c, a + d, b + c, b + d, c + d, there are kk of them, forming an arithmetic progression.

a) Find a 4-good quadruplet.

b) What is the maximal kk, such that there is a kk-good quadruplet?

Solution

a) The quadruple (7,6,4,3)(7, 6, 4, 3) is nice because there are no three numbers in it to form an arithmetic progression, but of the six numbers
7+6=13, 7+4=11, 7+3=10, 6+4=10, 6+3=9, 4+3=7 7 + 6 = 13,\ 7 + 4 = 11,\ 7 + 3 = 10,\ 6 + 4 = 10,\ 6 + 3 = 9,\ 4 + 3 = 7
the numbers 7,9,11,137, 9, 11, 13 form an arithmetic progression.

b) Without restriction let a>b>c>da > b > c > d. Then
a+b>a+c>max(a+d,b+c)>min(a+d,b+c)>b+d>c+d. a + b > a + c > \max(a + d, b + c) > \min(a + d, b + c) > b + d > c + d.

1) a+b,a+ca+b, a+c and a+da+d form an arithmetic progression, then 2(a+c)=(a+b)+(a+d)    2c=b+d2(a+c) = (a+b) + (a+d) \iff 2c = b+d;
2) a+b,a+ca+b, a+c and b+cb+c form an arithmetic progression, then 2(a+c)=(a+b)+(b+c)    2b=a+c2(a+c) = (a+b) + (b+c) \iff 2b = a+c;
3) a+d,b+da+d, b+d and c+dc+d form an arithmetic progression, then 2(b+d)=(a+d)+(c+d)    2b=a+c2(b+d) = (a+d) + (c+d) \iff 2b = a+c;
4) b+c,b+db+c, b+d and c+dc+d form an arithmetic progression, then 2(b+d)=(b+c)+(c+d)    2c=b+d2(b+d) = (b+c) + (c+d) \iff 2c = b+d.
In all four cases we get a contradiction with the given condition.
From the above it is clear that all 6 numbers cannot form an arithmetic progression.
Let's assume that 5 of them form an arithmetic progression. Notice that whichever of the numbers a+b,a+c,a+d,b+c,b+da+b, a+c, a+d, b+c, b+d and c+dc+d we delete, there is always some from progressions 1., 2., 3., or 4., contradiction.
It follows from a) that the required kk is 4. \square

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement and solution reproduced as published; topic and difficulty added by this site.