In a group of 2^n players, they are paired off against each other at random. After one round, the 2^(n-1) winners are again paired off randomly, and so on, until a single winner appears.
Consider two specified players, A and B, and define the events:
A(i):A plays in exactly i contests , i smaller and =n;
E:A and B play against each other.
Z(i):A and B play against each other in the game i, i=1,....,2^n-1.
Find P(A(i)), P(E) and P(Z(i)).
Explain why 2^n -1 games are played.
更新1:
to myisland8132, I think P(A(i))=(1/2)^(i-1) It's because A plays at least 1 contest. In the beginning, every player plays the 1st round with no condition. when i=1 P(A(1))=1 Is there any mistake made by me?
更新2:
oh, i get it la.. it's exactly one contest. THX~
更新3:
One more: Use P(n) = 1/(2^n - 1) + (2^n - 2)/(2^n - 1) (1/4) P(n-1) to obtain answer of B. Identity can be used: summation(ix^(i-1)) = (1-nx^(n-1)+(n-1)x^n))/(1-x)^2 i=1 to n-1
更新4:
更正: answer of (b)