Using the letters from the word 'TIME', how many distinct three-letter arrangements can be created?
Explanation
The word 'TIME' consists of 4 unique letters. To find the number of different three-letter sequences that can be formed, we calculate the permutation 4P3, which equals 4 × 3 × 2 = 24.