The total number of possible password combination is 15,600 passwords
Here, we want to know the possible number of password combinations
The restrictions are that we are to use only lower case letters, and no repetition of letters is allowed
The number of letters to choose from are simply 26 lower case letters
The first letter has 26 to choose from
The second is from the remaining 25
The third letter has only 24 choices to select from
The total number of possible combinations is the product of this three
Mathematically, we have this as;
[tex]26\times25\times24\text{ = 15,600}[/tex]