How many 3-digit numbers can be formed by using the digits 1 to 9 if no digit is repeated?
Hint. This counts permutations of 9 distinct digits taken 3 at a time.
Using nPr with n=9, r=3: 9P3 = 9!/(9-3)! = 9x8x7 = 504.
✦ Working through each part gives: 504.
