Question 405657
an identification code is to consist of three letters followed by four digits. How many different codes are possible if repetition is permitted?
-----
Code: LLLNNNN
There are 26 letters
There are 10 digits
---
# of codes = 26^3*10^4 = 175,760,000
------
Cheers,
Stan H.
======