I'm not a math genius so please consider that when posting your explanation.
I have the following sets, arbitrarily named:
a [a1, a2, a3]
b [b1, b2]
c [c1, c2, c3, c4]
d [d1, d2, d3, d4, d5]
e [e1, e2, e3]
f [f1, f2]
g [g1]
Question #1) What is the total number of combinations if I have to select one element from each set? I think I know this answer, but I want to confirm. I believe this is the rule of products, so the answer is the number of elements in each set multiplied together.
In the case above, it would be:
3 * 2 * 4 * 5 * 3 * 2 * 1 = 720 combinations
Question #2) What is the total number of combinations if I have to select one element from set a, one element from set b, and one element from 4 of the 5 following sets: c, d, e, f, g?
How would this answer change if there was another set 'h' with 6 elements [h1, h2, h3, h4, h5, h6] and I had to still select one element each from set a and b, but now had to select one element each from 4 of the now 6 sets (c, d, e, f, g, h)?
Thank you for the help in advance.
3 * 2 * (5 choose 4) * [(4 choose 1) * (5 choose 1) * (3 choose 1) * (2 choose 1) * (1 choose 1)] = 3600?
For 2nd part of question #2 would it be:
3 * 2 * (6 choose 4) * [(4 choose 1) * (5 choose 1) * (3 choose 1) * (2 choose 1) * (1 choose 1) * (6 choose 1)] = 64800?
– mathfrog Feb 05 '16 at 14:15