On Sun, Jul 31, 2011 at 12:24 PM, prateek gupta <[email protected]> wrote: > Can anyone plz tell me
H = Head T = Tail > 1. how to get a fair result from a unfair coin? since the probability of HT is the same as TH in two tosses, these two events are equiprobable. If you get a HH or TT, repeat the experiment until TH or HT is gotten. > 2. How to use a fair coin to get unfair result? getting a tail on both tosses is significantly less probable than not getting one. so, if we designate TT to be tail and any of the other events to be head, we get an unfair result. Hope this works. > > -- > Prateek Gupta > > -- > You received this message because you are subscribed to the Google Groups > "Algorithm Geeks" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/algogeeks?hl=en. > -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
