jimmyjamesdonkey
If x is to be chosen at random from the set {1, 2, 3, 4} and y is to be chosen at random from the set {5, 6, 7}, what is the probability that xy will be even?
A. 1/6
B. 1/3
C. 1/2
D. 2/3
E. 5/6
In order for xy to be even, at least one of the values of x and y needs to be even. We know that (1) even x even = even and (2) even x odd = even, and (3) odd x even = even.
Case 1. Both x and y are even. The probability that x is even is 2/4 = 1/2 , and the probability that y is even is ⅓; thus, the probability that x and y will both be even is 1/2 x 1/3 = 1/6
Case 2. x is even and y is odd. The probability that x is even is 1/2, and the probability that y is odd is ⅔; thus, the probability that x is even and y is odd is 1/2 x 2/3 = 2/6 = 1/3.
Case 3. x is odd and y is even. The probability that x is odd is ½, and the probability that y is even is ⅓; thus, the probability that x is odd and y is even is 1/2 x 1/3 = 1/6.
Thus, the total probability that the product xy will be even is 1/6 + 1/3 + 1/6 = 1/6 + 2/6 + 1/6 = 4/6 = 2/3.
Answer: D
I did not consider case 1, because I thought case 2 &3 include case 1, leading me to pick up E
thanks in advance.