Consider a deck of 50 playing cards (2 cards missing). What is the probability that one of them is red and the other one is black? I've got two solutions which one is correct ?
Let $R$ represent red card and $B$ black.
$\therefore$ sample space = $\{RR, BB, RB, BR\}$
favorable outcomes = $\{RB, BR\}$
Probability = ${2 \over 4}=0.5$
But $BR$ is same as $RB$,
$\therefore$ sample space = $\{RR, BB, RB\}$
favorable outcomes = $\{RB\}$
$\therefore$ probability should be $1 \over 3$.
Which one is correct.
I think it should be $1 \over 3$. Because $BR$ should be taken same as $RB$ but when we talk about two coins being flipped and the probability of both of them showing head is $1 \over 4$, right? Here sample space becomes $\{HH, TT, TH, HT\}$. So why both $HT$ and $TH$ is taken?
My question is while calculating probability, when do we include or exclude same combinations? Like $RB, BR$ or $HT, TH$...
