Find Number of Passwords

Joined
Jun 27, 2021
Messages
5,386
Reaction score
422
A popular website requires users to create a password consisting of digits only. If no digit may be repeated and each password must be at least 9 digits long, how many passwords are possible?

Seeking a set up or several hints.
 
hint: Note that we are told that no digit may be repeated.
There are total of 10 digits: 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9.
As password must be at least 9 digits long then it can consist of either 9 or all 10 digits.
It's good to realize the permutation formula: n! / (n-k)!
 
hint: Note that we are told that no digit may be repeated.
There are total of 10 digits: 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9.
As password must be at least 9 digits long then it can consist of either 9 or all 10 digits.
It's good to realize the permutation formula: n! / (n-k)!

Is the set up 9P10 or 10P9?
 


Write your reply...

Members online

No members online now.

Forum statistics

Threads
2,529
Messages
9,858
Members
696
Latest member
fairdistribution
Back
Top