Draw finite state automata with starting and transistion describes that takes in the characters {x, y, z}. Its output strings should be Ts and Fs.
T's should be produced when character pair xy is encourtered. The xy should be adjacent to one another, to produce a T.
Anything before the xy pair should produce Fs.