edited by
899 views
1 votes
1 votes
Which one of the following languages over the alphabet ${0, 1}$ is regular$?$

$(A)$ The language of balanced parentheses where $0, 1$ are thought of as $(,)$ respectively

$(B)$ The language of palindromes, i.e., bit strings $x$ that read the same from left to right as well as right to left

($C)L = \{0m2 : 3 ≤ m\}$

$(D)$ The kleene closure $L^{*},$ where $L$ is the language in $(C)$ above

Ans is $D$ please explain$?$
edited by

1 Answer

2 votes
2 votes
If we put 1 in place of m in option C, and then take its kleene closure then we get L=0*.

Now we cannot add anything further whatever be the value of m, or whatever be the condition now.

And we know 0* is straight away regular.

Related questions

0 votes
0 votes
0 answers
4
Purple asked Jan 12, 2017
289 views
Why is the answer D? How to solve it in simple way other than learning Rice Theorem? Does anyone know Rice thm in short?