Two dice are thrown at the same time. Find the probability that the sum of numbers appearing is a prime.
512
The total possible outcomes when two dice are rolled are:
1 2 3 4 5 6 11,11,21,31,41,51,622,12,22,32,42,52,633,13,23,33,43,53,644,14,24,34,44,54,655,15,25,35,45,55,666,16,26,36,46,56,6
Total number of outcomes = 36
Number of ways to get sum as a prime number {i.e.,2, 3, 5, 7, 11} = {(1,1), (1,2), (2,1), (2,3), (3,2), (4,1), (1,4), (3,4), (4,3), (2,5), (5,2), (6,1), (1,6), (5,6), (6,5)}
=15
P(getting sum prime numbers)
=Favourable outcomesTotal possible outcomes
=Outcome as the sum as a prime numberTotal Outcome
=1536
=512