A computer password can be formed using any 6 combinations of letters and numbers. You can use letters from a- z and numbers from 0 to 9. The letters need to be in alphabetical order and the numbers need to be a increasing sequence of digits. Use permutations to find all the possible passwords that can be created if you cannot use a letter more than once but you can repeat a number. There is no fixed amount of numbers or letters.