We need to find the number of ways to form a three-digit number using the digits from 1 to 9, with the condition that each digit can be used only once (no repetition).
This is a problem of permutations because the order of the digits matters (e.g., 123 is different from 321). We are choosing 3 digits out of 9 available digits and arranging them.
The number of permutations of $n$ items taken $k$ at a time is given by the formula:
$ P(n, k) = \frac{n!}{(n-k)!} $
Therefore, there are 504 distinct three-digit numbers that can be formed using the digits 1 to 9 without repetition.
How many words can be formed with the letters of the word 'POSTMAN', if every word begins with T and ends with M?
In how many ways can cells in a $3 \times 3$ grid be shaded, such that each row and each column have exactly one shaded cell? An example of one valid shading is shown.
