Using the digits {1, 3, 4, 5, 7, 9} without repeating any digit, how many unique four-digit numbers can be created?
Explanation
There are 6 available digits, and we need to form 4-digit numbers without repetition. The total number of such permutations is 6P4 = 6 × 5 × 4 × 3 = 360.