We want to determine the number of zip code combinations possible for the state.
Given that;
- all zip codes begin with the number 3
- the second digit is restricted to numbers from 3 to 7
- the remaining digits have no restriction.
With the above conditions;
the first digit can only be one number which is 3, so;
the second digit can be just 2 numbers either 3 or 7, so;
The remaining digits have 10 possible numbers each from 0 to 9, so;
substituting this values into the formula given, we have;
Therefore, the state have 2000 possible zip code combinations.