Maths Olympiad Prep

Library / /10 of 24

, 2023

Combinatorics Difficulty 6.5 National Olympiad Prove it Canada

Problem:

There are 20 students in a high school class, and each student has exactly three close friends in the class. Five of the students have bought tickets to an upcoming concert. If any student sees that at least two of their close friends have bought tickets, then they will buy a ticket too.
Is it possible that the entire class buys tickets to the concert?
(Assume that friendship is mutual; if student AA is close friends with student BB, then BB is close friends with AA.)

Solutions — 2

Solution 1

Solution:

It is impossible for the whole class to buy tickets to the concert.
If two students AA and BB are close friends, and AA has bought a ticket to the concert while BB has not, then AA is enticing BB. We call this pair (A,B)(A, B) an enticement.
In order for a student to change their mind and buy a ticket, they first be enticed by at least 2 of their 3 close friends. That means they can only entice at most 1 other friend. Therefore, the total number of enticements among the students decreases by 1 whenever a student changes their mind to buy a ticket.

Initially, the maximum number of enticements is 15 (each of the initial 5 students with tickets has 3 friends to entice). Assume, for the sake of contradiction, that the entire class ends up buying tickets. After the first 14 people buy tickets, the number of enticements is at most 1514=115-14=1. This is not enough to convince the last person to buy a ticket, since they need 2 enticements.
Therefore, it is impossible that the entire class buys tickets.

Solution 2

Solution:

We shall use the term friendship to denote an unordered pair of students who are close friends. Since each of the 20 students is part of exactly 3 friendships, there are exactly 30 friendships in the class. (We could also represent friendships as edges in an undirected graph whose vertices are the 20 students.)
We say that a friendship is used if one of the students in that friendship buys a ticket after the original five buyers, and the other student already has a ticket at that time. Each time a ticket is purchased after the original five purchases, at least two friendships are used. Observe that no friendship gets used twice.

If all 20 students buy tickets, then three friendships are used when the last student buys a ticket. This would imply that the number of used friendships is at least 14×2+3=3114 \times 2+3=31, which is more than the number of friendships. This contradiction proves that it is not possible that the entire class buys tickets.

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.