Question

An access code consists of 3 letters of the alphabet followed by 3 digits. (Digits are...

An access code consists of 3 letters of the alphabet followed by 3 digits. (Digits are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9.) How many different access codes are possible?

Homework Answers

Answer #1

number of way 3 letters string can be formed from 26 letters of alphabet is 26P3 = 15600

number of way 3 digits string can be formed from 10 digits is 10P3 = 720

So, total possible no of codes is 15600*720 = 11232000 (Assume that repetation of letters and digits not allowed)

{ if repetation are allowed:

1. no of 3 letter string with 3 different no- 15600

2. no of 3 letter string with 2 same no and 1 different no:- 325*6 = 1950
(Lets take 2 letter a,b. possible combination (aab, aba, baa, bba, bab, abb) total 6.
now 2 letter can be choose from 26 letter in 26C2 = 325 ways)

3. no of 3 letter string with 3 same no:- 26

Total letter combination: 15600+1950+26=17576

Similarly total digit combination: 720+(10C2 * 6)+9=999

Possible no of code: 17576*999=17558424

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
A secret code for a bank vault consists of 4 letters, then 4 digits and then...
A secret code for a bank vault consists of 4 letters, then 4 digits and then 2 more letters. 1.How many different codes are possible? 2.How many codes are possible if repeating letters and digits is not allowed? 3.How many codes are possible if repeats are not allowed and the first letter must be 'P' and the fourth digit must be '6'? 4.If the wrong code is entered the vault automatically locks and the alarm sounds. Suppose repeating letters and...
Serial numbers for a product are to be made using 3 letters followed by 2 digits....
Serial numbers for a product are to be made using 3 letters followed by 2 digits. The letters are to be taken from the first 5 letters of the alphabet, with no repeats. The digits are taken from the 10 digits (0, 1, 2, ..., 9), with no repeats. How many serial numbers can be generated?
A license plate consists of 3 letters followed by 3 digits. How many license plates are...
A license plate consists of 3 letters followed by 3 digits. How many license plates are possible if the first digit cannot be 0, and letters and digits may repeat?
The access code for a car's security system consists of six digits. The first digit cannot...
The access code for a car's security system consists of six digits. The first digit cannot be 5 and the last digit must be even. How many different codes are available? (Note that 0 is considered an even number).
A serial number on an implanted medical device consists of 3 letters followed by 4 digits....
A serial number on an implanted medical device consists of 3 letters followed by 4 digits. The first number cannot be zero. How many serial numbers are possible?
The access code for a? car's security system consists of five digits. The first digit cannot...
The access code for a? car's security system consists of five digits. The first digit cannot be 1 and the last digit must be even. How many different codes are? available? The number of different codes available is .
Problem 1. Your company is creating product code for its product control. They need you to...
Problem 1. Your company is creating product code for its product control. They need you to figure out some stuff If the code consists of 3 small letters from our English alphabet followed by a dash, and then 4 numbers followed by a dash and then followed by 2 letters (again small English alphabet), please answer the following important cooperate questions . _ _ _ - _ _ _ _ - _ _ (a) How many different product codes are...
you are trying to form a 6-letter code from the 26 letters of the alphabet. suppose...
you are trying to form a 6-letter code from the 26 letters of the alphabet. suppose your code must follow the following rules: * the first two letters must be different vowels ( AEIOU). ( this means no repeats.) * the next two letters have no restrictions in other words, any letter is fine.) * the last two letters cannot be a vowel, but they could repeat. how many different codes are possible?
Discrete Mathematics A pin consists of 6 characters. Each one of the characters can be digits...
Discrete Mathematics A pin consists of 6 characters. Each one of the characters can be digits (0-9) or letters (upper case only). 1. How many codes are possible if there are no restrictions? 2. How many codes are possible if none of the characters can be repeated? 3. How many codes contain at least one repeated character?
Determine how many different computer passwords are possible if (a) the digits and letters can be...
Determine how many different computer passwords are possible if (a) the digits and letters can be repeated, and (b) if the digits and letters cannot be repeated. i. 4 digits followed by 2 letters ii. 5 digits followed by 1 letter. iii. 3 digits followed by 3 letters