SOLUTION: how many computer password are possible, using digits: 0-9, a-z(lower case), A-Z (upper case) and !, @, #, $, %, &, *, +. Each character could be used more than one , but the last
Algebra.Com
Question 443316: how many computer password are possible, using digits: 0-9, a-z(lower case), A-Z (upper case) and !, @, #, $, %, &, *, +. Each character could be used more than one , but the last character have to be from !, @, #, $, %, &, *, +.
Answer by swincher4391(1107) (Show Source): You can put this solution on YOUR website!
Consider these sets:
0-9 has 10 digits
a-z has 26 letters
A-Z has 26 letters
{!,@,#,$,%,&,*,+} has 8 characters:
We have 70 characters in all:
If the number of characters is a fixed length {n characters}, there are possible characters.
Let's say you are given some maximum amount of characters.
Then the number of passwords is represented as
===========
Now I'm thinking this might be too advanced for the level of problem.
Is is possible that you have left out information? Is there a maximum length or fixed length of the password?
RELATED QUESTIONS
hi,can anyone teach me how to solve this type of question?
A password for a system... (answered by Theo)
Please Help me solve this question: A particular website requires that users select a... (answered by Fombitz)
you need to select a 4 character password for a computer account. Any digit 0-9 and any... (answered by edjones)
A computer password consist of six characters.The first two must be lower case letters... (answered by Theo)
A password must contain exactly 8 characters with at least one upper case letter, one... (answered by Alan3354)
Supposed your computer password must contain four characters, must begin with a letter,... (answered by ikleyn)
each user on a computer system has a password which can be 5 to 7 characters long, where... (answered by edjones)
A computer requires eight characters for a password. The first character must be a letter (answered by richard1234)
A password to a computer account is to consist of 3 lower-case letters followed by four... (answered by FrankM)