A Sequential circuit has two inputs x and y and two outputs two and three. The output two is 1 if the total number of 1 inputs on x and y is a multiple of 2 (including 0 ). The Output three should be 1 if the total number of 1 inputs on x and y is a multiple of 3 (include 0).
As an example, assume that FSM has just started up and the inputs are x=1 and y= 1. At this point, there have been two 1's so two = 1 and three=0. If in the next cycle, x=1 and y=0, then three have been three 1's so two = 0 and three=1. Draw the corresponding FSM