Question:

The number of 6-letter words, with or without meaning, that can be formed using the letters of the word MATHS such that any letter that appears in the word must appear at least twice, is $ 4 \_\_\_\_\_$.

Updated On: Nov 7, 2025
Hide Solution
collegedunia
Verified By Collegedunia

Correct Answer: 1405

Approach Solution - 1

To solve the problem of forming 6-letter words using the letters from "MATHS" with the condition that any letter used must appear at least twice, we need to consider the letter set {M, A, T, H, S}. Since the word is only 5 letters long, any 6-letter word must repeat at least one of these letters.

Let's denote the letters of "MATHS" as 1 unit for each letter. To form a 6-letter word with repetitions, we need to choose a letter that appears twice. Let’s explore this:

The problem requires that at least one letter appears twice. Let's list possibilities:

  • Select an existing letter to repeat: Choose any one of the 5 letters (M, A, T, H, S) to be used twice. This ensures that the letter appears at least twice, satisfying the condition.
  • Arrange the 5 unique letters and the repeated letter: There are 6 positions and one letter repeated. The number of distinct arrangements of 6 letters, where one letter is repeated, is calculated by dividing the total arrangements by the arrangements of the repeated letter.

The formula we use is: P = C(5,1) × (6!/2!)

Working through the numbers:

  • Choose 1 letter to repeat out of 5: C(5,1) = 5.
  • Calculate 6! = 720 (total permutations of 6 items).
  • Divide by 2! = 2 (since we are repeating one letter twice): 720/2 = 360.

Therefore, the total number of 6-letter words possible where each chosen letter appears at least twice is:
5 × 360 = 1800

The result, 1800, fits within the given range (1405,1405), verifying our solution is not only correct but also consistent with required conditions.

Was this answer helpful?
1
0
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

We are tasked with finding the total number of words that can be formed using 6 letters, where the letters are chosen from a set of 5 distinct letters. The solution is divided into three cases:

(i) Single letter is used:
If only one letter is used, then all 6 positions in the word must consist of that single letter. Since there are 5 distinct letters to choose from, the number of such words is:

$ 5 $

(ii) Two distinct letters are used:
If two distinct letters are used, we need to calculate the number of ways to form words under this condition. First, choose 2 letters from the 5 available letters:

$ {^5C_2} = 10 $

Next, distribute the 6 positions among the two chosen letters. There are two subcases:
- One letter appears twice, and the other appears four times.
- Both letters appear three times each.

For the first subcase (one letter appears twice, the other appears four times):
The number of arrangements is:

$ \frac{6!}{2!4!} = 15 $. Since either letter can appear twice, multiply by 2:

$ 15 \times 2 = 30 $

For the second subcase (both letters appear three times each):
The number of arrangements is:

$ \frac{6!}{3!3!} = 20 $

Thus, the total number of words for this case is:

$ 10 \times (30 + 20) = 10 \times 50 = 500 $

(iii) Three distinct letters are used:
If three distinct letters are used, we need to calculate the number of ways to form words under this condition. First, choose 3 letters from the 5 available letters:

$ {^5C_3} = 10 $

Next, distribute the 6 positions equally among the three chosen letters, with each letter appearing twice. The number of arrangements is:

$ \frac{6!}{2!2!2!} = 90 $

Thus, the total number of words for this case is:

$ 10 \times 90 = 900 $

Total Number of Words:
Adding up all the cases, the total number of words is:

$ 5 + 500 + 900 = 1405 $

Final Answer:
The total number of words is $ \boxed{1405} $.

Was this answer helpful?
0
0