There are 6 possible outcomes for each die, so there are 6 * 6 = 36 possible outcomes in total. Listing the elements (x, y):
S = {(1, 1), (1, 2), (1, 3), (1, 4), (1, 5), (1, 6),
(2, 1), (2, 2), (2, 3), (2, 4), (2, 5), (2, 6),
(3, 1), (3, 2), (3, 3), (3,
Show more…