<t>I think SPMars is right, but the answer is not unique, ie, this will work as well:(2,3,3,4,4,5) and (0,2,3,4,5,7)The trick is to realize that for a pair of fair dice, the probability of the sum being k is the coefficient of x^k of the following expansions:(x+x^2+x^3+x^4+x^5+x^6)^2/36You can re-ar...