Consider a set of 16 points arranged in 4×4 square grid formation. Prove that if any 7 of these points are coloured blue, then there exists an isosceles right-angled triangle whose vertices are all blue.
Problem
Source: RMO 2023/6
Tags: Combo, combinatorics, RMO 2023
29.10.2023 14:25
Can we replace 16 by n2 and 7 by 2n−1 here?
29.10.2023 20:09
Here's a solution by Rohan from his livestream, which avoids casework: (This is much easier to see with a picture, but until I put one up...) Suppose not. Note that in any square, at most two points may be marked. Partition grid into the center, the corners and two other squares. This forces that one of the central squares is marked, call it C. Observe that the 3×3 grid around C can have at most two other marked points. Further, using isosceles right triangles with C as the vertex, we can pair the rest of the squares (excluding the 3×3) into three pairs and one corner, each of which must have a marked square. Therefore the opposite corner must be marked, but this leads to a contradiction as now neither of the squares in one of the pairs can be marked.
29.10.2023 20:58
RMO 2017 P4 seems to be a weird "inverted" version of this problem...anyone know how the solution to that might help in this one?
30.10.2023 18:15
How can someone even casework perfectly? like there are so many cases.. in exam, i just proved for like 3-4 cases and wrote that alone
31.10.2023 09:05
polynomialian wrote: How can someone even casework perfectly? like there are so many cases.. in exam, i just proved for like 3-4 cases and wrote that alone All cases with 4 colors on one side get rejected (it is easy to prove) and then ig you are left with 4 cases...
31.10.2023 22:21
Sol by RG:- For the sake of contradiction assume there exists no isosceles triangle. Step 1 The Center 2×2 square must have a blue point. Proof We partition the the grid into 4 squares as in the following diagram one of which is the center 2×2 square. Clearly each square have atmost 2 blue points so as to avoid isosceles right triangle. This means that the three squares (other than the center 2×2 square) altogether have atmost 6 blue points. Since there are 7 blue points, the Center 2×2 square must have a blue point. We pick a blue point in the center 2×2 grid and name it O.Let us consider the 3×3 grid whose center is O .We name this grid G. Step 2 There are atleast 3 blue points in grid G. Proof We label the vertices outside grid G as A,B,C,D as in the following diagram such that vertices labelled by same alphabet along with O form an isosceles right triangle. So we have atmost 1A,1B,1C,1D blue vertex. Thus there are atmost 4 blue vertices outside grid G implying that there are atleast 3 blue vertices in grid G. Step 3 There are atmost 3 blue vertices in grid G. Proof Since there are atleast 3 blue vertices in grid G so there exists blue points in grid G other than O. We partition the points (other than O) in grid G into 2 squares (red and green) as in the following diagram. Case 1 There exists a blue point in red square. We name this blue vertex P.Consider the purple trapezoid in the following diagram.Note that it can't have a blue point other than O since otherwise that point along with O,P would form an isosceles right triangle .Consider the pink square, it contains atmost 1 blue point other than O so as to avoid isosceles right triangle. Thus we obtain atmost 3 blue points in grid G. Case 2 There exists a blue point in green square. We name this blue vertex Q. Consider the purple rectangle in the following diagram. It doesn't contain any blue point other than O,Q since otherwise that vertex along with O,Q would form an isosceles right triangle.Consider the pink segment in the following digram, it can't contain more than 1 blue point since otherwise those 2 points along with O would form isosceles right triangle.Thus we obtain atmost 3 points in Grid G. Step 4 Final contradiction Since there are atmost 3 blue squares and atleast 3 blue squares in grid G ,grid G has exactly 3 blue squares and there are exactly 4 squares outside grid G which implies there are exactly 1A,1B,1C,1D square (from step 2).But then OBD is isosceles right angled triangle.Contradiction.
31.10.2023 23:06
So here I present a solution... FTSOC assume that there do not exists such an isosceles right-angled triangle whose vertices are all blue. Then we start with drawing the 16 point grid and stretching it's diagonal: [asy][asy] size(2cm,2cm); dot((0,0)); dot((0,1)); dot((0,2)); dot((0,3)); dot((1,0)); dot((1,1)); dot((1,2)); dot((1,3)); dot((2,0)); dot((2,1)); dot((2,2)); dot((2,3)); dot((3,0)); dot((3,1)); dot((3,2)); dot((3,3)); draw((0,0)--(3,3)); [/asy][/asy] We start by casing on the colouring of the diagonal (the blue dot represents the points that are coloured blue and the red dot represents the dots which we can't choose): Case1: There are 4 blue points on the diagonal: [asy][asy] size(2cm,2cm); dot((0,0), blue); dot((0,1)); dot((0,2)); dot((0,3)); dot((1,0)); dot((1,1), blue); dot((1,2)); dot((1,3)); dot((2,0)); dot((2,1)); dot((2,2), blue); dot((2,3)); dot((3,0)); dot((3,1)); dot((3,2)); dot((3,3), blue); draw((0,0)--(3,3)); [/asy][/asy] Since any square we choose in this grid will have at most two blue points as its vertices, we can't have the rest of the points to be blue (†) as otherwise clearly there exists an isosceles right-angled triangle then the configuration for this case would be something like this: [asy][asy] size(2cm,2cm); dot((0,0), blue); dot((0,1),red); dot((0,2),red); dot((0,3),red); dot((1,0),red); dot((1,1), blue); dot((1,2),red); dot((1,3),red); dot((2,0),red); dot((2,1), red); dot((2,2), blue); dot((2,3), red); dot((3,0), red); dot((3,1), red); dot((3,2), red); dot((3,3), blue); draw((0,0)--(3,3)); [/asy][/asy] So This case is clearly not possible. Case2: 3 points are coloured blue on the diagonal. Now this case has two subcases: Subcase 1: The coloring of the three points is like this: [asy][asy] size(2cm,2cm); dot((0,0), blue); dot((0,1)); dot((0,2)); dot((0,3)); dot((1,0)); dot((1,1),red); dot((1,2)); dot((1,3)); dot((2,0)); dot((2,1)); dot((2,2), blue); dot((2,3)); dot((3,0)); dot((3,1)); dot((3,2)); dot((3,3), blue); draw((0,0)--(3,3)); [/asy][/asy] In this case first of all, clearly from (†) we have the immediate colouring like this: [asy][asy] size(2cm,2cm); dot((0,0), blue); dot((0,1)); dot((0,2),red); dot((0,3),red); dot((1,0)); dot((1,1),red); dot((1,2)); dot((1,3)); dot((2,0),red); dot((2,1)); dot((2,2), blue); dot((2,3),red); dot((3,0),red); dot((3,1)); dot((3,2),red); dot((3,3), blue); draw((0,0)--(3,3)); [/asy][/asy] also colouring of the type: [asy][asy] size(2cm,2cm); dot((1,0)); dot((1,1)); dot((2,0)); draw((1,0)--(1,1)--(2,0)--(1,0)); [/asy][/asy] and [asy][asy] size(2cm,2cm); dot((1,0)); dot((2,1)); dot((3,0)); dot((2,0)); draw((2,1)--(3,0)--(1,0)--(2,1)); [/asy][/asy] are strictly prohibited hence we get the immediate colouring as: [asy][asy] size(2cm,2cm); dot((0,0), blue); dot((0,1)); dot((0,2),red); dot((0,3),red); dot((1,0)); dot((1,1),red); dot((1,2)); dot((1,3),red); dot((2,0),red); dot((2,1)); dot((2,2), blue); dot((2,3),red); dot((3,0),red); dot((3,1),red); dot((3,2),red); dot((3,3), blue); draw((0,0)--(3,3)); [/asy][/asy] Now it is immediate that to complete colouring of 7 we must choose left 4 points but they will again form a isosceles triangle so this case is also not true. Now: Subcase 2: The coloring of the three points is like this: [asy][asy] size(2cm,2cm); dot((0,0),red); dot((0,1)); dot((0,2)); dot((0,3)); dot((1,0)); dot((1,1),blue); dot((1,2)); dot((1,3)); dot((2,0)); dot((2,1)); dot((2,2), blue); dot((2,3)); dot((3,0)); dot((3,1)); dot((3,2)); dot((3,3), blue); draw((0,0)--(3,3)); [/asy][/asy] Now this case is similar to Subcase 1: from the arguments we above saw clearly the immediate colouring that would follow would be like this: [asy][asy] size(2cm,2cm); dot((0,0),red); dot((0,1)); dot((0,2),red); dot((0,3)); dot((1,0)); dot((1,1),blue); dot((1,2),red); dot((1,3),red); dot((2,0),red); dot((2,1),red); dot((2,2), blue); dot((2,3),red); dot((3,0)); dot((3,1),red); dot((3,2), red); dot((3,3), blue); draw((0,0)--(3,3)); [/asy][/asy] Now clearly these four left points are the only choices to choose from, but then there is again an isosceles right-angled triangle in this configuration, so this case is also impossible. so in all cases of 3 points being blue, it's not possible. Now the cases of 2,1,0 blue points on the diagonal are very strong , in which we have that at least 3 points will be blue in the equal 6 points region divided by the diagonal , also if there are at least 4 points blue in any of the two 6 point regions then, in that case, clearly there is always an isosceles right-angled triangle. so clearly case of 0 point being blue coloured in the diagonal forces that at least 4 points would be in any of 1 region forming an isosceles right-angled triangle,so this case is also not possible. so to proceed we just need to show that for 2 point blue case 3 and 2 point splitting of blue coloured dot is not possible similarly for 1 point blue case we need to show that 3 and 3 point splitting of the blue coloured dot is not possible and Caseof2points: for this case clearly the only possible colourings are like this as rest will be get obtained by rotation: [asy][asy] size(2cm,2cm); dot((0,0),blue); dot((0,1),red); dot((0,2),red); dot((0,3),red); dot((1,0),red); dot((1,1),blue); dot((1,2),red); dot((1,3),red); dot((2,0),red); dot((2,1),red); dot((2,2), red); dot((2,3)); dot((3,0),blue); dot((3,1),blue); dot((3,2), blue); dot((3,3), red); [/asy][/asy] [asy][asy] size(2cm,2cm); dot((0,0),red); dot((0,1),red); dot((0,2)); dot((0,3)); dot((1,0),red); dot((1,1),blue); dot((1,2),red); dot((1,3),red); dot((2,0),blue); dot((2,1),red); dot((2,2), red); dot((2,3),red); dot((3,0),blue); dot((3,1),red); dot((3,2), blue); dot((3,3), blue); [/asy][/asy] which clearly shows it's always possible to form a right-angled isosceles triangle in this case. Caseof1points: for this case clearly the only possible colourings are like this (as others are same upto rotation): [asy][asy] size(2cm,2cm); dot((0,0),red); dot((0,1),red); dot((0,2),red); dot((0,3),red); dot((1,0),red); dot((1,1),blue); dot((1,2),red); dot((1,3),red); dot((2,0),blue); dot((2,1),red); dot((2,2), red); dot((2,3),red); dot((3,0),blue); dot((3,1),blue); dot((3,2), blue); dot((3,3),red); draw((2,3)--(3,0)--(1,1)--(2,3),green); [/asy][/asy] giving us that there is no right-angled isosceles triangle in this case also This exhausts all cases and hence we found that there must exist a right angled isosceles triangle with such colouring. ◼
23.10.2024 12:18
I have discussed this question in my RMO 2023 video on my channel "little fermat". Here is the Video