There is a biased coin which has a probability of being heads and probability of being tails.
What is the number of times where that it should be flipped such that the probability of getting two heads is equal to the probability of getting three heads?
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.
The probability of getting 2 heads and n − 2 tails, in that order, is ( 8 3 ) 2 ( 8 5 ) n − 2 . There are 2 ! ( n − 2 ) ! n ! way of ordering it. So, the probability of getting 2 heads and n − 2 tails, in any order, is 2 ! ( n − 2 ) ! n ! ( 8 3 ) 2 ( 8 5 ) n − 2 .
Do the same for 3 heads and n − 3 tails, which results to 3 ! ( n − 3 ) ! n ! ( 8 3 ) 3 ( 8 5 ) n − 3 .
These two values are equal, so we solve for n in 2 ! ( n − 2 ) ! n ! ( 8 3 ) 2 ( 8 5 ) n − 2 = 3 ! ( n − 3 ) ! n ! ( 8 3 ) 3 ( 8 5 ) n − 3 .
Many terms cancel out, and we are left with 3 ⋅ 8 5 = 8 3 ( n − 2 ) . Thus, we have n = 7 .