Give DFA's accepting the following languages over the alphabet$\{0,1\}$,The set of all strings such that each block of five consecutive symbols contains at least two 00s. This question is from Automata Theory,Languages, and Computation.
I have tried to use 11 states but it's wrong obviously. And I'm not sure about whether it's right to accept the strings that contain less than five symbols.