Maths Olympiad Prep

Library / /442 of 520

Combinatorics Difficulty 5.8 AIME, harder Find the answer

Four, (50 points) In the 21st Century City, all streets run either east-west or north-south. To enhance security management, security booths are placed at some intersections (no two security booths are on the same street), and the rectangle formed by two security booths as two vertices and streets as edges is called a security zone. The number of security booths within a security zone (including the boundary) is called the security strength of that zone.

If the city has at least nn (n5)(n \geqslant 5) streets in both directions, and any two non-parallel streets intersect at an intersection, now select nn intersections to place security booths according to the requirements. Find the minimum value of the maximum security strength of any security zone.

A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.

Solution

Let the southernmost, easternmost, northernmost, and westernmost security booths be A,B,C,DA, B, C, D (some may coincide). The east-west streets passing through A,CA, C and the north-south streets passing through B,DB, D form a rectangle MM, within which all security booths are located. Let n=5k+r(0r4,k1)n=5k+r (0 \leqslant r \leqslant 4, k \geqslant 1), and use S(X)S(X) to denote the security strength of the security zone XX.
(1) If at least two different points among A,B,C,DA, B, C, D are vertices of MM, then MM itself is a security zone. In this case,
S(M)=n[n5]+2. S(M)=n \geqslant\left[\frac{n}{5}\right]+2.
(2) If exactly one of A,B,C,DA, B, C, D is a vertex of MM (let it be AA). In this case, each of the two sides of MM not containing AA has one security booth (let them be B,CB, C, as shown in Figure 4). Then the three security zones AB,BC,CAAB, BC, CA cover MM. Thus, the n3n-3 security booths outside A,B,CA, B, C are covered by the above three security zones. Therefore, at least one security zone XX covers at least [5k33+23]k\left[\frac{5k-3}{3}+\frac{2}{3}\right] \geqslant k of these n3n-3 security booths. Since XX covers two points among A,B,CA, B, C (with two of these points as vertices), we have
S(X)k+2=[n5]+2. S(X) \geqslant k+2=\left[\frac{n}{5}\right]+2.
(3) If none of A,B,C,DA, B, C, D are vertices of MM, then the four security zones AB,BC,CD,DAAB, BC, CD, DA cover all security booths in MM except for the rectangle ABCDA'B'C'D' (as shown in Figure 5). The security zone ACAC covers the rectangle ABCDA'B'C'D'. Thus, the n4n-4 security booths outside A,B,C,DA, B, C, D are covered by the above five security zones. Therefore, at least one security zone YY covers at least [5k45]+1=k\left[\frac{5k-4}{5}\right]+1=k of these n4n-4 security booths. Since YY covers two points among A,B,C,DA, B, C, D (with two of these points as vertices), we have
S(Y)k+2=[n5]+2. S(Y) \geqslant k+2=\left[\frac{n}{5}\right]+2.

From the above, we see that Smax[n5]+2S_{\max} \geqslant\left[\frac{n}{5}\right]+2.
Next, divide the n=5k+rn=5k+r security booths into five groups, with the number and distribution of security booths in each group as shown in Figure 6, where rr groups on the boundary contain k+1k+1 security booths, and the other groups contain kk security booths.
For any two security booths P,QP, Q:
When P,QP, Q belong to the same group, S(PQ)k+1S(PQ) \leqslant k+1.
When exactly one of P,QP, Q belongs to the central group, the security zone PQPQ either contains exactly one point from the central group or exactly one point from a non-central group, so
S(PQ)1+(k+1)=k+2. S(PQ) \leqslant 1+(k+1)=k+2.

When P,QP, Q belong to two adjacent boundary groups, the security zone PQPQ either contains exactly one point from one of these groups or exactly one point from the other group, so
S(PQ)1+(k+1)=k+2. S(PQ) \leqslant 1+(k+1)=k+2.

When P,QP, Q belong to two opposite boundary groups, the security zone PQPQ contains exactly one point from each of these groups and at most kk points from the central group, so
S(PQ)1+k+1=k+2. S(PQ) \leqslant 1+k+1=k+2.

Furthermore, in Figure 6, there clearly exist security booths P,QP, Q such that S(PQ)=k+2S(PQ)=k+2, thus Smax=k+2S_{\text{max}}=k+2.
Therefore, (Smax)min=[n5]+2. \text{Therefore, }\left(S_{\max}\right)_{\min}=\left[\frac{n}{5}\right]+2.

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: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.