2009 AIME I Problems/Problem 3

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

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 probablity of three heads and five tails is: p^3t^5 The probability of five heads and three tails is: p^5t^3

25p^3t^5 = p^5t^3 25t^2 = p^2 5t = p 5(1-p) = p 5 - 5p = p 5 = 6p p = 5/6