Thanks in advance.
From the way you put the question, I assume that part (a) is no problem.
Any string inis a string in
with one of 1,2, or 3 added. To avoid repetition we can use only two of three. Therefore
, because
the given result easily follows.
EDIT:
Clearly any string inwith the last number removed is a string in
. Therefore, taking any string in
that is not in
and adding the same number as it begins with gives a string in
. Thus
.
.