Unofficial archive — problems, solutions & results © IMC, reproduced with permission.

IMC / 2022 / Problems / Day 2, P5

IMC 2022 · Day 2 · P5

medium

We colour all the sides and diagonals of a regular polygon PP with 43 vertices either red or blue in such a way that every vertex is an endpoint of 20 red segments and 22 blue segments. A triangle formed by vertices of PP is called monochromatic if all of its sides have the same colour. Suppose that there are 2022 blue monochromatic triangles. How many red monochromatic triangles are there?

(proposed by Mike Daas, Universiteit Leiden)

Solution (official)

Hint: Call two connecting edges a cherry. Double-count cherries.

Define a cherry to be a set of two distinct edges from K43K_{43} that have a vertex in common. We observe that a monochromatic triangle always contains three monochromatic cherries, and that a polychromatic triangle always contains one monochromatic cherry and two polychromatic cherries. Therefore we study the quantity 2MP2M - P, where MM is the number of monochromatic cherries and PP is the number of polychromatic cherries. By observing that every cherry is part of a unique triangle, we can split this quantity up into all the distinct triangles in K43K_{43}. By construction the contribution of a polychromatic triangle will vanish, whereas a monochromatic triangle will contribute 6. We conclude that 2MP=6{number of monochromatic triangles}.2M - P = 6 \cdot \{ \text{number of monochromatic triangles} \}. Consider any vertex vv. Let MvM_v be the number of monochromatic cherries with central vertex vv and PvP_v the number such polychromatic cherries. It then follows that Mv=20192+22212=421andPv=2022=440.M_v = \frac{20 \cdot 19}{2} + \frac{22 \cdot 21}{2} = 421 \quad \text{and} \quad P_v = 20 \cdot 22 = 440. In other words, for any vertex vv it holds that 2MvPv=4022 M_v - P_v = 402. Adding up all these contributions, we find that 2MP=43402.2M - P = 43 \cdot 402. We conclude that there are 43402/6=4367=288143 \cdot 402 / 6 = 43 \cdot 67 = 2881 monochromatic triangles in total. Since 2022 of these were blue, 859 must be red.

How the field did

contestants scored
589
average (of 10)
5.05
solved (≥ 80%)
48.6%
near-0 (≤ 10%)
45.3%
discrimination
0.41

Score distribution (field cohort)

Computed on contestants with a meaningful total (field cohort); discrimination is the corrected item–total correlation.

Similar problems

IMC 1999 · Day 1 · P5mediumavg 5.5/10 · solved 48% · near-0 33% · disc 0.58
IMC 1999 · Day 2 · P8mediumavg 5.6/10 · solved 49% · near-0 32% · disc 0.58
IMC 2000 · Day 2 · P7mediumavg 6.8/10 · solved 47% · near-0 11% · disc 0.61
IMC 1999 · Day 1 · P2mediumavg 5.4/10 · solved 47% · near-0 39% · disc 0.64