edited by
17,248 views
65 votes
65 votes

Consider the DFAs $M$ and $N$ given above. The number of states in a minimal DFA that accept the language $L(M) \cap L(N)$ is_____________.

edited by

12 Answers

0 votes
0 votes

Different Approach to solve such questions
1)identify meaning of both DFA and determine intersection of both.
2)make compound table for both then make dfa. 

for more - Good Read
3)determine Regular expression by dissolving all states one by one in both DFA & then find intersection of both.

0 votes
0 votes

M accepts the strings which end with a and N accepts the strings which end with B. Their intersection should accept empty language.

Answer:

Related questions

31 votes
31 votes
2 answers
1
36 votes
36 votes
6 answers
3
go_editor asked Feb 13, 2015
15,638 views
The number of states in the minimal deterministic finite automaton corresponding to the regular expression $(0+1)^* (10)$ is _____.