SOLUTION: How many ways can the letters A, B, C and D be arranged in a row if B cannot be in second place and repetition is not allowed?

Algebra ->  Permutations -> SOLUTION: How many ways can the letters A, B, C and D be arranged in a row if B cannot be in second place and repetition is not allowed?      Log On


   



Question 515147: How many ways can the letters A, B, C and D be arranged in a row if B cannot be in second place and repetition is not allowed?
Answer by Edwin McCravy(20055) About Me  (Show Source):
You can put this solution on YOUR website!


4×3×2×1 - 3×2×1    [or 4! - 3!]
     24 - 6
       18

Here they all are:

 1.  A C B D
 2.  A C D B
 3.  A D B C
 4.  A D C B
 5.  B A C D
 6.  B A D C
 7.  B C A D
 8.  B C D A
 9.  B D A C
10.  B D C A
11.  C A B D
12.  C A D B
13.  C D A B
14.  C D B A
15.  D A B C
16.  D A C B
17.  D C A B
18.  D C B A

Edwin