2009 AIME I Problems/Problem 3

Revision as of 20:46, 19 March 2009 by Kubluck (talk | contribs) (Solution)

Problem

A coin that comes up heads with probability $p > 0$ and tails with probability $1 - p > 0$ independently on each flip is flipped eight times. Suppose the probability of three heads and five tails is equal to $\frac {1}{25}$ of the probability of five heads and three tails. Let $p = \frac {m}{n}$, where $m$ and $n$ are relatively prime positive integers. Find $m + n$.

Solution

If we let the odds of a tails $(1-p)$ equal $t$, then the probability of three heads and five tails is ${p^3}{t^5}$ The probability of five heads and three tails is ${p^5}{t^3}$

\[25{p^3}{t^5} = {p^5}{t^3}\] \[25{t^2} = {p^2}\] \[5t = p\] \[5(1 - p) = p\] \[5 - 5p = p\] \[5 = 6p\] \[p = \frac {5} {6}\] \[5 + 6 = \boxed{11}\]