I just started learning probability, so my level is not very high. I am doing a homework problem, and my answer is different than the book's. I can't understand why. I see how the answer in the book makes sense, but I also see how my procedure makes sense. Could someone please point at what I am doing wrong?
Problem:
Four candidates, A, B, C, and D, are running in an election. A is twice as likely to be elected as B. B and C are equally likely. C is twice as likely as D. What is the probability that C will win?
My answer:
The sample space is $\{A,B,C,D\}$. Since all the events are mutually exclusive, $S = A\cup B\cup C\cup D$. So, $P(S) = P(A)+P(B)+P(C)+P(D)$. Since $P(S) = 1$, $P(A)+P(B)+P(C)+P(D) = 1$. Since A is twice as likely as B, $P(A) =2\times P(B)$. Since B and C are equally likely, $P(B)=P(C)$. Thus, $P(A) = 2\times P(C)$. Since C is twice as likely as D, $P(C) = 2\times P(D)$. Therefore, the probability of the sample space in terms of C is: $1 = 6P(C)$. So, $P(C) = \frac{1}{6}$.
The book's answer:
Let $p = P(D)$. Since C is twice as likely as D, $P(C) = 2p$. Since B and C are equally likely, $P(B) = 2x$. Since A is twice as likely as B, $P(A)= 4p$. Since $P(S) = 1$, $p + 2p + 2p + 4p = 1$. So, $p = \frac{1}{9}$ and $P(C) = \frac{2}{9}$.
Thanks!