Skip to main content

2018 AMC 12A Problem 24

Problem 24 of 25HarderAlgebraCounting & Probability

Alice, Bob, and Carol play a game in which each of them chooses a real number between 00 and 1.1. The winner of the game is the one whose number is between the numbers chosen by the other two players. Alice announces that she will choose her number uniformly at random from all the numbers between 00 and 1,1, and Bob announces that he will choose his number uniformly at random from all the numbers between 12\tfrac12 and 23.\tfrac23. Armed with this information, what number should Carol choose to maximize her chance of winning?

Answer choices

Show solution

Solution

If c12,c \le \tfrac12, Carol beats Bob automatically, so she wins only if Alice is below c,c, probability c12.c \le \tfrac12. If c23,c \ge \tfrac23, she wins with probability 1c13.1 - c \le \tfrac13. Neither case exceeds 12.\tfrac12. For 12<c<23,\tfrac12 \lt c \lt \tfrac23, the chance Bob’s number exceeds cc is 23c2312=46c,\frac{\frac{2}{3} - c}{\frac{2}{3} - \frac{1}{2}} = 4 - 6c, so the probability Carol is above Alice and below Bob is c(46c);c(4 - 6c); the reverse ordering has probability (1c)(6c3).(1 - c)(6c - 3). Adding, c(46c)+(1c)(6c3)=12c2+13c3. \begin{aligned} &c(4 - 6c) + (1 - c)(6c - 3) \\ &= -12c^2 + 13c - 3. \end{aligned} This downward parabola is maximized at c=1324,c = \tfrac{13}{24}, which lies in (12,23),\left(\tfrac12, \tfrac23\right), and its value exceeds 12.\tfrac12. Thus, the correct answer is B.

More practice

Concepts: geometric probability · casework · optimization

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.