bmwhype2
Set S = [2,3,5,7]
If a number is selected from set S at random and then two numbers are subsequently selected (with replacement after each selection) what is the probability that the sum of these 3 numbers picked is odd?
Yep, I did wrong. Edit my post
Here how I think the question is asking. (Correct me if I am wrong)
1. Pick any number from a set
2. Put the number back
3. Pick 2 numbers together from the set
4. Sum all 3 numbers from Step 1. and 3.
If the first pick is 2, which is even number, numbers picked from step 3 can only be 2 and another odd number
Possible ways = 1 x 1 x 3 = 3
If the first pick is odd number (3, 5, or 7), numbers picked from step 3 can only be two odds number.
Possible ways = 3 x (3C2) = 3 x 3 = 9
n(E) = 9 + 3 = 12
n(S) = 4 x (4C2) = 4 x 6 = 24
Prob = 12/24 = 1/2