Problem is you can't simply work out one die and multiply by the number of dice.
Let's ignore getting a two for now.
If you have 1 dice the probability of success is 1/6.
If you have 2 dice the probability of success is NOT 2x1/6=2/6, but 3/36.
Think of the sample space with two dice. There are 36 possibilities.
For success, you could have
1, Number other than 1
Number other than 1, 1
1, 1
So that's 3/36. An additional complication is that for the first 2 possibilities on that list (a single 1) you would throw a further die.
But for the last possibility (2 ones) you would throw 2 further dice, if I understand correctly.
I think simulation with a program is the way to go - and I don't think that's a trivial task either. If only I didn't have all this work to do before Christmas, sigh
Let's ignore getting a two for now.
If you have 1 dice the probability of success is 1/6.
If you have 2 dice the probability of success is NOT 2x1/6=2/6, but 3/36.
Think of the sample space with two dice. There are 36 possibilities.
For success, you could have
1, Number other than 1
Number other than 1, 1
1, 1
So that's 3/36. An additional complication is that for the first 2 possibilities on that list (a single 1) you would throw a further die.
But for the last possibility (2 ones) you would throw 2 further dice, if I understand correctly.
I think simulation with a program is the way to go - and I don't think that's a trivial task either. If only I didn't have all this work to do before Christmas, sigh
Comment