Maths Olympiad Prep

Library / /685 of 1394

, 2019

Combinatorics Difficulty 5.3 AIME, harder Prove it United States

Problem:

There are 100 people in a room with ages 1,2,,1001, 2, \ldots, 100. A pair of people is called cute if each of them is at least seven years older than half the age of the other person in the pair. At most how many pairwise disjoint cute pairs can be formed in this room?

Solution

Solution:

For a cute pair (a,b)(a, b) we would have
ab2+7,ba2+7 a \geq \frac{b}{2} + 7, \quad b \geq \frac{a}{2} + 7
Solving the system, we get that aa and bb must both be at least 1414. However, 1414 could only be paired with itself or a smaller number; therefore, only people with age 1515 or above can be paired with someone of different age. Pairing consecutive numbers (15,16),(17,18),,(99,100)(15,16), (17,18), \ldots, (99,100) works, giving 100142=43\frac{100-14}{2} = 43 pairs.

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 reproduced verbatim; metadata (topic, difficulty) added by this project.