Question

Employees hired to work at Z incorporated are all assigned an identification code . Each code...

Employees hired to work at Z incorporated are all assigned an identification code . Each code consists of 2 letters , followed by 3 digits, and then 1 letter : BW 204 -for example . The first letter MUST be an A, Bor C. How many codes are possible if: Both letters and numbers may not repeat ?

Homework Answers

Answer #1

Here' the answer to the question. Please write back in case you've doubts.

Code: 2 letters, followed by 3 digits, and then 1 letter (_ _) ( _ _ _)( _)

1. First letter is either of A, B or C = 3

2. The second letter can be any of the 25 remaining letters.

3. The 3 digits can be filled in 10*9*8 = 720 ways.

( there are 10 digits 0 to 9, when of them is chosen, 9 are left, and then after 1 more selection 8 remain)

4. The last space can be filled by a letter, which can be filled in 24 ways ( 25-1 = 24 ways)

So, total ways this can be done = 3*25*720*24 = 1296000 ways

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...
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?
1) Answer each of the following problems. SHOW ALL NECESSARY WORK to fully justify each of...
1) Answer each of the following problems. SHOW ALL NECESSARY WORK to fully justify each of your answers. a) From a box of 24 tiny dolls, A toddler selects a set of 6 dolls as her favorites . How many different ways can she make this selection? b) In how many different ways can the eleven players of a football team line up to be in a photograph c) A store has to hire two cashiers. Five people are interviewed...
1- A particular automatic sprinkler system has two different types of activation devices for each sprinkler...
1- A particular automatic sprinkler system has two different types of activation devices for each sprinkler head. One type has a reliability of 0.87; that is, the probability that it will activate the sprinkler when it should is 0.87. The other type, which operates independently of the first type, has a reliability of 0.77. If either device is triggered, the sprinkler will activate. Suppose a fire starts near a sprinkler head. a) What is the probability that the sprinkler head...
Use python language please #One of the early common methods for encrypting text was the #Playfair...
Use python language please #One of the early common methods for encrypting text was the #Playfair cipher. You can read more about the Playfair cipher #here: https://en.wikipedia.org/wiki/Playfair_cipher # #The Playfair cipher starts with a 5x5 matrix of letters, #such as this one: # # D A V I O # Y N E R B # C F G H K # L M P Q S # T U W X Z # #To fit the 26-letter alphabet into...
You are a database consultant with Ace Software, Inc., and have been assigned to develop a...
You are a database consultant with Ace Software, Inc., and have been assigned to develop a database for the Mom and Pop Johnson video store in town. Mom and Pop have been keeping their records of videos and DVDs purchased from distributors and rented to customers in stacks of invoices and piles of rental forms for years. They have finally decided to automate their record keeping with a relational database. You sit down with Mom and Pop to discuss their...
Do the following problems. 1. Each of three barrels from a manufacturing line are classified as...
Do the following problems. 1. Each of three barrels from a manufacturing line are classified as either above (a) or below (b) the target weight. Provide the ordered sample space. 2. The heat on each of two soldered parts is measured and labeled as either low (l), medium (m), or high (h). State the number of elements in the ordered sample space. 3. Consider the set of Beatles songs with a primary writer as either Paul McCartney (P) or John...
QUESTION 1 Advanced Security Inc. was hired by the Treasury Bank Inc. for securing their systems....
QUESTION 1 Advanced Security Inc. was hired by the Treasury Bank Inc. for securing their systems. The first thing they did was implement the best practice if separation of domains. As a result of this The bank had to get a new domain name. any change made in the records points to only one party who could have made that change. If you are a technical person, you must have office in a particular area of the building. accessing outside...
**[70 pts]** You will be writing a (rather primitive) online store simulator. It will have these...
**[70 pts]** You will be writing a (rather primitive) online store simulator. It will have these classes: Product, Customer, and Store. All data members of each class should be marked as **private** (a leading underscore in the name). Since they're private, if you need to access them from outside the class, you should do so via get or set methods. Any get or set methods should be named per the usual convention ("get_" or "set_" followed by the name of...