817 views

3 Answers

1 votes
1 votes
128 DFA possible
0 votes
0 votes

Initial state is fixed. Now from initial state, transitions for symbols aa and bb can be to any of the 2 states, so there are 2*2=22 possibilities. Similarly, for 2nd state, there are 22 possible transitions for each state i.e. we have 22 * 22=24 possible transitions.

i.e.,2^4=16 possible states.

0 votes
0 votes

https://gateoverflow.in/63719/no-of-dfa

According to the formula derived above, the answer should be 128

The formula goes like n^(n*m) * 2^n

Here n = 2 and m =2.

But initial state in this case is not fixed, so we multiply by 2 again.

So ans is 128

Related questions

0 votes
0 votes
1 answer
1
Unnati Singh asked 2 days ago
48 views
Design a DFA to recognize all strings over {a,b} such that L={awa : w ϵ {a,b}* }.
0 votes
0 votes
2 answers
2
Unnati Singh asked 2 days ago
48 views
Construct a DFA with minimum number of states, accepting all strings over {a, b} such that the number of a’s is divisible by three and the number of b’s is divisible ...
0 votes
0 votes
0 answers
3
rdrd44 asked 6 days ago
62 views
Design a DFA (Deterministic Finite Automaton) that recognizes the language L defined follows: L= {w - {a, b}* | every a in w is immediately followed by bb}