Well, mikewall01, if you wanted to be very accurate indeed you could call the above answers incorrect, but the percentage difference falls into the millionths of 1%. As you know, nPr is the symbol for permutations, where n is the big number and r is the small one. The way I think of it is 'The number of ways of choosing r objects out of a bag containing n objects, and then arranging those r objects in every possible order.' Hence an alternative way of calculating permutations is to consider the factorial of r (the number of ways of arranging r objects in any order), and then multiply it by nCr (the combinations of choosing r objects out of a bag containing n; for example, the number of possible ways that you could knock down 8 bowling pins and leave 2 standing would be 10C2 on a calculator, or [10!/(10-2)!x2!] if you wanted to do it on paper.) What this comes down to is that if the permutation calculation is rearranged for the alphabet question, it gives:
nCr x r! = nPr
20C20 = (20! / (20!)2) x 20! = 1 / 20! x 20!
The above will obviously be equal to one, so going back to the first line of the calculation:
1 x 20! = 20P20
(Exceeding 2000 characters now')