Question
Question: A special type of password consists of four different letters of the alphabet, where each letter is ...
A special type of password consists of four different letters of the alphabet, where each letter is used only once. How many different possible passwords are there?
A. 426
B. 456976
C. 14950
D. 358800
Solution
Password consists of four letters of the alphabet and we know that there are a total of 26 alphabets in the English language. To get the total possible cases, we have to use the concept of permutation. The formula we will use is nPr=(n−r)!n! , here we have n = 26 and r = 4.
Complete step-by-step solution:
Let us first write down the given data as below,
Number of letters contained by a special type of password = 4
No letter is repeated twice in the password.
Now, we know that we have a total of 26 alphabets. So, this is a problem of permutation. To understand the problem let’s take an example of how these 4 letters special type of password can be formed of alphabets.
As there are total 26 alphabets which are given as follows,
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
To form a password of 4 different letters, we take any 4 letters of the above alphabets with the condition that no letter is used more than once.
For example, we can take four letters E F G H of 26 alphabets and these can be arranged in 4P4 ways.
So, we can take any 4 letters of 26 alphabets to form the special type of password and the total number of such passwords is calculated by using permutation.
Formula for permutation nPr=(n−r)!n!
Total number of passwords =26P4
=(26−4)!26!