739 views

1 Answer

Best answer
1 votes
1 votes

for binary string the value to be divisible by :

4 will have 3 states.

5 will have 5 states.

so minimum states will be gcd(3,5) which is equal to 1 so we multiply the number of states in this case.

15 states.

 

selected by

Related questions

1 votes
1 votes
1 answer
1
samarpita asked Nov 21, 2021
580 views
What will be the answer
2 votes
2 votes
2 answers
2
himgta asked Jul 30, 2018
2,890 views
Minimum number of states in DFA over Ʃ = {0, 1} with each string contains odd number of 0’s or odd number of 1’s.
0 votes
0 votes
2 answers
3
gateexplore asked Jun 11, 2023
211 views
Construct finite automaton corresponding to regular expression (a + b)*cd*e
0 votes
0 votes
2 answers
4
gateexplore asked Jun 11, 2023
233 views
Construct NFA for the set of strings Σ={0, 1} of alternate 0's and 1's