A pair of dice are rolled. It is known that the sum of those equals to 6. What is the probability that the product of two dices is equal to 5 or 9?
2026-03-29 12:39:22.1774787962
On
A pair of dice are rolled. It is known that the sum of those equals to 6
76 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
1
On
It will help to write the sample space of the experiment of rolling a die and having a sum equalling $6$ as: {$(1,5) (2,4) (3,3) (4,2) (5,1)$}. Out of this two cases {$(1,5) (5,1)$} satisfy the product of $5$ and one case {$(3,3)$} with a product of $9$. The total number of cases with a product of either $5$ or $9$ is $3$.
Hence, we have a probability (using conditional probability) of $$\frac{3}{5}$$
For a problem this small-scale, counting the possibilities is the easiest option. To roll a sum of 6, there are exactly five possible rolls: (1,5), (2,4), (3,3), (4,2), and (5,1) (denoting a roll as (first dice, second dice)). Three of those meet the product requirement, so the final answer is $\frac{3}{5}$.
Note that you do not count (3,3) twice, because there are not two distinct situations that produce that result. In combinatorics, when double-counting is necessary, it can only be necessary because there are two possible circumstances yielding the same result. That usually means that you're not counting the right things anyway.