retagged by
953 views
3 votes
3 votes
How many ways are there for arranging letters of the word AMAZING such that the 'I' appears between the two 'A's?

(A) 5! ways

(B) 7! ways

(C) 8! ways

(D) 4! ways

Note: AMZIA is valid and AIA is also valid right?
retagged by

2 Answers

Best answer
6 votes
6 votes
Consider 'AIA'  to be a character. Now AMAZING becomes MZNG(AIA).

Now all are unique, ( M, Z, N, G and {AIA} ) = 5 characters thus we can have $ 5! $ combinations.

Option : (A)
selected by
1 votes
1 votes
Notice ->  AMZIA is valid and AIA is also valid.

So total number of permutation of word is 7!/2! = 2520.

In all such cases AIA could come in three forms AAI, AIA or IAA. All are equally likely so I think correct answer is 2520/3 = 840.

Related questions

4 votes
4 votes
3 answers
1
val_pro20 asked May 15, 2019
1,276 views
What is the time complexity for checking whether an assignment of truth values to variables $x_1,\dots ,x_n$ satisfies a given formula $f(x_1\dots,x_n)$?$O(2^n)$$O(g(n))$...
0 votes
0 votes
0 answers
4
radha gogia asked Nov 16, 2018
507 views
Answer given is Option A , but here we wil first sort the jobs in order of profit , for each value of deadline scan linearly in the array depending on the value of deadli...