rxs0005
S = { 1,2,3,}
T = { 4,5,6,7 }
what is the probability that x chosen from S and y chosen from T will result x*y = even
1/3
2/3
1/2
5/6
1/6
The product of two integers to be even either one (or both) must be even.
So we need probability of choosing even from S OR even from T.
NOTE: Probability of A
OR B.
If Events A and B are independent, the probability that either Event A or Event B occurs is:
P(A or B) = P(A) + P(B) - P(A and B) = P(A) + P(B) - P(A)*P(B)
When we say "A or B occurs" we include three possibilities:
A occurs and B does not occur;
B occurs and A does not occur;
Both A and B occur.
So as \(P(S_{even})=\frac{1}{3}\) and \(P(T_{even})=\frac{2}{4}=\frac{1}{2}\) then \(P(S_{even} \ or \ T_{even})=\frac{1}{3}+\frac{1}{2}-\frac{1}{3}*\frac{1}{2}=\frac{2}{3}\).
OR there are 12 pairs possible and out them 8 have either one or both numbers even, so \(P=\frac{8}{12}=\frac{2}{3}\).
Answer: B.