Question

Of the 13-digit passwords formed by mixing (7 letters, from A to Z, without repeats, and...

Of the 13-digit passwords formed by mixing (7 letters, from A to Z, without repeats, and 6 numbers, from 1 to 9 allowing repeats) I pick one at random. Determine Prob( my word begins with 1, ends with 9, and includes exactly 3 vowels)

Homework Answers

Answer #1

Total letters = 26 (A,B,C,D……………X,Y,Z)

Out of these 26 letters, there are 5 vowels and 21 consonants.

Total numbers = 9 (1, 2, 3, 4, 5, 6, 7, 8, 9)

Password length = 13 digits

Total number of different passwords that can be formed with the given condition is given by sample space;

Sample space = n(S) = (26 x 25 x 24 x 23 x 22 x 21 x 20) x ( 9 x 9 x 9 x 9 x 9 x 9)

Let A =Event that the password begins with 1, ends with 9 and includes exactly 3 vowels

n(A) = 1 x 9 x 9 x 9 x 9 x 5 x 4 x 3 x 21 x 20 x 19 x 18 x 1

P(A) = n(A) / n(S)

= [ 1 x 9 x 9 x 9 x 9 x 5 x 4 x 3 x 21 x 20 x 19 x 18 x 1 ] /   [ 26 x 25 x 24 x 23 x 22 x 21 x 20 x 9 x 9 x 9 x 9 x 9 x 9 ]

= 19 / 592020

P(A) = 0.00003209

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
How many 3-letter passwords can be formed from the letters A through Z if a) all...
How many 3-letter passwords can be formed from the letters A through Z if a) all letters in the password must be different (i.e ARJ) b) all letters in the password must be different and they are in alphabetical order (i.e. AJR) c) there are no restrictions (i.e. ARR)
A three-digit numeral is formed by selecting digits from {0, 3, 7, 9} without repetition. Find...
A three-digit numeral is formed by selecting digits from {0, 3, 7, 9} without repetition. Find the probability that the number formed is: More than 300 Less than 750 Contains only odd digits An even number.
How many four-digit numbers can be formed from the digits 1, 3, 5, 7, 8, and...
How many four-digit numbers can be formed from the digits 1, 3, 5, 7, 8, and 9 if the numbers are less than 3,000 and digits are not used repeatedly? ( Hint: Begin with the digit where there is a restriction on the choices.)
how many four digit numbers can be formed from digits 1, 3, 5, 7 ,8 and...
how many four digit numbers can be formed from digits 1, 3, 5, 7 ,8 and 9.; if the numbers are less than 3000 th digits are not used repeadetly.
1. Use a tree diagram to show, or list, all possible outcomes when you toss a...
1. Use a tree diagram to show, or list, all possible outcomes when you toss a coin 3 times. 2. Licence plates consist of either 3 letters and 3 numbers or 4 letters and 3 numbers. How many different licence plates can be issued? 3a)      In how many ways can a committee of three be selected from 12 students? b) In how many ways can a president, secretary, and treasurer be chosen from 12 students? 4. How many ways...
For a C program hangman game: Create the function int setup_game [int setup_game ( Game *g,...
For a C program hangman game: Create the function int setup_game [int setup_game ( Game *g, char wordlist[][MAX_WORD_LENGTH], int numwords)] for a C program hangman game. (The existing code for other functions and the program is below, along with what the function needs to do) What int setup_game needs to do setup_game() does exactly what the name suggests. It sets up a new game of hangman. This means that it picks a random word from the supplied wordlist array and...
1. You are playing poker and are dealt 7 cards (without replacement) from a standard 52...
1. You are playing poker and are dealt 7 cards (without replacement) from a standard 52 card deck. How many 7-card poker hands are possible? (Hint: order doesn’t matter in poker, just the hand you are dealt). a.)52P7 = 6.74E11 (Same as 6.74x 1011) b.)52C7 = 133,784,560 c.)52!    = 8.0658E67 d.)7x52 = 3640 2.)Outside of a home, there is a keypad that can be used to open the garage door if the correct four digit code is entered. The key...
Match the correct terminology to the scenario. (match the letters with the correct number) TERMINOLOGY (LETTERS):...
Match the correct terminology to the scenario. (match the letters with the correct number) TERMINOLOGY (LETTERS): A-Diversity Jurisdiction B-Dodd Frank C-Due Process (5th Amendment) D-Subject Matter Jurisdiction E- Establishment Clause (1st Amendment) F-Foreign Corrupt Practices G- Invasion of Privacy (appropriation of identity) H- Attractive Nuisance I- Special Damages (Compensatory) J- Commercial Speech (1st Amendment) K- Dormant Commerce Clause L- Legitimate Government Interest M-4th Amendment N- Madison V. Marbury O- Rule of Four P- Voir Dire Q- Articles of Confederation R-14th...
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...
Assignment - Practical Coding (CPT) "Medicine" Section Please read the overview and instructions before attempting this...
Assignment - Practical Coding (CPT) "Medicine" Section Please read the overview and instructions before attempting this assignment. You may refer to Buck Step By Step Ch 26 "Medicine". Copy and Paste your completed assignment (only) on a separate MS word document or compatible file, and submit electronically via Moodle prior to due date. OVERVIEW Procedure coding is the transformation of written descriptions of procedures and professional services into numeric designations (code numbers). The physician rendering medical care either writes or...