Difference between revisions of "2024 AMC 10A Problems/Problem 17"
m (Protected "2024 AMC 10A Problems/Problem 17" ([Edit=Allow only administrators] (expires 04:59, 8 November 2024 (UTC)) [Move=Allow only administrators] (expires 04:59, 8 November 2024 (UTC))) [cascading]) |
|||
Line 1: | Line 1: | ||
+ | ==Problem== | ||
+ | Two teams are in a best-two-out-of-three playoff: the teams will play at most <math>3</math> games, and the winner of the playoff is the first team to win <math>2</math> games. The first game is played on Team A's home field, and the remaining games are played on Team B's home field. Team A has a <math>\frac{2}{3}</math> chance of winning at home, and its probability of winning when playing away from home is <math>p</math>. Outcomes of the games are independent. The probability that Team A wins the playoff is <math>\frac{1}{2}</math>. Then <math>p</math> can be written in the form <math>\frac{1}{2}(m - \sqrt{n})</math>, where <math>m</math> and <math>n</math> are positive integers. What is <math>m + n</math>? | ||
+ | <math>\textbf{(A) } 10 \qquad \textbf{(B) } 11 \qquad \textbf{(C) } 12 \qquad \textbf{(D) } 13 \qquad \textbf{(E) } 14</math> | ||
+ | |||
+ | ==Solution== | ||
+ | We only have three cases: AA, ABA, and BAA (A denotes a team A win and B denotes a team B win). Thus the probability is <math>\frac{2}{3}p+\frac{2}{3}(1-p)p+\frac{1}{3}p^2=\frac{1}{2}</math>. Multiplying on both sides yields <math>4p+4p(1-p)+2p^2=3</math>, so <math>2p^2-8p+3=0</math> and we find that <math>p=\frac{4\pm\sqrt{10}}{2}</math>. Luckily, we know that the answer should contain a <math>-\sqrt{n}</math>, so the solution is <math>p=\frac{4-\sqrt{10}}{2}=\frac{1}{2}(4-\sqrt{10}}</math> and the answer is <math>4+10=\boxed{\textbf{(E) } 14}</math>. | ||
+ | |||
+ | ~eevee9406 |
Revision as of 15:59, 8 November 2024
Problem
Two teams are in a best-two-out-of-three playoff: the teams will play at most games, and the winner of the playoff is the first team to win games. The first game is played on Team A's home field, and the remaining games are played on Team B's home field. Team A has a chance of winning at home, and its probability of winning when playing away from home is . Outcomes of the games are independent. The probability that Team A wins the playoff is . Then can be written in the form , where and are positive integers. What is ?
Solution
We only have three cases: AA, ABA, and BAA (A denotes a team A win and B denotes a team B win). Thus the probability is . Multiplying on both sides yields , so and we find that . Luckily, we know that the answer should contain a , so the solution is $p=\frac{4-\sqrt{10}}{2}=\frac{1}{2}(4-\sqrt{10}}$ (Error compiling LaTeX. Unknown error_msg) and the answer is .
~eevee9406