How many 15 letter arrangements of 5 A's , 5 B's , 5 C's have no A's in the first 5 letters,no B's in the next 5 letters , and no C's in the last 5 letters ?
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.
If first block contains k B's and 5 − k C's, remaining 5 − k B's must be in third block and remaining k C's must be in second block.
So third block contains k A's and 5 − k B's, second block contains k C's and 5 − k A's.
For each k , the numbers of the valid arrangements is ( k 5 ) 3 .
So, the total number of the valid arrangements is k = 0 ∑ 5 ( k 5 ) 3 = 2 2 5 2 .