edited by
221 views
0 votes
0 votes

If $S$ and $T$ are languages over $\Sigma =\{a,b\}$ represented by the regular expressions $(a+b^*)^*$ and $(a+b)^*$ respectively, then which of the following options is CORRECT?

  1. $S \subset T$
  2. $T \subset S$
  3. $S = T$
  4. $S \cap T = \emptyset$
edited by

1 Answer

Best answer
1 votes
1 votes
Both the regex represent the same language i.e. set of all strings represented by a and b. Therefore, both are equal.
selected by
Answer:

Related questions

6 votes
6 votes
2 answers
1
Bikram asked Nov 26, 2016
1,233 views
Given a regular grammar $G_1$ and a context free grammar $G_2$, the problem of deciding if $L(G_1)$ is a proper subset of $L(G_2)$ is:DecidableUndecidable but semi-decida...
0 votes
0 votes
1 answer
2
Bikram asked Nov 26, 2016
315 views
$G1$ and $G2$ are regular grammars and the language generated by any grammar $G$ is represented by $L(G)$. In this case, $L(G1) \cap L(G2) = \phi$ is a/an:Decidable prob...
0 votes
0 votes
1 answer
3
Bikram asked Nov 26, 2016
225 views
Recursive Enumerable Languages are NOT closed under :UnionIntersectionComplementHomomorphism
1 votes
1 votes
1 answer
4