You are given two dice to roll. One is black with six sides; the other is white with four sides. You are given two six-sided dice to roll.
If it helps, you may select the matching outcomes below. Your selections aren't checked with your answer:
There is one matching outcome.
There are
SOLUTION_N
matching
outcomes.
The probability is the number of matching outcomes divided by all possible outcomes.
The probability is fraction(SOLUTION_N, SOLUTION_D)
,
which reduces to fractionReduce(SOLUTION_N, SOLUTION_D)
.
The probability is fractionReduce(SOLUTION_N, SOLUTION_D)
.
X
and Y
in any order?
For a given roll, what is the probability that the dice display
X
and Y
?
For a given roll, what is the probability that the dice both display
X
?
Y
?
For a given roll, what is the probability that the black
die displays an odd number and the white die displays
Y
?
How many matching outcomes are there with an even number on the black die and
Y
on the white die?
How many matching outcomes are there with an odd number on the black die and
Y
on the white die?
Z
?
For each value on the black die, is there a value on the white die that adds to Z
?
Z
or less?
Count all outcomes that are less than or equal to Z
.
X
and the white die displays Y
?
X
?
Remember that both dice can be X
("at least one").