Suppose we make 20 tosses using 2 dice. What is the probability of scoring a two numbers that sum to 7?
My attempt
The sample space for a single toss of a single die is S = {1, 2, 3, 4, 5, 6}
For a single toss of both dice, the sample space is
S = {(1, 1), (1, 2), (1, 3), (1, 4), (1...