Question:medium

Number of subsets of set of letters of word 'MONOTONE' is:

Show Hint

The number of subsets of a set with \( n \) elements is \( 2^n \).
Updated On: Jan 13, 2026
  • 8
  • 256
  • 64
  • 32
Show Solution

The Correct Option is D

Solution and Explanation

Step 1: {Identify distinct characters}
The word 'MONOTONE' contains the unique characters: M, O, N, T, E.
Step 2: {Quantify distinct characters}
The count of distinct characters is 5. 
Step 3: {Apply the subset formula}
For a set with \( n \) elements, the quantity of possible subsets is \( 2^n \). Here, \( n = 5 \). 
Step 4: {Compute the total number of subsets}
Total subsets = \( 2^5 = 32 \). 
 

Was this answer helpful?
0