How many words can be formed with the letters of the word 'POSTMAN', if every word begins with T and ends with M?
120
Let's break down how to solve this word formation problem using the letters of the word 'POSTMAN'. The question asks for the number of distinct words that can be formed from the letters of 'POSTMAN' under specific conditions: every word must begin with the letter 'T' and end with the letter 'M'.
The word 'POSTMAN' has 7 distinct letters: P, O, S, T, M, A, N. There are no repeated letters in 'POSTMAN'.
The constraints are:
Since the word has 7 letters, we have 7 positions to fill.
Position 1 is fixed as 'T'. There is only 1 choice for this position.
Position 7 is fixed as 'M'. There is only 1 choice for this position.
After placing 'T' at the beginning and 'M' at the end, we are left with the letters P, O, S, A, N from the original word 'POSTMAN'. There are 5 remaining letters.
These 5 letters need to be arranged in the remaining 5 positions (positions 2, 3, 4, 5, and 6).
The number of ways to arrange 5 distinct letters in 5 distinct positions is given by the number of permutations of 5 items taken 5 at a time, which is 5! (5 factorial).
The calculation for 5! is as follows:
\( 5! = 5 \times 4 \times 3 \times 2 \times 1 \)
\( 5! = 20 \times 6 \)
\( 5! = 120 \)
So, there are 120 ways to arrange the remaining 5 letters (P, O, S, A, N) in the middle 5 positions.
Since the first position must be 'T' (1 way) and the last must be 'M' (1 way), the total number of words formed is the product of the number of choices for each position:
Total words = (Choices for Pos 1) × (Arrangement of remaining 5 letters) × (Choices for Pos 7)
Total words = \( 1 \times 5! \times 1 \)
Total words = \( 1 \times 120 \times 1 \)
Total words = \( 120 \)
Therefore, 120 different words can be formed using the letters of 'POSTMAN' such that each word begins with T and ends with M. This type of problem involves calculating permutations under specific constraints.
This method helps solve problems related to arranging letters from words like 'POSTMAN' with fixed starting and ending characters.
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.
