0

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]

1 Answers1

0

A1, A2, A3, B1, B2, B3, C1, C2, C3

You specifically asked for "how many different Letter/Number pairs can we make". There are nine. ...unless of course you meant something else.

mrtwhs
  • 189