It is luring to go for 3C1 x 3C1 x 8C1 + 2C1 x 2C1 x 8C1 = 104
But many repetitions happen in these 104 outcomes.
For example, in the 1st case, let's assume all 3 are blue.
So, L1, L2, L3, R1, R2, R3 are the total options to choose from.
3C1 x 3C1 = (L1 R1), (L1 R2), (L1 R3), (L2 R1), (L2 R2), (L2 R3), (L3 R1), (L3 R2), (L3 R3) = 9 ways.
Now, say, the 3rd one is a Blue left glove. In the above formula, out of total 8 in 8C1, 2 Blue left, 2 Blue right, and 4 Greens remain. So, when we multiply 3C1 x 3C1 x 2C1 (for the 2 Blue left) we get 18 ways (we are not multiplying by 8C1 because we only want outcomes that have 2 Blue left as the 3rd glove):
(L1 R1 L2),
(L1 R1 L3),
(L1 R2 L2), (L1 R2 L3),
(L1 R3 L2), (L1 R3 L3),
(L2 R1 L1), (L2 R1 L3),
(L2 R2 L1), (L2 R2 L3),
(L2 R3 L1), (L2 R3 L3),
(L3 R1 L1), (L3 R1 L2),
(L3 R2 L1), (L3 R2 L2),
(L3 R3 L1), (L3 R3 L2).
Upon looking closely, we can see that 1 and 7 are similar, 2 and 13 are similar, and so on. All are counted twice as ORDER DOESN’T MATTER. Similar double counting is possible when we multiply by 2C1 for 2 Blue right as the 3rd glove.
So, to correct this, we should break up our cases:
Case 1: 2 Blue left, 1 Blue right = 3C2 x 3C1 = 9 [No double counting]
Case 2: 1 Blue left, 2 Blue right = 3C1 x 3C2 = 9 [No double counting]
Case 3: 1 Blue left, 1 Blue right, 1 Green = 3C1 x 3C1 x 4C1 = 36
Case 4: 2 Green left, 1 Green right = 2C2 x 2C1 = 2 [No double counting]
Case 5: 1 Green left, 2 Green right = 2C1 x 2C2 = 2 [No double counting]
Case 6: 1 Green left, 1 Green right, 1 Blue = 2C1 x 2C1 x 6C1 = 24
Total favourable ways = 9 + 9 + 36 + 2 + 2 + 24 = 82
Total possible ways to select 3 gloves from 10 (5 pair) = 10C3 = 120
Probability = 82/120 = 41/60
In combinations, while counting, we should break up our cases so that similar type of items is selected together instead of in multiple separate instances. Otherwise, we need to be cognizant of the double counting and divide the outcome accordingly.