lets say all our dice is fair and the rules is we win if we got 1,2 or 3 and lose if we got 4,5 or 6. so the probability for 1 dice will be - 3/6 or 50% of winning/losing
how much the probability will be if we hv 6 dices and get a minimum of 3 winning dices(with faces 1, 2 or 3)?
look up on the net found something like this - 3/6 x 3/6 x 3/6 x 3/6 x 3/6 x 3/6 = 729/46656 or 1.5625% but thats not correct as we just need min.3 winning dices to consider a win
p/s - we think 9/216 also not correct
thanks in advance,
So we have a success rate of $p=\frac{1}{2}$ per experiment, we do $n=6$ experiments and if $X$ counts the number of succeses ; we need $P(X \ge 3)$. $X$ is distributed according to a binomial distibution and so
$$P(X \ge 3) = \sum_{i=3}^6 \binom{i}{6}\left(\frac{1}{2}\right)^6 = \frac{1}{64} (20 + 15+ 6+1) = \frac{21}{32}$$