Let š“ = {001,0011,11,101} and šµ = {01,111,111,010}. Similarly, let š¶ =ā¦
2019
LetĀ š“ = {001,0011,11,101}Ā andĀ šµ = {01,111,111,010}. Similarly, letĀ š¶ = {00,001,1000}Ā andĀ š· = {0,11,011}.
Which of the following pairs have a post-correspondence solution?
- A.
Only pairĀ (š“,šµ)
- B.
Only pairĀ (š¶,š·)
- C.
BothĀ (š“,šµ)Ā andĀ (š¶,š·)
- D.
NeitherĀ (š“,šµ)Ā norĀ (C,D)
Attempted by 92 students.
Show answer & explanation
Correct answer: A
Solution:
Show that the first pair (A,B) has a post-correspondence solution, and the second pair (C,D) does not.
For the pair A = {001, 0011, 11, 101} and B = {01, 111, 111, 010}:
Take the tile with left = 11 and right = 111 (third tile), then the tile with left = 101 and right = 010 (fourth tile), then the tile with left = 001 and right = 01 (first tile).
Left concatenation: 11 Ā· 101 Ā· 001 = 11101001
Right concatenation: 111 Ā· 010 Ā· 01 = 11101001
Since the left and right concatenations are equal, this gives a valid post-correspondence solution for the first pair.
For the pair C = {00, 001, 1000} and D = {0, 11, 011}:
The lengths of corresponding tiles are: for C = 2, 3, 4 and for D = 1, 2, 3. Each tile in C is exactly one symbol longer than its counterpart in D.
Therefore any concatenation of chosen tiles from C will be strictly longer than the corresponding concatenation from D by exactly the number of tiles chosen. The total lengths can never be equal, so no post-correspondence solution exists for this pair.
Conclusion: Only the first pair (A with B) has a post-correspondence solution; the second pair (C with D) does not.
A video solution is available for this question ā log in and enroll to watch it.