I need to design and draw a finite automata that can accept the letters {a,b}.
The number of the the letters a should be devided by 3, and the number of the letter b should be devided by 2.
For example the following samples should be accepted by the automata:
aaabb, baaba, bbaaabaaba
Thanks in advance.
Hint:
This is such a nice task, so I will give only this little help.