Difference between revisions of "2008 iTest Problems/Problem 82"
m (solution minus lemma) |
m |
||
Line 13: | Line 13: | ||
Lemma: The maximal number of edges of a bicolored graph of <math>n</math> points without a monotonic triangle is <math> < \left \lfloor \frac{n^2}{4} \right \rfloor</math>. | Lemma: The maximal number of edges of a bicolored graph of <math>n</math> points without a monotonic triangle is <math> < \left \lfloor \frac{n^2}{4} \right \rfloor</math>. | ||
− | Proof: {{ | + | Proof: |
+ | |||
+ | {{stub}} | ||
+ | |||
+ | <!-- Use extremal, one point has at least <math>n/2</math> edges, etc --> | ||
It follows that the maximal number of non-bouts amongst any three people is <math>\frac{2008^2}{4} - 1</math>, and so the minimal number of bouts to guaranteed a bout amongst any three people is <math>{2008 \choose 2} - \frac{2008^2}{4} = \boxed{1007012}</math>. This is achieved if we partition the <math>2008</math> thumbwrestlers into two groups of <math>1004</math>, and have each member of a group play every other member of the group. That yields <math>2 {1004 \choose 2} = 1007012</math> bouts. | It follows that the maximal number of non-bouts amongst any three people is <math>\frac{2008^2}{4} - 1</math>, and so the minimal number of bouts to guaranteed a bout amongst any three people is <math>{2008 \choose 2} - \frac{2008^2}{4} = \boxed{1007012}</math>. This is achieved if we partition the <math>2008</math> thumbwrestlers into two groups of <math>1004</math>, and have each member of a group play every other member of the group. That yields <math>2 {1004 \choose 2} = 1007012</math> bouts. |
Revision as of 14:54, 1 December 2015
Problem
Tony’s favorite “sport” is a spectator event known as the Super Mega Ultra Galactic Thumbwrestling
Championship (SMUG TWC). During the 2008 SMUG TWC, 2008 professional
thumbwrestlers who have dedicated their lives to earning lithe, powerful thumbs, compete to
earn the highest title of Thumbzilla. The SMUG TWC is designed so that, in the end, any
set of three participants can share a banana split while telling FOXTM television reporters
about a bout between some pair of the three contestants. Given that there are exactly two
contestants in each bout, let m be the minimum number of bouts necessary to complete the
SMUG TWC (so that the contestants can enjoy their banana splits and chat with reporters).
Compute .
Solution
Lemma: The maximal number of edges of a bicolored graph of points without a monotonic triangle is
.
Proof:
This article is a stub. Help us out by expanding it.
It follows that the maximal number of non-bouts amongst any three people is , and so the minimal number of bouts to guaranteed a bout amongst any three people is
. This is achieved if we partition the
thumbwrestlers into two groups of
, and have each member of a group play every other member of the group. That yields
bouts.