Difference between revisions of "2018 AMC 12A Problems/Problem 24"
MRENTHUSIASM (talk | contribs) m (→Solution 2 (Piecewise Function)) |
MRENTHUSIASM (talk | contribs) (→Solution 2 (Piecewise Function)) |
||
Line 42: | Line 42: | ||
<asy> | <asy> | ||
/* Made by MRENTHUSIASM */ | /* Made by MRENTHUSIASM */ | ||
− | size( | + | size(200); |
− | |||
− | |||
− | |||
− | |||
real f(real x) { return x; } | real f(real x) { return x; } | ||
Line 57: | Line 53: | ||
draw(graph(g,1/2,2/3),red); | draw(graph(g,1/2,2/3),red); | ||
draw(graph(h,2/3,1),red); | draw(graph(h,2/3,1),red); | ||
+ | |||
+ | real xMin = -0.25; | ||
+ | real xMax = 1.25; | ||
+ | real yMin = -0.25; | ||
+ | real yMax = 1.25; | ||
+ | |||
+ | draw((xMin,0)--(xMax,0),black+linewidth(1.5),EndArrow(5)); | ||
+ | draw((0,yMin)--(0,yMax),black+linewidth(1.5),EndArrow(5)); | ||
+ | label("$c$",(xMax,0),E); | ||
+ | label("$y$",(0,yMax),N); | ||
pair A[]; | pair A[]; | ||
Line 73: | Line 79: | ||
label("$1$",(0,1),(-1.5,0)); | label("$1$",(0,1),(-1.5,0)); | ||
− | draw( | + | draw((1/2,-0.02)--(1/2,0.02),linewidth(1)); |
− | + | draw((2/3,-0.02)--(2/3,0.02),linewidth(1)); | |
− | + | draw((1,-0.02)--(1,0.02),linewidth(1)); | |
− | draw((2/3,-0.02)--(2/3,0.02)); | + | draw((-0.02,1)--(0.02,1),linewidth(1)); |
− | draw((1,-0.02)--(1,0.02)); | ||
− | draw((-0.02,1)--(0.02,1)); | ||
</asy> | </asy> | ||
Therefore, the maximum point of <math>P(c)</math> occurs in the interval <math>\left[\frac12,\frac23\right],</math> namely at <math>c=-\frac{13}{2\cdot(-12)}=\boxed{\textbf{(B) }\frac{13}{24}}.</math> | Therefore, the maximum point of <math>P(c)</math> occurs in the interval <math>\left[\frac12,\frac23\right],</math> namely at <math>c=-\frac{13}{2\cdot(-12)}=\boxed{\textbf{(B) }\frac{13}{24}}.</math> |
Revision as of 08:14, 13 September 2021
Contents
Problem
Alice, Bob, and Carol play a game in which each of them chooses a real number between and 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 and and Bob announces that he will choose his number uniformly at random from all the numbers between and Armed with this information, what number should Carol choose to maximize her chance of winning?
Solution 1 (Expected Values)
The expected value of Alice's number is and the expected value of Bob's number is To maximize her chance of winning, Carol should choose the midpoint between these two expected values. So, the answer is
Alternatively, once we recognize that the answer lies in the interval we should choose since no other answer choices lie in this interval.
~Random_Guy (Solution)
~MRENTHUSIASM (Revision)
Solution 2 (Piecewise Function)
Let and be the numbers that Alice, Bob, and Carol choose, respectively.
Based on the value of we construct the following table: Let be Carol's probability of winning when she chooses We write as a piecewise function: Note that is continuous in the interval increasing in the interval increasing and then decreasing in the interval and decreasing in the interval The graph of is shown below. Therefore, the maximum point of occurs in the interval namely at
~MRENTHUSIASM
Solution 3 (Answer Choices)
Let and be the numbers that Alice, Bob, and Carol choose, respectively.
From the answer choices, we construct the following table: Therefore, Carol should choose to maximize her chance of winning.
~MRENTHUSIASM
Video Solution by Richard Rusczyk
https://artofproblemsolving.com/videos/amc/2018amc12a/474
~ dolphin7
Video Solution (Meta-Solving Technique)
https://youtu.be/GmUWIXXf_uk?t=926
~ pi_is_3.14
See Also
2018 AMC 12A (Problems • Answer Key • Resources) | |
Preceded by Problem 23 |
Followed by Problem 25 |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | |
All AMC 12 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.