Hi!
I would appreciate your answer to the following question:
In permutations, I don't understand why the answers always start calculating from the first letter\digit and why the answer is not the same if we start calculating the possibilities from a different letter\digit?
For example, when calculating the number of three digit numbers in which the digits are different, the right answer is:
9 (every digit besides zero) * 9 (every digit besides the first) * 8 (every digit besides the first two) = 648
However, if I want to start calculating from the last digit, the answer is:
10 (every digit) * 9 (every digit besides the first) * 7 (every digit besides zero and the first two) = 630.
Why isn't the answer identical?
Thanks!