A state machine with "n" states has a clock input and a single bit output Q. The value of Q is 1 and only if the number of clock ticks (after reset) is either a multiple of 2 or a multiple of 3. Otherwise, the value of Q is 0. Draw a state diagram for the machine using as few states as possible (Hint: More than three states are required).