When 2 dice are rolled find the probability of getting a sum of 8?

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 means Possibility. It states how likely an event is about to happen. The probability of an event can exist only between 0 and 1 where 0 indicates that event is not going to happen i.e. Impossibility and 1 indicates that it is going to happen for sure i.e. Certainty.

The higher or lesser the probability of an event, the more likely it is that the event will occur or not respectively. For example – An unbiased coin is tossed once. So the total number of outcomes can be 2 only i.e. either “heads” or “tails”. The probability of both outcomes is equal i.e. 50% or 1/2.

So, the probability of an event is Favorable outcomes/Total number of outcomes. It is denoted with the parenthesis i.e. P(Event).

P(Event) = N(Favorable Outcomes) / N (Total Outcomes)

Note: If the probability of occurring of an event A is 1/3 then the probability of not occurring of event A is 1-P(A) i.e. 1- (1/3) = 2/3

What is Sample Space?

All the possible outcomes of an event are called Sample spaces.

Examples-

  • A six-faced dice is rolled once. So, total outcomes can be 6 and 
    Sample space will be [1, 2, 3, 4, 5, 6]
  • An unbiased coin is tossed, So, total outcomes can be 2 and 
    Sample space will be [Head, Tail]
  • If two dice are rolled together then total outcomes will be 36 and 
    Sample space will be  
    [(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) ]

Types of Events

Independent Events: If two events (A and B) are independent then their probability will be

P(A and B) = P (A ∩ B) = P(A).P(B) i.e. P(A) * P(B)

Example: If two coins are flipped, then the chance of both being tails is 1/2 * 1/2 = 1/4

Mutually exclusive events:

  • If event A and event B can’t occur simultaneously, then they are called mutually exclusive events.
  • If two events are mutually exclusive, then the probability of both occurring is denoted as P (A ∩ B) and 
    P (A and B) = P (A ∩ B) = 0
  • If two events are mutually exclusive, then the probability of either occurring is denoted as P (A ∪ B) 
    P (A or B) = P (A ∪ B)     
                     = P (A) + P (B) − P (A ∩ B)    
                     = P (A) + P (B) − 0            
                     = P (A) + P (B)

Example: The chance of rolling a 2 or 3 on a six-faced die is P (2 or 3) = P (2) + P (3) = 1/6 + 1/6 = 1/3

Not Mutually exclusive events: If the events are not mutually exclusive then

P (A or B) = P (A ∪ B) = P (A) + P (B) − P (A and B)

What is Conditional Probability?

For the probability of some event A, the occurrence of some other event B is given. It is written as P (A ∣ B)

P (A ∣ B) = P (A ∩ B) / P (B)

Example- In a bag of 3 black balls and 2 yellow balls (5 balls in total), the probability of taking a black ball is 3/5, and to take a second ball, the probability of it being either a black ball or a yellow ball depends on the previously taken out ball. Since, if a black ball was taken, then the probability of picking a black ball again would be 1/4, since only 2 black and 2 yellow balls would have been remaining, if a yellow ball was taken previously, the probability of taking a black ball will be 3/4.

What is the probability of getting sum of 8 with two dice?

The chance of rolling an 8 with 2 dice is 5/36.

What is the probability that the sum of the number is 8?

If two dice are rolled, what is the probability that the sum of the die is 8? There are 36 possible outcomes when rolling 2 dice, 5 of them are '8′. So the probability is 5/36.

When 2 dice are rolled find the probability of getting a sum?

Answer: The probability of rolling two dice and getting a sum of 4 is 1/12. Let's find how likely we get a sum of 4 when we roll two dice simultaneously. So, when we roll two dice there are 6 × 6 = 36 possibilities. When we roll two dice, the possibility of getting number 4 is (1, 3), (2, 2), and (3, 1).

What is the probability of rolling an 8?

Two (6-sided) dice roll probability table.