93.3k views
0 votes
If a pin consists of 5 numbers , how many different PIN number codes are possible ?

User Maramal
by
2.7k points

1 Answer

7 votes

Answer:

The logical way is very simple:

Since you know that there are 5 digits and each must be different, start with the first digit and work your way up.

The first digit can be any of 10 digits (0–9).

However, the second digit can be any of only 9 digits as 1 digit has already been used and cannot be repeated.

Similarly, applying the same logic, there are only 8 options for the third digit, 7 for the fourth digit, and 6 for the fifth and final digit.

Now, multiply all these numbers together to get the total number of configurations like so:

10⋅9⋅8⋅7⋅6=30240

User Boreas
by
3.6k points