edited by
8,476 views

3 Answers

Best answer
35 votes
35 votes

Answer will be 2 state.

edited by
11 votes
11 votes
It is B.

The state Q3 is redundant as it is not reachable. And the Regular expression b*a(a+b)* can be made with two states.

Q1-->b-->Q1

Q1-->a-->Q2

Q2-->a-->Q2

Q2-->b-->Q2.

Clearly there are 2 states.
9 votes
9 votes

Minimum Finite Automata = DFA - (Unreachable States + Equal States)

                                      = DFA - ( q3 + q2)

Here q2 is equal state with q1 and q3 is unreachable state

So total 2 states left.  

Hence Option B is Ans.

Answer:

Related questions

32 votes
32 votes
4 answers
1
Kathleen asked Sep 21, 2014
11,566 views
A minimum state deterministic finite automaton accepting the language$L=\{w\mid w \in \{0, 1\}^*,$ number of $0$s and $1$s in $w$ are divisible by $3$ and $5$, respective...
43 votes
43 votes
6 answers
2
Kathleen asked Sep 21, 2014
13,430 views
Consider the following Finite State Automaton:The language accepted by this automaton is given by the regular expression$b^*ab^*ab^*ab^*$$(a + b)^*$$b^*a(a+b)^*$$b^*ab^*a...
39 votes
39 votes
2 answers
3
Kathleen asked Sep 21, 2014
14,176 views
Which of the following languages is regular?$\left\{ww^R \mid w \in \{0, 1\}^+\right\}$$\left\{ww^Rx \mid x,w \in \{0, 1\}^+\right\}$$\left\{wxw^R \mid x, w \in \{0, 1\}...
26 votes
26 votes
4 answers
4
Kathleen asked Sep 21, 2014
8,389 views
The language $L=\left\{0^i21^i \mid i \geq 0\right\}$ over the alphabet $\left\{0, 1, 2\right\}$ is:not recursiveis recursive and is a deterministic CFLis a regular langu...