SOLUTION: You need to have a password with 4 letters followed by 4 even digits between 0 and 9, inclusive. If the characters and digits cannot be used more than once, how many choices do yo
Algebra.Com
Question 1094921: You need to have a password with 4 letters followed by 4 even digits between 0 and 9, inclusive. If the characters and digits cannot be used more than once, how many choices do you have for your password?
Answer by math_helper(2461) (Show Source): You can put this solution on YOUR website!
There are 26 letters for the first letter choice.
25 for the 2nd
24 for the 3rd
23 for the 4th
—
There are 5 choices for the first digit { 0, 2, 4, 6, or 8 }
4 for the 2nd
3 for the 3rd
2 for the 4th
—
So there are 26*25*24*23*5*4*3*2 = 43056000 ways (=choices) to make a password this way.
—
Alt solution: since order is important, we can use the permutation formula P(n,k)= n!/(n-k+1)!.
Viewing it this way, there are P(26,4) ways to pick (arrange) the letters and P(5,4) ways to pick (arrange) the digits: P(26,4)*P(5,4) = 358800*120 = 43056000.
RELATED QUESTIONS
You need to have a password with 4 letters followed by 2 even digits between 0 and 9,... (answered by ikleyn)
You need to have a password with 6 letters followed by 2 odd digits between 0 and 9,... (answered by ikleyn)
a computer password contains 4 digits followed by 2 letters. Find the number of password... (answered by stanbon)
Students log on to the California Virtual Campus with a user name consisting of 8... (answered by Boreal)
You need to create a 4-character password for your safe. The first two characters have to (answered by josmiceli)
Suppose you randomly choose a number between 1 and 100. What are the odds against... (answered by jsmallt9)
if my computer password has 4 Capitol letters followed by 4 digits and my friend uses 4... (answered by Alan3354)
Mark wants to create several passwords for several accounts. Each password is 9... (answered by jim_thompson5910)
a user's password consists of 8 letters followed by 6 digits how many different passwords (answered by ikleyn,Alan3354)