Bunuel
The letters D, G, I, I , and T can be used to form 5-letter strings as DIGIT or DGIIT. Using these letters, how many 5-letter strings can be formed in which the two occurrences of the letter I are separated by at least one other letter?
A) 12
B) 18
C) 24
D) 36
E) 48
Another approach.
Take the task of arranging the 5 letters and break it into
stages.
Stage 1: Arrange the 3 CONSONANTS (D, G and T) in a row
We can arrange n unique objects in n! ways.
So, we can arrange the 3 consonants in 3! ways (= 6 ways)
So, we can complete stage 1 in
6 ways
IMPORTANT: For each arrangement of 3 consonants, there are 4 places where the two I's can be placed.
For example, in the arrangement DTG, we can add spaces as follows _D_T_G_
So, if we place each I in one of the available spaces, we can ENSURE that the two I's are never together.
Stage 2: Select two available spaces and place an I in each space.
Since the order in which we select the two spaces does not matter, we can use combinations.
We can select 2 spaces from 4 spaces in 4C2 ways (= 6 ways)
So we can complete stage 2 in
6 ways.
By the Fundamental Counting Principle (FCP), we can complete the 2 stages (and thus arrange all 5 letters) in
(6)(6) ways (= 36 ways)
Answer: D
Note: the FCP can be used to solve the MAJORITY of counting questions on the GMAT. So be sure to learn this technique.
RELATED VIDEOS