As a programmer, discovering the binomial theorem has helped me with alot. I want to solve something using maths as source and I wonder if you can help me define this one:
Regarding this question and its following outcome with: $${20 \choose 10} = 184756$$
I want to add further combinations. Say, every blue ball has a random letter written on it, A-Z(26 combinations), and red balls a number 0-9(10 combinations).
The letters and numbers cannot be repeated in once instance. e.g. AABCDEFGHI1234567890 is not allowed because 'A' is repeated.
There can be only ten blue and ten red balls in the bag.
How do I express this mathematically to calculate all the possible combinations?