strings of length 6 composed of three characters a, b, c
Source: KJMO 2007 p3
May 2, 2019
combinatoricsCombinatorics of wordscountingpermutations
Problem Statement
Consider the string of length composed of three characters . For each string, if two s are next to each other, or two s are next to each other, then replace by , and replace by . Also, if and are next to each other, or two s are next to each other, remove all two of them (i.e. delete ). Determine the number of strings that can be reduced to , the string of length , by the reducing processes mentioned above.