SOLUTION: A product code is a string of 2 characters and 2 digits or 1 character and 3 digits. What would be the total number of product codes if only the digits from 1 to 4 are used?

Algebra ->  Probability-and-statistics -> SOLUTION: A product code is a string of 2 characters and 2 digits or 1 character and 3 digits. What would be the total number of product codes if only the digits from 1 to 4 are used?      Log On


   



Question 1088394: A product code is a string of 2 characters and 2 digits or 1 character and 3 digits. What would be the total number of product codes if only the digits from 1 to 4 are used?
Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
There are 26 characters available.
For 2 characters and 2 digits (1-4),
N=26%2A26%2A4%2A4=10816
For 1 character and 3 digits,
N=26%2A4%2A4%2A4=1664