I wanted to work this problem 2 different ways, but am getting 2 different answers. Can you assist in helping me understand why method 2 doesn't work?
Note: There are 16 letters and 2 E's and 3 B's.
Method 1: Prob of getting an E on the first draw + Prob getting a B on the second draw - minus the prob of getting EC (overlap).
$2/16 + 3/15 - (2/16 \cdot3/15) =3/10$ correct answer!
Method 2: Prob of getting and E on the first draw and NOT a B on the second, PLUS Prob of getting NOT E on the first draw and a B on the second, PLUS Prob of getting an EB. Add together all the possibilities.
Prob of E on first and NOT B on second = $2/16 \cdot13/15=26/240$
Prob of NOT E on first and B on second = $14/16 \cdot3/15 = 42/240$
Prob of E on first and B on Second = $2/16 \cdot3/15 = 6/240 $
This Method 2 does not produce the $3/10$ answer. I don't understand why not.
