200,541 views
12 votes
12 votes
Two different numbers are selected ffrom -2,-2,0,3,4,5 and multiplied together. what is the probability that the product is zero

User Brkr
by
2.7k points

1 Answer

9 votes
9 votes

Two numbers are drawn without replacement. The only way their product is zero is if one of these numbers is zero. The probability of this happening is


(\dbinom11 \dbinom51)/(\dbinom62) = (1\cdot5)/(15) = \boxed{\frac13}

In other words,

• there is 1 zero in the list - we draw it with
\binom11 = 1 way of doing so;

• there are 5 non-zero numbers in the list - we draw 1 of these, with
\binom51 = 5 ways of doing so;

• there is a total of 6 numbers in the list - we draw 2 of these, with
\binom62 = 15 ways of doing so.

On the other hand, if the numbers are drawn with replacement and independently of one another, then each number has the same probability of getting drawn each time. There are 6×6 = 36 possible outcomes, each with 1/36 probability of occurring. Their product is zero if at least one of the numbers drawn is zero. The probability of this happening is


\dbinom21 \frac16 * \frac56 + \dbinom22 \left(\frac16\right)^2 = (11)/(36)

That is,

• there is 1/6 chance of drawing a zero and 5/6 chance of not drawing a zero. This can selection can happen in
\binom21=2 ways (zero is drawn first or last);

• there is 1/6 chance of drawing a zero for either selection. This can happen in
\dbinom22=1 way (zero is drawn both times).

While the probabilities are close, they are not the same! Be careful with which interpretation you choose.


\frac13 = (12)/(36) > (11)/(36)

User Borgr
by
2.4k points