Bunuel
Frequency Distribution of Integers in Data Set X and Data Set Y

X and Y are two data sets that contain integers as shown the table above. What is the probability that the product of a randomly chosen integer from Data Set X and a randomly chosen integer from Data Set Y will be even?
A. 1/15
B. 13/354
C. 1/5
D. 1/2
E. 4/5
Solution:
Notice that set X has 30 numbers, of which 12 are even and 18 are odd. Similarly, set Y has 12 numbers, of which 2 are even and 10 are odd.
P(even product)
= P(odd from X, even from Y) + P(even from X, odd from Y) + P(even from X, even from Y)
= 18/30 x 2/12 + 12/30 x 10/12 + 12/30 x 2/12
= 3/5 x 1/6 + 2/5 x 5/6 + 2/5 x 1/6
= 3/30 + 10/30 + 2/30
= 15/30 = 1/2
Alternate Solution:We can use the fact that P(even product) = 1 - P(odd product) and that P(odd product) = P(odd from X, odd from Y).
Since X has 30 numbers, of which 12 are even and 18 are odd; P(odd from X) = 18/30 = 3/5. Similarly, since set Y has 12 numbers, of which 2 are even and 10 are odd; P(odd from Y) = 10/12 = 5/6.
So, P(odd product) = 3/5 x 5/6 = 3/6 = 1/2. It follows that P(even product) = 1 - 1/2 = 1/2.
Answer: D