Bunuel
The letters A, D, R, O, I, and T can be used to form 6-letter strings as ADROIT or TDAROI. Using these letters, how many 6-letter strings can be formed which neither begin with T nor end in A ?
A. 6,480
B. 720
C. 528
D. 504
E. 480
How many words can be formed from the letters of the word ADROIT, which neither begin with T nor end in A ?
GMAT Club Tests' Official Explanation:The number of arrangement of six different letters A, D, R, O, I, and T,
without restrictions, is simply 6!.
What about the number of arrangements
with the restrictions given?
(a) The number of arrangements which start with T is 5! (T is fixed as the first letter, T*****, and the remaining 5 letters can be arranged in 5! ways.).
(b) The number of arrangements which end with A is also 5! (A is fixed as the last letter, *****A, and the remaining 5 letters can be arranged in 5! ways.).
Now, (a) and (b) cases will have an overlap of arrangements which start with T AND end with A: T****A.
The number of such cases is 4! (T is fixed as the first letter, A is fixed as the last letter, T****A, and the remaining 4 letters can be arranged in 5! ways.).
So, the number of arrangements which start with T
OR end with A is \(5! + 5! - 4!\).
The final answer is therefore \(Total - Restriction = 6! - (5! + 5! - 4!) = 504\).
Answer: D.