I am trying to find a formula to give me the number of permutations of 3 numbers across multiple sets of numbers. For example I have 5 different sets call them a,b,c,d,e with numbers 1-10 and I want to know if we use one number from each how many permutations of just 3 there are across these sets ie a1, d3, e2.
There can only be one number per letter - no combinations of say a1,a2,b3.
The letters must follow in order ie c cannot come before b.
I am interested to see the formula itself so that the number of sets can be increased as necessary but I am only interested in permutations of 3.
Many thanks,
Gordon