probability of subset sum after rolling dice 4 times
Posted
by binger
on Stack Overflow
See other posts from Stack Overflow
or by binger
Published on 2010-05-19T16:25:44Z
Indexed on
2010/05/19
16:50 UTC
Read the original article
Hit count: 332
If we roll 4 dices (fair), what is the probability of "sum of subset" being 5. e.g. 1432,1121, 2344, 2354 have a subset sum of 5. Can you illustrate how to calculate this.
© Stack Overflow or respective owner