Write down all the ways you can roll two dice:
{(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,4), (3,5), (3,6),
(4,1), (4,2), (4,3), (4,4), (4,5), (4,6),
(5,1), (5,2), (5,3), (5,4), (5,5), (6,6),
(6,1), (6,2), (6,3), (6,4), (6,5), (6,6)}.
Now check which of them sum to 8:
{(2,6),(3,5),(4,4),(5,3),(6,2)}
There are 5 ways to sum to 8, and 31 ways not to sum to 8. The odds are 5 to 31.
2007-02-11 08:13:33
·
answer #5
·
answered by fcas80 7
·
0⤊
0⤋