Maths Olympiad Prep

Track / Stage 5 / 168 of 400 #768 of 1964

Problem 768

AIME late
Combinatorics Difficulty 5.4 Find the answer HMMT February

A vertex-induced subgraph is a subset of the vertices of a graph together with any edges whose endpoints are both in this subset. An undirected graph contains 10 nodes and mm edges, with no loops or multiple edges. What is the minimum possible value of mm such that this graph must contain a nonempty vertex-induced subgraph where all vertices have degree at least 5?

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

Next problem →

Official solution

Suppose that we want to find the vertex-induced subgraph of maximum size where each vertex has degree at least 5. To do so, we start with the entire graph and repeatedly remove any vertex with degree less than 5. If there are vertices left after this process terminates, then the subgraph induced by these vertices must have all degrees at least 5. Conversely, if there is a vertex-induced subgraph where all degrees are at least 5, then none of these vertices can be removed during the removing process. Thus, there are vertices remaining after this process if and only if such a vertex-induced subgraph exists. If the process ends with an empty graph, the largest possible number of edges are removed when the first 5 removed vertices all have 4 edges at the time of removal, and the last 5 vertices are all connected to each other, resulting in 5×4+4+3+2+1+0=305 \times 4+4+3+2+1+0=30 removed edges. The answer is 30+1=3130+1=31.

Source: Omni-MATH, licensed Apache-2.0. Statement reproduced verbatim; metadata (topic, difficulty, ordering) added by this project.