gmatt14
If any number from set A is multiplied by any number from set B, what is the probability that the product is a multiple of 4?
A = {21, 22, 23, 24, 25} B = {23, 24, 25, 26, 27}
Correct Answer:
We could have the following three cases:
Case 1:
If a number from set A is not a multiple of 2, then the number from set B must be a multiple of 4 in order for the product to be divisible by 4. The probability of this scenario is 3/5 x 1/5 = 3/25.
Case 2:
If a number from set A is a multiple of 2 but not a multiple of 4, then the number from set B must be a multiple of 2 or 4 for the product to be divisible by 4. The probability of this scenario is 1/5 x 2/5 = 2/25.
Case 3:
If a number from set A is a multiple of 4, then any number from set B will make the product divisible by 4. The probability of this scenario is 1/5 x 5/5 = 5/25.
Thus, the overall probability is 3/25 + 2/25 + 5/25 = 10/25 = 2/5.
Alternate Solution:
The total number of ways to pick one element from set A and one element from set B is 5C1 x 5C1 = 5 x 5 = 25.
The pairs of elements (where the first number comes from set A and the second number comes from set B) where the product is a multiple of 4 are (21, 24), (22, 24), (22, 26), (23, 24), (24, 23), (24, 24), (24, 25), (24, 26), (24, 27), and (25, 24).
Since there are 10 favorable outcomes from a total of 25 outcomes, the probability is 10/25 = 2/5.