How many different arrangements are there of the letters B, C, D, E, F and G for which B is before C and C is before D?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
There are 6 possible placements of the letters. Since B, C, and D are always in that order, choose 3 placements for them. There are ( 3 6 ) ways to do this. Then, there are 3 ! ways to permute the remaining letters among the remaining 3 placements. The number of possible arrangements is:
3 ! ( 3 6 ) = 1 2 0 .