
William W. answered 05/08/19
Math and science made easy - learn from a retired engineer
Is the question something like "How many possible registration codes are there?" If so,this is asking what is the number of possible sets of 9 numbers taken 6 at a time where order makes a difference. To find the answer, use the permutation function in your calculator bu typing 9P6 into your calculator. If your calculator doesn't have the permutation formula built into it, use the permutation equation nPr = n!/(n - r)! or 9P6 = 9!/(9-6)! = 60,480