740 views
1 votes
1 votes
What is the number of states in a minimal FA which accepts all strings over (0,1)* where every string starts with 100 and the length of the string is congruent to 1(mod4)

I am getting 11 states. Ans given is 8. While doing the cross product , is it ensured that , I will get the minimal DFA ? or do I have to minimise after the cross product ?

4 Answers

Best answer
3 votes
3 votes

there are 8 states inclusive of dead state , sorry for the small size but I tried resizing it but it is not getting uploaded then ,But I hope its clear , u can open the image in new link tab.

And after cross-product you might need to minimize. 

selected by
0 votes
0 votes
8 is the right answer
(start with q0)
starting with 100 which implies we cannot make q1 as the final state hence we have to make q4 the 5th state as final state.

beacuse 5mod4=1 so q5 =6mod4 q6=7mod4 and q7=8mod4 at 8th state i.e q7 make trasition to q5th because 9=1mod4...
0 votes
0 votes
Caption

Related questions

5 votes
5 votes
2 answers
1
pC asked Jan 2, 2016
2,697 views
Construct Minimal FA that accept all binary strings ends with 01 AND length of string is EVEN .Also find no of states in its minimal FA
1 votes
1 votes
0 answers
2
pC asked Jul 22, 2016
324 views
Construct Compound FA that accept strings Even number of a's and ODD number of B's
0 votes
0 votes
1 answer
3
Arnabi asked Jan 13, 2017
1,459 views
Construct the dfa that accepts all the strings of a's and b's where no of a's is even OR no of b's is odd.
0 votes
0 votes
1 answer
4