Respuesta :
The number of different possible passwords possible is 6760000
- This is a question is the application of permutation. Permutation has to do with the arrangement.
- If a computer consists of 6 character computer password that is made up of 4 numbers followed by 2 letters, the total digits and letters present are 6
The number of ways the passwords are possible is 10^4 * 26^2
10^4 * 26^2= 10000 * 676
10^4 * 26^2 = 6760000
Hence the number of different possible passwords possible is 6760000
Learn more on permutation here: https://brainly.com/question/25500566