I want to calculate a number of probabilities of a+b+c=1
For a vary from 0 to 1 with an incrementing of 0.1
For b vary from 0 to 1 with an incrementing of 0.1
For c vary from 0 to 1 with an incrementing of 0.1
The question is: how many cases or probabilities can i have from these conditions? Thank u very much!
I agree that this is, perhaps, directed to math.stackexchange.com. Just for fun and assuming an interpretation of the question: if the aim is to find the number of ways of selecting a triple (with replacement) from {0,0.1,0.2,...,1} that sums to 1. This is equivalent to integer partitioning 10 (just divide by 10).
Some approaches to counting:
yields 66
or
yields 66
You can display:
res/10.:Hence, 'probability a triple at random will sum to 10` is 66/11^3 $\approx 0.0495868$.