SOLUTION: A computer password consist of a letter of the alphabet followed by 3 or 4 digits.Find the total number of password that can be formed. Also find the number of passwords in which n

Algebra.Com
Question 1010649: A computer password consist of a letter of the alphabet followed by 3 or 4 digits.Find the total number of password that can be formed. Also find the number of passwords in which no digit repeats.

Answer by Edwin McCravy(20055)   (Show Source): You can put this solution on YOUR website!
Digits can repeat:

Case 1.  1 letter followed by 3 digits
Choose the letter 26 ways.
Choose the first digit 10 ways.
Choose the second digit 10 ways.
Choose the third digit 10 ways.

That's 26*10*10*10 = 26000

Case 2. 1 letter followed by 4 digits.
Annex a digit to each of the 26000 ways in Case 1.
That can be done in 10 ways.
That's 26000*10 = 260000

Grand total: 26000 + 260000 = 286000

---------------------------

Digits cannot repeat:

Case 1.  1 letter followed by 3 digits
Choose the letter 26 ways.
Choose the first digit 10 ways.
Choose the second digit 9 ways.
Choose the third digit 8 ways.

That's 26*10*9*8 = 18720

Case 2. 1 letter followed by 4 digits.
Annex a fourth digit to each of the 18720 ways in Case 1.
That can be done in 7 ways.
That's 18720*7 = 131040

Grand total: 18720 + 131040 = 149760

Edwin

RELATED QUESTIONS

A computer password consists of a letter of the alphabet followed by 3 or 4 digits. Find (answered by Jacksonjacob)
You need to choose a password for computer account. The rule is that the password must... (answered by ikleyn)
A company with 3000 employees requires that computer passwords consist of 4 digits... (answered by ewatrrr)
a computer password contains 4 digits followed by 2 letters. Find the number of password... (answered by stanbon)
A computer password consists of 3 different digits followed by one of the letters A, B,... (answered by stanbon)
a personal password is to consist of a letter, followed by two digits, followed by 2... (answered by nerdybill)
A password consist of 4 letters followed by 3 digits. How many passwords are possible if... (answered by sudhanshu_kmr)
A certain website requires users to log on using a security password. a. If the password (answered by ewatrrr)
A password consists of a letter chosen from the English alphabet, followed by three... (answered by richwmiller,ikleyn)