What will be the probability of getting same number on top if two dice are rolled together?

When rolling two dice, distinguish between them in some way: a first one and second one, a left and a right, a red and a green, etc. Let (a,b) denote a possible outcome of rolling the two die, with a the number on the top of the first die and b the number on the top of the second die. Note that each of a and b can be any of the integers from 1 through 6. Here is a listing of all the joint possibilities for (a,b):

(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) (5,6)
(6,1) (6,2) (6,3) (6,4) (6,5) (6,6)
Note that there are 36 possibilities for (a,b). This total number of possibilities can be obtained from the multiplication principle: there are 6 possibilities for a, and for each outcome for a, there are 6 possibilities for b. So, the total number of joint outcomes (a,b) is 6 times 6 which is 36. The set of all possible outcomes for (a,b) is called the sample space of this probability experiment.

With the sample space now identified, formal probability theory requires that we identify the possible events. These are always subsets of the sample space, and must form a sigma-algebra. In an example such as this, where the sample space is finite because it has only 36 different outcomes, it is perhaps easiest to simply declare ALL subsets of the sample space to be possible events. That will be a sigma-algebra and avoids what might otherwise be an annoying technical difficulty. We make that declaration with this example of two dice.

With the above declaration, the outcomes where the sum of the two dice is equal to 5 form an event. If we call this event E, we have

E={(1,4),(2,3),(3,2),(4,1)}.
Note that we have listed all the ways a first die and second die add up to 5 when we look at their top faces.

Consider next the probability of E, P(E). Here we need more information. If the two dice are fair and independent , each possibility (a,b) is equally likely. Because there are 36 possibilities in all, and the sum of their probabilities must equal 1, each singleton event {(a,b)} is assigned probability equal to 1/36. Because E is composed of 4 such distinct singleton events, P(E)=4/36= 1/9.

In general, when the two dice are fair and independent, the probability of any event is the number of elements in the event divided by 36.

What if the dice aren't fair, or aren't independent of each other? Then each outcome {(a,b)} is assigned a probability (a number in [0,1]) whose sum over all 36 outcomes is equal to 1. These probabilities aren't all equal, and must be estimated by experiment or inferred from other hypotheses about how the dice are related and and how likely each number is on each of the dice. Then the probability of an event such as E is the sum of the probabilities of the singleton events {(a,b)} that make up E.

Probability for rolling two dice with the six sided dots such as 1, 2, 3, 4, 5 and 6 dots in each die.

What will be the probability of getting same number on top if two dice are rolled together?

When two dice are thrown simultaneously, thus number of event can be 62 = 36 because each die has 1 to 6 number on its faces. Then the possible outcomes are shown in the below table.

Probability – Sample space for two dice (outcomes):

What will be the probability of getting same number on top if two dice are rolled together?

Note: 

(i) The outcomes (1, 1), (2, 2), (3, 3), (4, 4), (5, 5) and (6, 6) are called doublets.

(ii) The pair (1, 2) and (2, 1) are different outcomes.

Worked-out problems involving probability for rolling two dice:

1. Two dice are rolled. Let A, B, C be the events of getting a sum of 2, a sum of 3 and a sum of 4 respectively. Then, show that

(i) A is a simple event

(ii) B and C are compound events

(iii) A and B are mutually exclusive

Solution:

Clearly, we have
A = {(1, 1)}, B = {(1, 2), (2, 1)} and C = {(1, 3), (3, 1), (2, 2)}.

(i) Since A consists of a single sample point, it is a simple event.

(ii) Since both B and C contain more than one sample point, each one of them is a compound event.

(iii) Since A ∩ B = ∅, A and B are mutually exclusive.

2. Two dice are rolled. A is the event that the sum of the numbers shown on the two dice is 5, and B is the event that at least one of the dice shows up a 3.
Are the two events (i) mutually exclusive, (ii) exhaustive? Give arguments in support of your answer.

Solution:

When two dice are rolled, we have n(S) = (6 × 6) = 36.

Now, A = {(1, 4), (2, 3), (4, 1), (3, 2)}, and

B = {(3, 1), (3, 2), (3, 3), (3, 4), (3, 5), (3, 6), (1,3), (2, 3), (4, 3), (5, 3), (6, 3)}

(i) A ∩ B = {(2, 3), (3, 2)} ≠ ∅.

Hence, A and B are not mutually exclusive.

(ii) Also, A ∪ B ≠ S.

Therefore, A and B are not exhaustive events.

More examples related to the questions on the probabilities for throwing two dice.

3. Two dice are thrown simultaneously. Find the probability of:

(i) getting six as a product

(ii) getting sum ≤ 3

(iii) getting sum ≤ 10

(iv) getting a doublet

(v) getting a sum of 8

(vi) getting sum divisible by 5

(vii) getting sum of atleast 11

(viii) getting a multiple of 3 as the sum

(ix) getting a total of atleast 10

(x) getting an even number as the sum

(xi) getting a prime number as the sum

(xii) getting a doublet of even numbers

(xiii) getting a multiple of 2 on one die and a multiple of 3 on the other die

Solution: 

Two different dice are thrown simultaneously being number 1, 2, 3, 4, 5 and 6 on their faces. We know that in a single thrown of two different dice, the total number of possible outcomes is (6 × 6) = 36.

(i) getting six as a product:

Let E1 = event of getting six as a product. The number whose product is six will be E1 = [(1, 6), (2, 3), (3, 2), (6, 1)] = 4

Therefore, probability of getting ‘six as a product’

               Number of favorable outcomes
P(E1) =     Total number of possible outcome

      = 4/36
      = 1/9

(ii) getting sum ≤ 3:

Let E2 = event of getting sum ≤ 3. The number whose sum ≤ 3 will be E2 = [(1, 1), (1, 2), (2, 1)] = 3

Therefore, probability of getting ‘sum ≤ 3’

               Number of favorable outcomes
P(E2) =     Total number of possible outcome

      = 3/36
      = 1/12

(iii) getting sum ≤ 10:

Let E3 = event of getting sum ≤ 10. The number whose sum ≤ 10 will be E3 =

[(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, 1), (6, 2), (6, 3), (6, 4)] = 33

Therefore, probability of getting ‘sum ≤ 10’

               Number of favorable outcomes
P(E3) =     Total number of possible outcome

      = 33/36
      = 11/12

(iv) getting a doublet: Let E4 = event of getting a doublet. The number which doublet will be E4 = [(1, 1), (2, 2), (3, 3), (4, 4), (5, 5), (6, 6)] = 6

Therefore, probability of getting ‘a doublet’

               Number of favorable outcomes
P(E4) =     Total number of possible outcome

      = 6/36
      = 1/6

(v) getting a sum of 8:

Let E5 = event of getting a sum of 8. The number which is a sum of 8 will be E5 = [(2, 6), (3, 5), (4, 4), (5, 3), (6, 2)] = 5

Therefore, probability of getting ‘a sum of 8’

               Number of favorable outcomes
P(E5) =     Total number of possible outcome

      = 5/36

(vi) getting sum divisible by 5:

Let E6 = event of getting sum divisible by 5. The number whose sum divisible by 5 will be E6 = [(1, 4), (2, 3), (3, 2), (4, 1), (4, 6), (5, 5), (6, 4)] = 7

Therefore, probability of getting ‘sum divisible by 5’

               Number of favorable outcomes
P(E6) =     Total number of possible outcome

      = 7/36

(vii) getting sum of atleast 11:

Let E7 = event of getting sum of atleast 11. The events of the sum of atleast 11 will be E7 = [(5, 6), (6, 5), (6, 6)] = 3

Therefore, probability of getting ‘sum of atleast 11’

               Number of favorable outcomes
P(E7) =     Total number of possible outcome

      = 3/36
      = 1/12

(viii) getting a multiple of 3 as the sum:

Let E8 = event of getting a multiple of 3 as the sum. The events of a multiple of 3 as the sum will be E8 = [(1, 2), (1, 5), (2, 1), (2, 4), (3, 3), (3, 6), (4, 2), (4, 5), (5, 1), (5, 4), (6, 3) (6, 6)] = 12

Therefore, probability of getting ‘a multiple of 3 as the sum’

               Number of favorable outcomes
P(E8) =     Total number of possible outcome

      = 12/36
      = 1/3

(ix) getting a total of atleast 10:

Let E9 = event of getting a total of atleast 10. The events of a total of atleast 10 will be E9 = [(4, 6), (5, 5), (5, 6), (6, 4), (6, 5), (6, 6)] = 6

Therefore, probability of getting ‘a total of atleast 10’

               Number of favorable outcomes
P(E9) =     Total number of possible outcome

      = 6/36
      = 1/6

(x) getting an even number as the sum:

Let E10 = event of getting an even number as the sum. The events of an even number as the sum will be E10 = [(1, 1), (1, 3), (1, 5), (2, 2), (2, 4), (2, 6), (3, 3), (3, 1), (3, 5), (4, 4), (4, 2), (4, 6), (5, 1), (5, 3), (5, 5), (6, 2), (6, 4), (6, 6)] = 18

Therefore, probability of getting ‘an even number as the sum

               Number of favorable outcomes
P(E10) =     Total number of possible outcome

      = 18/36
      = 1/2

(xi) getting a prime number as the sum:

Let E11 = event of getting a prime number as the sum. The events of a prime number as the sum will be E11 = [(1, 1), (1, 2), (1, 4), (1, 6), (2, 1), (2, 3), (2, 5), (3, 2), (3, 4), (4, 1), (4, 3), (5, 2), (5, 6), (6, 1), (6, 5)] = 15

Therefore, probability of getting ‘a prime number as the sum’

               Number of favorable outcomes
P(E11) =     Total number of possible outcome

      = 15/36
      = 5/12

(xii) getting a doublet of even numbers:

Let E12 = event of getting a doublet of even numbers. The events of a doublet of even numbers will be E12 = [(2, 2), (4, 4), (6, 6)] = 3

Therefore, probability of getting ‘a doublet of even numbers’

               Number of favorable outcomes
P(E12) =     Total number of possible outcome

      = 3/36
      = 1/12

(xiii) getting a multiple of 2 on one die and a multiple of 3 on the other die:

Let E13 = event of getting a multiple of 2 on one die and a multiple of 3 on the other die. The events of a multiple of 2 on one die and a multiple of 3 on the other die will be E13 = [(2, 3), (2, 6), (3, 2), (3, 4), (3, 6), (4, 3), (4, 6), (6, 2), (6, 3), (6, 4), (6, 6)] = 11

Therefore, probability of getting ‘a multiple of 2 on one die and a multiple of 3 on the other die’

               Number of favorable outcomes
P(E13) =     Total number of possible outcome

      = 11/36

4. Two dice are thrown. Find (i) the odds in favour of getting the sum 5, and (ii) the odds against getting the sum 6.

Solution:

We know that in a single thrown of two die, the total number of possible outcomes is (6 × 6) = 36.

Let S be the sample space. Then, n(S) = 36.

(i) the odds in favour of getting the sum 5:

Let E1 be the event of getting the sum 5. Then,
E1 = {(1, 4), (2, 3), (3, 2), (4, 1)}
⇒ P(E1) = 4
Therefore, P(E1) = n(E1)/n(S) = 4/36 = 1/9
⇒ odds in favour of E1 = P(E1)/[1 – P(E1)] = (1/9)/(1 – 1/9) = 1/8.

(ii) the odds against getting the sum 6:

Let E2 be the event of getting the sum 6. Then,
E2 = {(1, 5), (2, 4), (3, 3), (4, 2), (5, 1)}
⇒ P(E2) = 5
Therefore, P(E2) = n(E2)/n(S) = 5/36
⇒ odds against E2 = [1 – P(E2)]/P(E2) = (1 – 5/36)/(5/36) = 31/5.

5. Two dice, one blue and one orange, are rolled simultaneously. Find the probability of getting 

(i) equal numbers on both 

(ii) two numbers appearing on them whose sum is 9.

Solution:

The possible outcomes are 

(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), (5, 6)

(6, 1), (6, 2), (6, 3), (6, 4), (6, 5), (6, 6)

What will be the probability of getting same number on top if two dice are rolled together?

Therefore, total number of possible outcomes = 36.

(i) Number of favourable outcomes for the event E

                   = number of outcomes having equal numbers on both dice 

                   = 6    [namely, (1, 1), (2, 2), (3, 3), (4, 4), (5, 5), (6, 6)].

So, by definition, P(E) = \(\frac{6}{36}\)

                                 = \(\frac{1}{6}\)

(ii) Number of favourable outcomes for the event F

           = Number of outcomes in which two numbers appearing on them have the sum 9

            = 4     [namely, (3, 6), (4, 5), (5, 4), (3, 6)].

Thus, by definition, P(F) = \(\frac{4}{36}\)

                                    = \(\frac{1}{9}\).

These examples will help us to solve different types of problems based on probability for rolling two dice.

Probability

Probability

Random Experiments

Experimental Probability

Events in Probability

Empirical Probability

Coin Toss Probability

Probability of Tossing Two Coins

Probability of Tossing Three Coins

Complimentary Events

Mutually Exclusive Events

Mutually Non-Exclusive Events

Conditional Probability

Theoretical Probability

Odds and Probability

Playing Cards Probability

Probability and Playing Cards

Probability for Rolling Two Dice

Solved Probability Problems

Probability for Rolling Three Dice

9th Grade Math

From Probability for Rolling Two Dice to HOME PAGE

Didn't find what you were looking for? Or want to know more information about Math Only Math. Use this Google Search to find what you need.

What is the probability of getting the same number when two dice are rolled?

Sample points of getting same number on both dice- (1,1) ,(2,2) ,(3,3) ,(4,4) ,(5,5) & (6,6). Hence, the probability of getting same number on both the dice is 1/6.

When we throw 2 dice together find the probability of getting?

The probability of obtaining a total score of 5 is 1) 1/9 2) 1/18 3) 1/36 4) 1/12. Therefore, the required probability = 4/ 36 = 1/9.