So for example if we had A B and C and 1, 2 and 3 how many different group of 3 Letter/Number pairs can we make with no repetition as in,
A1 B1 C1
A1 B1 C2
A1 B1 C3
A1 B2 C1 etc…
By simply doing it I know the answer is 27 but I wonder if there is a general way to do it as in if x = letter and j= Number how many different x,j combinations can you have
So essentially:
how many different X,J pairs can you make when x= [x1,x2,x3] and J=[j1,j2,j3]