863 views
1 votes
1 votes

. Find minimized finite automata which recognizes the below languages, separately by m1 and m2 over binary strings as input, then find the number of states in each of the following. L1:L2 is a language, which contains a set of strings which produces a remainder ‘1’, when its equivalent value is divisible by ‘4’. L2:L1 is a language it contains a set of strings which are starting with 1010 and the length of the string is divisible by 4. (a) m1 contains 4 states and m2 contains 7 states (b) m1 contains 4 states and m2 contains 8 states (c) m1 contains 3 states and m2 contains 9 states (d) m1 contains 4 states and m2 contains 9 states
 

1 Answer

2 votes
2 votes

So option (C) is correct.

edited by

Related questions

1 votes
1 votes
3 answers
1
rahul sharma 5 asked Aug 6, 2017
889 views
Let language defined is { Number of a's =2 and length of string is atleast 3} over alphabet {a,b}.What are number of states in minimal DFA?
0 votes
0 votes
2 answers
2
0 votes
0 votes
0 answers
3
ankit-saha asked Mar 24, 2022
345 views
What will be the minimal DFA for $\left \{a^{n} :n mod 3 =0 \right \}\cup \left \{a^{n} :n mod 5 =1 \right \}$
0 votes
0 votes
2 answers
4
aditi19 asked Dec 14, 2018
1,546 views
Given following NFAfind the minimal equivalent DFA