IMC 2011 · Problem 2

Day 218th IMC · Blagoevgrad, Bulgaria

Statement

An alien race has three genders: male, female, and emale. A married triple consists of three persons, one from each gender, who all like each other. Any person is allowed to belong to at most one married triple. A special feature of this race is that feelings are always mutual – if xx likes yy, then yy likes xx.

The race is sending an expedition to colonize a planet. The expedition has nn males, nn females, and nn emales. It is known that every expedition member likes at least kk persons of each of the two other genders. The problem is to create as many married triples as possible to produce healthy offspring so the colony could grow and prosper.

a) Show that if nn is even and k=n2k = \dfrac{n}{2}, then it might be impossible to create even one married triple.

b) Show that if k3n4k \ge \dfrac{3n}{4}, then it is always possible to create nn disjoint married triples, thus marrying all of the expedition members.

Official solution

Hidden so you can work on the problem first.