An urn contains $5$ white balls and $6$ black balls. $3$ balls are drawn sequentially without replacement. What are the probabilities...
a. $P(\text{2nd is black} | \text{1st is white})$?
For this one I did the
$$ P(\text{1st is white})=\frac{5}{11} , $$
and
$$ P(\text{second is black}) = \frac{3}{11}*\frac{3}{11} $$
(that is the probability of WB and BB added together). I multiplied the probability of
$$ \frac{P(\text{2nd black} \cap \text{1st white})}{P(\text{1st is white})} , $$
for this I got
$$ \frac{\frac{5}{11}*\frac{3}{11}}{\frac{5}{11}} = \frac{3}{11} . $$
However since this is without replacement I did not think that the answer could be independent, some feedback would help. Alright so I have this figured out that it should be $\frac{6}{10}$.
b. If I am looking now for $P(\text{3rd is black} | \text{1st is white and 2nd is black})$, I ended up with
$$ \frac{\frac{5}{9}*\frac{3}{11}}{\frac{3}{11}} , $$
this is again an independent answer is this correct?
I'm not sure what you did, but
P(2 is B|1 is W) = P(pick B among 4W6B) = 6/10