SOLUTION: a 4 symbol password is to be formed with one letter and three digits. how many such passwords are there?
Algebra
->
Permutations
-> SOLUTION: a 4 symbol password is to be formed with one letter and three digits. how many such passwords are there?
Log On
Algebra: Combinatorics and Permutations
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Permutations
Question 375385
:
a 4 symbol password is to be formed with one letter and three digits. how many such passwords are there?
Answer by
Alan3354(69443)
(
Show Source
):
You can
put this solution on YOUR website!
Is it case sensitive? That is, is Q different from q ?
If so, there are 52 letters. If not, there are 26.
The combinations = L*10*10*10 = 1000*L
If it's case sensitive = 52000
If not = 26000