Rolling a fair 6-sided die twice, what is the probability that the sum of the two rolls is exactly 6 given that the first one is an even number?
2026-03-25 23:42:23.1774482143
On
On
Rolling a fair 6-faced die twice, what is the probability that the sum of the two rolls is 6 given that the first one is an even number?
1.7k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
Let
$A $: sum is $6$
$B $: first is even
It follows:
$ |A \cap B| = 2$
$ |B|= 3\cdot 6 = 18$ $$P(A|B) = \frac {|A\cap B|}{|B|}= 2/18 = 1/9$$
0
On
The number of sample space for the event of rolling a fair 6-sided die twice is 6.6 = 36. Let
A = { the sum of the two rolls is exactly 6 }, {1,5}{2,4},{3,3},{4,2},{5,1}
B ={the first one is an even number} {2,:},{4,:},{6,:}
$A\cap B$ = {2,4}, {4,2}
P($A\cap B$) = 2/36.
P(B) = (6+6+6)/36
P(A|B) = P($A\cap B$)/P(B) = 2/18
First die can be 2, 4, or 6. Second any roll 1-6. So the sample space is $3 \cdot 6= 18$ Only two positive outcomes: {2,4} and {4,2}.
Probability $= \frac{2}{18} = \frac{1}{9}$