A box contains coins. Let be the probability that exactly out of coins are biased and is directly proportional to .
If a coin is selected at random and is found to be biased, then find the probability that it is the only biased coin in the box.
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.
We're given that P ( E k ) is proportional to k ( k + 1 ) . Then P ( E k ) = a k ( k + 1 ) for some a . We can also be sure that the sum of all P ( E k ) is equal to 1 . Then,
1 = k = 0 ∑ n a k ( k + 1 ) = a k = 1 ∑ n ( k 2 + k ) = a [ 6 n ( n + 1 ) ( 2 n + 1 ) + 2 n ( n + 1 ) ] = a [ 3 n ( n + 1 ) ( n + 2 ) ]
This gives a = n ( n + 1 ) ( n + 2 ) 3 . Then,
P ( E k ) = n ( n + 1 ) ( n + 2 ) 3 k ( k + 1 )
Let B be the event that a biased coin is picked from the n coins. This event is dependent on how many biased coins there are.
P ( B ∣ E k ) = n k
P ( B ∩ E k ) = n k ⋅ P ( E k )
These probabilities are mutually exclusive across all k , so P ( B ) can be computed as the sum of all these probabilities.
P ( B ) = k = 0 ∑ n P ( B ∩ E k ) = k = 0 ∑ n n k ⋅ n ( n + 1 ) ( n + 2 ) 3 k ( k + 1 ) = n 2 ( n + 1 ) ( n + 2 ) 3 k = 1 ∑ n ( k 3 + k 2 ) = n 2 ( n + 1 ) ( n + 2 ) 3 [ 4 n 2 ( n + 1 ) 2 + 6 n ( n + 1 ) ( n + 2 ) ] = 4 n 3 n + 1
Now we have everything we need to compute the desired probability. We'd like the probability that we pull a biased coin, given that there is only 1 biased coin. In notation, this is P ( B ∣ E 1 ) .
P ( B ∣ E 1 ) = P ( B ) P ( B ∩ E 1 ) = n 2 ( n + 1 ) ( n + 2 ) 6 ⋅ 3 n + 1 4 n = n ( n + 1 ) ( n + 2 ) ( 3 n + 1 ) 2 4