2024 AMC 10A Problems/Problem 17

Revision as of 15:59, 8 November 2024 by Eevee9406 (talk | contribs)

Problem

Two teams are in a best-two-out-of-three playoff: the teams will play at most $3$ games, and the winner of the playoff is the first team to win $2$ 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 $\frac{2}{3}$ chance of winning at home, and its probability of winning when playing away from home is $p$. Outcomes of the games are independent. The probability that Team A wins the playoff is $\frac{1}{2}$. Then $p$ can be written in the form $\frac{1}{2}(m - \sqrt{n})$, where $m$ and $n$ are positive integers. What is $m + n$?

$\textbf{(A) } 10 \qquad \textbf{(B) } 11 \qquad \textbf{(C) } 12 \qquad \textbf{(D) } 13 \qquad \textbf{(E) } 14$

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 $\frac{2}{3}p+\frac{2}{3}(1-p)p+\frac{1}{3}p^2=\frac{1}{2}$. Multiplying on both sides yields $4p+4p(1-p)+2p^2=3$, so $2p^2-8p+3=0$ and we find that $p=\frac{4\pm\sqrt{10}}{2}$. Luckily, we know that the answer should contain a $-\sqrt{n}$, 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 $4+10=\boxed{\textbf{(E) } 14}$.

~eevee9406