Ben and Sarah are each trying to get exactly 2 heads from a throw of coins.
Who will have a higher chance of accomplishing their task?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
falling a head is anyway AN INDEPENDENT EVENT to the no of throws as long as there are enough total no of chances given i.e., >=2, no. of chances given(any) has equal likelihood of giving exactly two heads .
I don't understand what you mean by that.
For example, if you only throw 2 coins, you only have a 25% chance of getting exactly 2 heads.
But if you throw 3 coins, your chances increase to 37.5%.
If you are given more number of throws, the chances of falling a head is affected.
Log in to reply
excuse me for the false generalization. yes you are spot on. the number of successes.the chances of falling a head do get affected . I think , only for the particular case of 3 and 4 trials , the probability is the same.
Log in to reply
Yes, and that's what makes this problem so special! xD
Log in to reply
@Winston Choo – and there seems to be a underlying pattern too. say 2n is the number of trials , then n and n-1 seem to be the no of successes for which there is a same chance of occurrence. Is this unique to the distribution we are talking about?
Using binomial probability:
Ben has a probability of ( 2 3 ) ( 2 1 ) 2 ( 2 1 ) 1 . Sarah has a probability of ( 2 4 ) ( 2 1 ) 2 ( 2 1 ) 2 .
However, ( 2 4 ) is double that of ( 2 3 ) , but Sarah has another factor of 2 1 . Therefore Ben and Sarah have the same chance of getting 2 heads.
Problem Loading...
Note Loading...
Set Loading...
There are 2 3 possible ways that Ben can throw the coins, and there are 2 4 possible ways that Sarah can throw the coins. In Ben's case, 3 out of the 8 total outcomes result in exactly 2 heads (HHT, HTH, THH), thus the probability is 8 3 . In Sarah's case, 6 out of the 1 6 total outcomes result in exactly 2 heads (HHTT, HTHT, HTTH, THHT, THTH, TTHH), thus the probability is 1 6 6 = 8 3 . As you can see, the probabilities are equal.