Recent questions tagged number-of-states

1 votes
0 answers
31
L = {s ∈ (0 + 1)* d(s)mod5 = 2 or d(s)mod7 != 4} where d(s) is the decimal equivalent of the binary string s.How many states does the above DFA have? How many final sta...
2 votes
1 answer
32
0 votes
1 answer
35
Let L1 = $0^+1^+$ and L2 = $(01)^+$, $L3 = \frac{L1}{ L2^*}$. The number of state needed for minimal DFA are _____.
1 votes
2 answers
39
Find the number of states in minimal dfa, $w \in${0,1}, such that when interpreted in binary is divisible by $11$.I think answer would be $5$. log2(11)
0 votes
4 answers
40
What are the number of states needed in minimal DFA, that accepts (1+1111)*A. 5B. 4C. 1D. None