I have been trying to use combinations more to solve probability questions, but I am finding a discrepancy between the combinations approach and the traditional approach on the problem below.
"There are 6 balls: A, B, C, D, E, F. What is the probability that a package containing two different types of balls contains E?"
Using combinations, I calculated: (5C5)(5C1)/(6C2) = 5/15 = 1/3
But using P(A or B) = P(A) + P(B) - P(A and B), I got:
P(A) = 1/6, P(B) = 1/5, P(A and B) = 0, so:
(1/6) + (1/5) = 11/30
What am I doing wrong above?
"There are 6 balls: A, B, C, D, E, F. What is the probability that a package containing two different types of balls contains E?"
Using combinations, I calculated: (5C5)(5C1)/(6C2) = 5/15 = 1/3
But using P(A or B) = P(A) + P(B) - P(A and B), I got:
P(A) = 1/6, P(B) = 1/5, P(A and B) = 0, so:
(1/6) + (1/5) = 11/30
What am I doing wrong above?













