835 views
0 votes
0 votes

For a binary string x = a0a1 · · · an−1 define val(x) to be the value of x interpreted as a binary number, where a0 is the most significant bit. More formally, val(x) is given by
How many minimum states will be in a finite automaton that accepts exactly the set of binary strings x such that val(x) is divisible by either 4 or 5.

i m getting 5 states.

??

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
1
0 votes
0 votes
1 answer
2
moe12leb asked Nov 5, 2022
312 views
b* a* ∩ a*b* = (a U b)* Is this statment wrong or correct ?