
Patrick B. answered 04/26/20
Math and computer tutor/teacher
C <--- given
CC <--- doubles : property #3
CCCC <--- doubles again : property #3
CCC(C) <--- puts parenthesis around the C
CCCCC <--- doubles only the last letter C in parenthesis
AACCC <--- C changes to A : property 1
AAC(CC) <--- puts parenthesis around the last pair of C
AACB <-- two C's in a row change to B: property 2