I think the valid combinations are, B/B/B, G/G/G, B/G/G and G/B/B. Total valid number of combinations are $4$.
My question is whether I should be using [combination theory with repetition] (https://en.wikipedia.org/wiki/Combination#Number_of_combinations_with_repetition) for this problem, I think it falls into combination with repetition scenario (see above link), where $N=2$ (B and G) and $k = 3$ (select $3$ kids), and $\big(\!\binom{N}{k}\!\big) = 4$, wondering if that is the correct theory to use for this problem? Thanks.
Regards,
Lin