Name: Anonymous 2008-03-26 21:09
Say we have a string of the form AABCCC where A is a letter, C is a digit, B can be either and there are no repeated letters or digits.
Can somebody explain why the number of permutations is equal to:
26 * 25 * (24 + 7) * 10 * 9 * 8
and not:
26 * 25 * (24 + 10) * 9 * 8 * 7
Can somebody explain why the number of permutations is equal to:
26 * 25 * (24 + 7) * 10 * 9 * 8
and not:
26 * 25 * (24 + 10) * 9 * 8 * 7