in Theory of Computation edited by
4,547 views
4 votes
4 votes

How many states are there in a minimum state automata equivalent to regular expression given below?

Regular expression is $a^*b(a+b)$

  1. $1$
  2. $2$
  3. $3$
  4. $4$
in Theory of Computation edited by
by
4.5k views

2 Answers

4 votes
4 votes
Best answer

The minimal automata for the regular expression : $a^*b(a+b)$ is as shown below

$\therefore$ Option $C.$  $3$ is the correct answer.

edited by

4 Comments

@Arjun

Please verify this answer once.

0
0
DFA and NFA both are automatas
0
0
Yeah, that's ok but I think we need to draw DFA only.

NFA is the more simpler form.

I am not sure whether its correct drawing an NFA in place of DFA
0
0
2 votes
2 votes

I think answer is four. Because it also has to reject the strings like bab,abba,etc.

Answer:

Related questions