SOLUTION: You have an electronic safe, and the code is five digits. The first digit cannot be a 1, and the last digit is odd. How many different available codes are there?

Algebra ->  Probability-and-statistics -> SOLUTION: You have an electronic safe, and the code is five digits. The first digit cannot be a 1, and the last digit is odd. How many different available codes are there?       Log On


   



Question 897829: You have an electronic safe, and the code is five digits. The first digit cannot be a 1, and the last digit is odd. How many different available codes are there?

Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
First digit : 0-9 but not 1.
Second digit : 0-9
Third digit : 0-9
Fourth digit : 0-9
Fifth digit : 1,3,5,7,9
.
.
.
N=9%2A10%2A10%2A10%2A5
N=45000