Obtain the probability of getting a sum of 13, when four fair dice are
rolled together once.
if we do by just calculating all possible values of sum,then it will take more time.
so,we can do above problem as Multinomial Coefficents of sum
i.e.,x1+x2+x3+x4 = 13 where,1<= xi <= 6,for all 1<= i <=...