So I have a bag of 6 balls: 3 red, 2 blue and 1 green.
Events:
A: I draw a red ball
B: I draw a blue ball
C: I draw a green ball
I do not replace the balls (thus, resulting in conditional probability).
Is the probability that I remove balls in the order: R, B, G, the same as the probability that I remove them in the order B, G, R? Or any order?
Intuitively, the probability of order R-B-G is $\frac{3}{6}.\frac{2}{5}.\frac{1}{4}$ and B-G-R gives $\frac{2}{6}.\frac{1}{5}.\frac{3}{4}$, both of which are $\frac{1}{20}$.
Thus, is p(A and-then B and-then C) = p(A and-then-C and-then B)? If so, why?