Consider the regular language L = (111 + 11111)∗. The minimum n...
Given language L = (111 + 11111)∗
Strings, that belongs to the language
L = {ϵ,111,11111,111111,11111111,111111111,111111111,…
Due to concatenation with (111)∗ if we have three consecutive string lengths in L, then all higher string lengths will be in L.
We have strings of length 8,9,10 in L and so all higher length strings are also in L.
So, required DFA will be:
So, there are 5 states are final states and 4 states are non-final states, total number of states are 9 states.
Hence, the correct answer is 9.