May 13th, 2010, 5:40 pm
An alternative approach might be the following. Let A and B be the respective coins. Define 3 events as follows:E1: A generated more heads than B in first 4 tossesE2: A and B generated equal number of heads after 4 tossesE3: A generated less heads than B in first 4 tossesLet Prob(E1)=p, then Prob(E2)=p by symmetry. Since Prob(E1)+Prob(E2)+Prob(E3)=1, then Prob(E3)=1-2pProb(n<m)=Prob(E1)*1+Prob(E2)*1/2+Prob(E3)*0=p*1+(1-2p)*(1/2)=1/2where m is the number of heads coin A produces, n is the number of heads coin B produces.The logic is that if E1 occured in first 4 tosses, then m will be greater than n with probability 1. If E2 occured in first 4 tosses, then m will be greater than n with probability 1/2 (fifth toss of coin A should be heads in order to have m>n). If E3 occured in first 4 tosses, then m will be greater than n with probability 0.
Last edited by
anilmag on May 13th, 2010, 10:00 pm, edited 1 time in total.