Consider alphabet V={a,b,c}

Given two words W=abc and Q=cba.
1.Calculate W^0,W^1 and W^2.
2. Calculate Q^2 concatenate W
3. Calculate the |W| and |W^2|
4. Give us the mirror of WQ^2

1 answer

1.
- W^0 = ε (empty word)
- W^1 = abc
- W^2 = abca

2.
Q^2 = cbacba
Q^2 concatenate W = cbacbaabc

3.
|W| = 3
|W^2| = 4

4.
The mirror of WQ^2 would be WQ^2 reversed, which is cbaabcabc.
Similar Questions
  1. Dr bob,Thanks, i understand that, at last! But wot if im asked to calculate when it is given as words? would it still be the
    1. answers icon 0 answers
  2. Consider the following sample of data:11.2, 28.4, 32.6, 17, 13.5, 2.2, 38, 41.4, 1.9, 14.4, 21.8, 23.8 a) Calculate the max,
    1. answers icon 1 answer
  3. Which two statements are correct when simplifying this expression?12 + 6(3x − 2) Responses A First, calculate 6(3x −
    1. answers icon 46 answers
  4. For each set of parameter values:- Calculate the optimal time to extract the resource - How do you find switchpoint/ transition
    1. answers icon 5 answers
more similar questions