rxs0005
How many different arrangements of A, B, C, D, and E are possible where A is adjacent to neither B nor D?
(A) 96
(B) 60
(C) 48
(D) 36
(E) 17
ALTERNATE METHOD:We can make cases here
Case 1: A takes position no.1 i.e. Arrangement looks like (A _ _ _ _)In this case B and D can take any two position out of position no.3, 4, and 5
i.e. B and D can take position in 3x2 = 6 ways
remaining two letters C and E can be arranged on remaining two places in 2! ways = 2 ways
i.e. total arrangement as per Case 1 = 6 x 2 = 12 ways
Case 2: A takes position no.2 i.e. Arrangement looks like (_ A _ _ _)In this case B and D can take any two position out of position no. 4 and 5
i.e. B and D can take position in 2! = 2 ways
remaining two letters C and E can be arranged on remaining two places in 2! ways = 2 ways
i.e. total arrangement as per Case 2 = 2 x 2 = 4 ways
Case 3: A takes position no.3 i.e. Arrangement looks like (_ _ A _ _)In this case B and D can take any two position out of position no. 1 and 5
i.e. B and D can take position in 2! = 2 ways
remaining two letters C and E can be arranged on remaining two places in 2! ways = 2 ways
i.e. total arrangement as per Case 3 = 2 x 2 = 4 ways
Case 4: A takes position no.4 i.e. Arrangement looks like (_ _ _ A _) This case is same as Case 2 (Just mirror of case 2) hence total ways of arrangement will remain 4 ways onlyIn this case B and D can take any two position out of position no. 1 and 2
i.e. B and D can take position in 2! = 2 ways
remaining two letters C and E can be arranged on remaining two places in 2! ways = 2 ways
i.e. total arrangement as per Case 4 = 2 x 2 = 4 ways
Case 5: A takes position no.5 i.e. Arrangement looks like (_ _ _ _ A)This case is same as Case 2 (Just mirror of case 1) hence total ways of arrangement will remain 4 ways onlyIn this case B and D can take any two position out of position no.1, 2, and 3
i.e. B and D can take position in 3x2 = 6 ways
remaining two letters C and E can be arranged on remaining two places in 2! ways = 2 ways
i.e. total arrangement as per Case 5 = 6 x 2 = 12 ways
Total Ways of favorable arrangements = 12+4+4+4+12 = 36 ways
Answer: Option