29.1k views
5 votes
A computer password system requires 6 DIFFERENT letters (case sensitive) from the 26 alphabets. For example, AAAAAA and aaaaaa are two different passwords. Is this a PERMUTATION or a COMBINATION problem? How many passwords can be created?

1 Answer

4 votes

Answer: 325

Explanation:

Combination is a way to calculate the total outcomes of an event where order of the outcomes does not matter where as a Permutation is a way of arranging the elements of a set into a order or a sequence . Here order matters.

If we want to create password with 6 different letters then order matters.

Hence, we use permutations.

The number of passwords created is given by :-


^(26)P_6=(26!)/(2!(26-2)!)\\\\=(26*25*24!)/(2*24!)=325

Hence, the number of passwords created = 325

User Birger
by
8.0k points

Related questions

asked Feb 11, 2024 5.7k views
Juan asked Feb 11, 2024
by Juan
9.0k points
1 answer
1 vote
5.7k views
2 answers
0 votes
94.4k views