Bunuel,
I have a doubt w.r.t the total possible outcomes.
While, mathematically it makes sense to take 8C2 = 28 ways as the total, but how would it look like if one were to list down all possible outcomes?
We have 2 Roses, 2 Lilies, 2 Daisies, and 2 Tulips. Total flowers = 2R, 2L, 2D, 2T.
While listing down, I could only list 10 combinations.
RL, RD, RT, RR
LD, LT, LL
DT, DD
TT
Since we are selecting, so order shouldn't matter, and since the 2 Rs / Ls / Ds / Ts are similar to each other, so shouldn't the option R1 L be the same as the option R2 L?
When I counted the 2 similar flowers as separate options, then the outcomes are:
| R1 L1 | R1 D1 | R1 T1 | R1 L2 | R1 D2 | R1 T2 | R1 R2 |
| R2 L1 | R2 D1 | R2 T1 | R2 L2 | R2 D2 | R2 T2 | |
| L1 T1 | L1 D1 | L1 T2 | L2 D2 | L1 L2 | | |
| L2 T1 | L2 D1 | L2 T2 | L2 D2 | | | |
| D1 T1 | D1 T2 | D1 D2 | | | | |
| D2 T1 | D2 T2 | | | | | |
| T1 T2 | | | | | | |
Here the total comes to 28 and matches the result from the formula. But then the flowers, even though similar, are supposed to be counted separately. Why so?