The faces of a six-sided die are numbered to . The faces of an eight-sided die are
numbered to . Each die is rolled once. What is the
probability that the same number is rolled on both dice?
Problem 133
Pick one
Official solution
Solution 1:
Suppose that the six-sided die is rolled first. The result of this
roll is a positive integer from
to inclusive. If the eight-sided
die is rolled second, the probability that the number rolled is the same
as the first number rolled is .
Solution 2:
Suppose that the eight-sided die is rolled first. The result of this
roll is a positive integer from
to inclusive. The probability
that the first roll is a number from to inclusive is . (If a or is rolled on the first die, the
probability of rolling the same number on both dice is .) If the six-sided die is rolled
second, the number rolled is the same as the first roll if the first
roll is a number from to inclusive, which occurs with
probability , and the
second roll matches the first, which occurs with probability . Thus the probability that the
same number is rolled on both dice is .
Solution 3:
Consider the ordered pairs
for which is the result of
rolling the six-sided die and is
the result of rolling the eight-sided die.
There are possible values of
and possible values of , and thus there are ordered pairs representing
the results of rolling the two dice.
Of these ordered pairs, there
are for which the same number is
rolled on both dice. These are , , , , , and , and so the probability that the
same number is rolled on both dice is .