You can put this solution on YOUR website! How many five-digit zip codes are possible if digits can be repeated?
Each digit position can have any of 10 digits.
Ans: 10^5 = 100,000
-----------------------------
If there cannot be repetitions?
10*9*8*7*6 = 30,240
-------------
Cheers,
Stan H.