a)
b)
c)
because we can append either 'a' or 'b' to a string of length
(n-1) or append 'cc' to a string of length (n-2) or 'ddd' to a
string of length (n-3)' to create a 'legal' string
d)
1. Call a string of letters "legal if it can be produced by concatenating (running together) copies of the strings...
1. Call a string of lettes ega if i can be produced by concatenating (running together) copies of the strings 'a, 'b','c' and 'ddd. For example, the string 'act' is legal because it can be produced by concatenating 'a', 'cc' and b', but the string 'ccca' is not legal. For each integer n 2 1, let tn be the number of legal strings with n letters. For example, 1-2 (a' and 'b' are the legal strings). (a) Write down t2...