| 
November 1st, 2009, 07:05 PM
| | Newbie | | Join Date: Oct 2009
Posts: 5
Country: Thanks: 2
Thanked 0 Times in 0 Posts
| | Permutations and Combinations problem This one has really been troubling me. The question is: A computer program requires a password of at least 6 but no more than 8 characters. All letters (of the English alphabet, not case sensitive) and digits (0 to 9) may be used. The password must contain at least one digit and one letter. How many different passwords are possible?
I used the indirect method for each case and got down to: Case 1: 6 character password
36^6 - (26^6 + 10^6) Case 2: 7 character password
36^7 - (26^7 + 10^7) Case 3: 8 character password
36^8 - (26^8 + 10^8)
And then I added all the cases together. Is that correct? | 
November 2nd, 2009, 09:14 AM
|  | MHF Contributor | | Join Date: Dec 2008 Location: South Coast of England
Posts: 2,295
Country: Thanks: 158
Thanked 1,283 Times in 1,124 Posts
| | | | The following users thank Grandad for this useful post: | |  | 
November 3rd, 2009, 09:17 PM
| | Newbie | | Join Date: Oct 2009
Posts: 5
Country: Thanks: 2
Thanked 0 Times in 0 Posts
| | Thank you very much! I've handed in my answers and now only time will tell | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -7. The time now is 01:05 AM. | | |
 | |  |