2013 AMC 12A Problems/Problem 20

Revision as of 10:31, 12 February 2013 by Lightest (talk | contribs) (Created page with "Imagine 19 numbers are just 19 persons sitting evenly around a circle <math>C</math>; each of them is facing to the center. One may check that <math>x \succ y</math> iff <math>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Imagine 19 numbers are just 19 persons sitting evenly around a circle $C$; each of them is facing to the center.

One may check that $x \succ y$ iff $y$ is one of the 9 persons on the left of $x$, and $y \succ x$ iff $y$ is one of the 9 persons on the right of $x$. Therefore, "$x \succ y$ and $y \succ z$ and $z \succ x$" implies that $x, y, z$ cuts the circumference of $C$ into three arcs, each of which has no more than $10$ numbers sitting on it (inclusive).

We count the complement: where the cut generated by $(x,y,z)$ has ONE arc that has more than $10$ persons sitting on. Note that there can only be one because there are only $19$ persons in total.

Suppose the number of persons on the longest arc is $k>10$. Then two places of $x,y,z$ are just chosen from the two end-points of the arc, and there are $19-k$ possible places for the third person. Once the three places of $x,y,z$ is chosen, there are three possible ways to put $x,y,z$ into it clockwise. Also, note that for any $k>10$, there are $19$ ways to choose it. Therefore the total number of ways (of the complement) is

\[\sum_{k=11}^{18} 3\cdot 19 \cdot (19-k) = 3\cdot 19 \cdot (1+\cdots+8) = 3\cdot 19\cdot 36\]

So the answer is

\[3\cdot \binom{19}{3} - 3\cdot 19\cdot 36 = 3\cdot 19 \cdot (51 - 36) = 855\]

NOTE: this multiple choice problem can be done even faster -- after we realized the fact that each choice of the three places of $x,y,z$ corresponds to $3$ possible ways to put them in, and that each arc of length $k>10$ has $19$ equitable positions, it is evident that the answer should be divisible by $3\cdot 19$, which can only be $855$ from the five choices.