Answer: a) 10000 
Explanation:
The code has five digits, and the first digit is fixed (i.e., it must be 7) so we only care for the other 
The second digit has 10 possible options.
The third digit has 10 possible options.
The fourth digit has 10 possible options.
The fifth digit has 10 possible options.
The total number of combinations is given by the product between the number of combinations10
C = 1*10*10*10*10 = 10000 codes.
So, the correct option is first one.