SOLUTION: Two dice are each numbered from 1 to 6, but are biased so that each is twice as likely to land on any of the even numbers as on any of the odd numbers. The two dice are rolled and

Algebra ->  Probability-and-statistics -> SOLUTION: Two dice are each numbered from 1 to 6, but are biased so that each is twice as likely to land on any of the even numbers as on any of the odd numbers. The two dice are rolled and       Log On


   



Question 982389: Two dice are each numbered from 1 to 6, but are biased so that each is twice as likely to land on any of the even numbers as on any of the odd numbers. The two dice are rolled and the numbers are multiplied together. What is the probability that the resulting product is odd?
A. 1/9
B. 2/9
C. 1/3
D. 4/9
E. 2/3

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
Focus on just one die. Let x = the probability of rolling an odd number

In notation form, x = P(odd)

So P(even) = 2*P(odd) = 2x because rolling an even number is twice as likely compared to rolling an odd number.

-------------------------------------------------------

You can only roll an even number or an odd number. Nothing else. So the probabilities must add to 1

P(even) + P(odd) = 1
2x + x = 1
3x = 1
x = 1/3

So we know that rolling an odd number has the probability of 1/3, while the probability of rolling an even number is 2*(1/3) = 2/3.

-------------------------------------------------------

Now we turn to these properties of integers

(even)*(even) = even
(odd)*(even) = even
(even)*(odd) = even
(odd)*(odd) = odd

There's only one case where you get an odd product: when the two individual dies are odd themselves.

When they ask "What is the probability that the resulting product is odd?" they are equivalently asking "What is the probability that BOTH dies are odd?"

Going back to notation form

P(odd product) = P(both dies are odd)
P(odd product) = P(die A is odd AND die B is odd)
P(odd product) = P(die A is odd)*P(die B is odd) ... see Note below
P(odd product) = (1/3)*(1/3)
P(odd product) = (1*1)/(3*3)
P(odd product) = 1/9

The probability of rolling the 2 biased dice, and have their product be an odd number, is 1/9. Of course, this answer would be different if the dice weren't biased.

Note: The two dice may be crooked, but they are still independent. What this means is that one die does not affect the other. If events x and y are independent, we can say P(x AND y) = P(x) * P(y) which is applied above.