Consider a 3-bit counter, designed using T flip-flops, as shown below. Assuming the initial state of the counter given by $PQR$ as $000$, what are the next three states? 
Step 1: Review T flip-flop behavior.
A T flip-flop changes (toggles) its output on every clock pulse when T = 1,
and retains its current state when T = 0.
Step 2: Examine the given counter configuration.
From the circuit diagram, the T inputs of the flip-flops are not constant.
Instead, each stage is controlled by the outputs of other flip-flops,
creating a feedback-based synchronous counter.
Hence, the toggling of P, Q, and R depends on the present state of the counter.
Step 3: Trace the state transitions.
Starting with the initial state:
Initial state: PQR = 000
• After the first clock pulse, the toggle conditions cause the counter
to move to 011.
• After the second clock pulse, the next state becomes 101.
• After the third clock pulse, the feedback again forces a transition
back to 000.
Final Conclusion:
The sequence of the next three states of the counter is:
011 → 101 → 000
Which one of the following circuits implements the Boolean function given below?
\[ f(x,y,z) = m_0 + m_1 + m_3 + m_4 + m_5 + m_6, \] where \(m_i\) is the \(i^{\text{th}}\) minterm.
