Question 740837
Find the prob. of E = {(a, b): a>b} where a, b are scores of two dice ordered D1, D2, a being the score of D1 and b that of D2.
----
Sketch a 6 by 6 array of pairs.  
Count the pairs where column values are greater than row values.
Divide that count by 36 to get the probabilty of E.
----
Cheers,
Stan H.