313 views
0 votes
0 votes
Number of FA's possible for two states X,Y over the input alphabet {a,b} where X is always the initial state and the FA should accept only empty  language ?

1 Answer

0 votes
0 votes

here we will have 2 cases :

CASE 1 : when we donot have any final state means each symbol can goto any state means each symbol has 2 choices for any state.

CASE 2 : when we have 1 final state but its not reachable. so final state will have 2 choices of states to move on to for each symbol and initial will have only one choice.. so answer is 20 as initial state is fixed.

Related questions

3 votes
3 votes
1 answer
1
Balaji Jegan asked Oct 1, 2018
478 views
The number of possible finite automaton with 2 states a0 and a1 where a0 is always initial state over the alphabet {p, q, r} which accept empty language is _______
2 votes
2 votes
2 answers
2
Balaji Jegan asked Oct 1, 2018
1,481 views
The number of possible finite automaton with 3 states a0, a1 and a2 where a0 is always initial state over the alphabet {p, q} which accept empty language is _______