• retagged by
28,430 views
65 65 votes
The minimum possible number of states of a deterministic finite automaton that accepts the regular language $L$ = {$w_{1}aw_{2}$ | $w_{1},w_{2}$ $\in$ $\left \{ a,b \right \}^{*}$ , $\left | w_{1} \right | = 2, \left | w_{2} \right |\geq 3$} is ______________ .

10 Answers

Best answer
129 129 votes

Answer is 8 states included one trap state (8) and final state (7).

$3^{rd}$ symbol from the start is an $\textbf{a}$
• edited by
25 25 votes
(a+b)(a+b)a(a+b)(a+b)(a+b) min length string is 6 alphabet so we need atleast 7 state and one for dead state so tatal 8 state needed.
• reshown by
7 7 votes
The answer will be 8 here

|w1| =2 for this we need 4 states (One dead state also)

|w2| >=3 for this we need 3 states

and 1 state in the middle for a so total 8
1 1 vote
in this finite automata to accept given language is 8 state (7 transition state and 1 f trap state)
Answer:
Position:
Show:

Related questions

116 116 votes
13 answers 13 answers
46.7k
46.7k views
Arjun asked Feb 14, 2017
46,686 views
Let $\delta$ denote the transition function and $\widehat{\delta}$ denote the extended transition function of the $\epsilon$-NFA whose transition table is given below:$$\...
76 76 votes
16 answers 16 answers
46.1k
46.1k views
Arjun asked Feb 14, 2017
46,105 views
Consider the language $L$ given by the regular expression $(a+b)^{*} b (a+b)$ over the alphabet $\{a,b\}$. The smallest number of states needed in a deterministic finite-...
46 46 votes
5 answers 5 answers
24.4k
24.4k views
Akash Kanase asked Feb 12, 2016
24,375 views
The number of states in the minimum sized DFA that accepts the language defined by the regular expression.$(0+1)^{*} (0+1) (0+1)^{*}$is ________.
47 47 votes
6 answers 6 answers
23.9k
23.9k views
go_editor asked Feb 13, 2015
23,928 views
The number of states in the minimal deterministic finite automaton corresponding to the regular expression $(0+1)^* (10)$ is _____.