SOLUTION: A code contains 4 letters and 2 numbers. How many possible codes are there?

Algebra ->  Permutations -> SOLUTION: A code contains 4 letters and 2 numbers. How many possible codes are there?      Log On


   



Question 456256: A code contains 4 letters and 2 numbers. How many possible codes are there?
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
If all letters and combinations are allowed, and it's not case sensitive,
the letters give 26*26*26*26 combos
The 2 numbers give 10*10
= 26^4*100
= 45697600