Question 748711
Two dice are rolled. What is the probability the sum of the two dice will be a prime number?
----
sum = 3: 1/2 , 2/1-----2 ways
sum = 5: 1/4,2/3,3/2,4/1----4 ways
sum = 7: 1/6,2/5,3/4,4/3,5/2,6/1----6 ways
---
Total # of ways to succeed: 2+4+6 = 12
---
# of possible sums: 36
---
P(prime sum) = 12/36 = 1/3
=============================