Problem

Source: KMO 2024 P8

Tags: combinatorics



On a blackboard, there are $10$ numbers written: $1, 2, \dots, 10$. Nahyun repeatedly performs the following operations. (Operation) Nahyun chooses two numbers from the 10 numbers on the blackboard that are not in a divisor-multiple relationship, erases them, and writes their GCD and LCM on the blackboard. If every two numbers on the blackboard form a divisor-multiple relationship, Nahyun stops the process. What is the maximum number of operations Nahyun can perform? (Note: $a, b$ are in a divisor-multiple relationship iff $a \mid b$ or $b \mid a$.)