I'm doing something wrong and I can't work it out.
In 1k1 with 10 sided dice from 1 to 10.
p(1k1<=n) is the probability that the "kept" value is n or lower than n with 1k1 dice.
so, p(1k1<=9) = p(1) + p(2) + ... + p(9)
= 0.1 + 0.1 + ... + 0.1
= 9 x 0.1
= 0.9
p(1k1>10) is prob of rolling a 10 as any roll thereafter will make it greater than 10.
p(1k1>10) = p(10)
= 0.1
p(1k1<=9) + p(1k1>10) = 1
OK, so everything works out.
So, with 2k1.
p(2k1<=9) = p(1k1<=9) and p(1k1<=9) i.e. roll a 9 or less with both dice and your total will be 9 or less.
= 0.9 * 0.9
= 0.81
p(2k1>10) = p(1k1>10) or p(1k1>10) i.e. roll a 10 with either dice and your total will be greater than 10.
= 0.1 + 0.1
= 0.2
but that means...
p(2k1<=9) + p(2k1>10) = 1.01
That ent right.
I may be barking up entirely the wrong tree here but I'm trying to make some sense of this
