There are 6 ways of arranging the letters A, B and C: ABC, ACB, BAC, BCA, CAB, and CBA. The string "ABCABACBA" contains each of these as a substring, and would therefore be sorted left.
Ways of representing the sequence "ABABCBACCBAC" by grouping its elements into equal-sized blocks and relabelling them (identical blocks are represented by the same element) vs. representations of different sequences.
The solver isn't expected to word their solution as it is put above, but to notice that the sequences on the left all "agree" with each other under the aforementioned grouping rule. The 12-element sequence in EX10249 can be "squashed down" into the 6-element sequence in EX10251, which in turn can be "squashed down" into the 3-element sequence in EX10252.