Question

In: Statistics and Probability

A person has to create a code. The code must contain exactly 6 letters. The first...

A person has to create a code. The code must contain exactly 6 letters. The first letter must be a vowel that is not an E or I. The second letter must be either a J, K, or L. The third letter must be a consonant that is not a G or R. The fourth letter must be a vowel that is not an I. The fifth letter must be a consonant. If repetition of letters are not allowed, how many different codes can the person make? (Note: a vowel is A, E, I, O, or U, and consonants are letters that are not vowels).

Solutions

Expert Solution

There are five vowels A,E,I,O,U and 21 consonants,

The first letter has 3 options (A,O,U) to choose since other vowels E or I cant be chosen.

The second letter has 3 options to chosen from J,K,or L .

The third letter has 21 - 2 =19 options to choose since G and R cant be used so we subtracted 2 consonants from 21.

Now there will be one consonant (either J,K or L) which will be used in second letter formation , since repetition is not allowed , we have finally 19 - 1 = 18 options to choose for third letter .

The fourth letter should be vowel , but w have used one vowel for first letter from A,O,U. so we have 5 -1 =4 options to choose, there is condition given that I cant be used , so finally we will have 4 -1 = 3 options from to choose for the fourth letter.

For second letter and fourth letter we have used 2 consonants, so we have 21 - 2 =19 consonants to choose for the fifth letter.

There is no mention of any conditions for 6th letter , since 5 letters have already been used we have 26 - 5 = 21 options for the 6th letter.

Number of different codes that can be formed = 3 X 3 X 18 X 3 X 19 X 21 = 193914


Related Solutions

A person has to create a code. The code must contain exactly 7 letters. The first...
A person has to create a code. The code must contain exactly 7 letters. The first letter must either a N, P, R, or T. The second letter must be a vowel that is not I, O, or U. The third letter must be a consonant that is not a D, F, H, or J. The fourth letter must be a vowel that is not an O or U. The fifth letter must be a consonant that is not a...
Create an ANOVA and regresion problem, must contain steps and answers.
Create an ANOVA and regresion problem, must contain steps and answers.
A secret pass code is made of 6 letters none of which are repeated. What is...
A secret pass code is made of 6 letters none of which are repeated. What is the probability that the code starts with B?
I need to create a code in C++ that first has a menu animation of game...
I need to create a code in C++ that first has a menu animation of game Pacman, a score label in the map, and a bar that have the lives of pacman in the map.
For this assignment, you must follow directions exactly. Create a P5 project in Eclipse then write...
For this assignment, you must follow directions exactly. Create a P5 project in Eclipse then write a class P5 with a main method, and put all of the following code into the main method: Instantiate a single Scanner object to read console input. Declare doubles for the gross salary, interest income, and capital gains. Declare an integer for the number of exemptions. Declare doubles for the total income, adjusted income, federal tax, and state tax. Print the prompt shown below...
Objective: Create a webpage with a simple quiz. Instructions: The webpage must contain at least ten...
Objective: Create a webpage with a simple quiz. Instructions: The webpage must contain at least ten simple questions as a quiz. The user must be able to answer the questions in the input boxes and finally click on a Submit button to get a final score. The questions must be such a way that some answer formats must cover all the following types: A number A string An expression (e.g. 2+3) If the user does not answer a question and...
How many different 6-letter radio station call letters can be made a. if the first letter...
How many different 6-letter radio station call letters can be made a. if the first letter must be E, W, or T and no letter may be repeated? b. if repeats are allowed (but the first letter is E, W, or T)? c. How many of the 6-letter radio station call letters (starting with E, W, or T) have no repeats and end with the letter H? a. If the first letter must be E, W, or T, and all...
Use Turtle graphics to draw your first name or your nickname if over 6 letters.           Just...
Use Turtle graphics to draw your first name or your nickname if over 6 letters.           Just initials of your first & last name is OK if you add another feature such as color. My initials are J.S but I don't know how to color them. Here is my code: Python program to print nick name if a name is greater than 6 character or initials if the color if given """ import turtle as T fName, lName = input('Enter name:...
I need the output of the code like this in java First we create a new...
I need the output of the code like this in java First we create a new building and display the result: This building has no apartments. Press enter to continue......................... Now we add some apartments to the building and display the result: This building has the following apartments: Unit 1 3 Bedroom Rent $450 per month Currently unavailable Unit 2 2 Bedroom Rent $400 per month Currently available Unit 3 4 Bedroom Rent $1000 per month Currently unavailable Unit 4...
A website has the following policy for creating a password: • Passwords must be exactly 8...
A website has the following policy for creating a password: • Passwords must be exactly 8 characters in length. • Passwords must include at least one letter (a-z, A-Z) or supported special character (@, #, $ only). All letters are case-sensitive. • Passwords must include at least one number (0-9). • Passwords cannot contain spaces or unsupported special characters According to this policy, how many possible passwords are available? (Round to the nearest trillion)
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT