An automated data-processing system updates two state metrics, and , through a sequential three-stage pipeline (). Starting from an initial state , the system updates the state variables at each stage according to the following transition rules:
1.
2. If is even, ; if is odd, .
Match each initial state configuration on the left to its corresponding final state after Stage 3 on the right.
- Initial State: Final State:
- Initial State: Final State:
- Initial State: Final State:
- Initial State: Final State:
Answer
Initial State matches Final State ; Initial State matches Final State ; Initial State matches Final State ; Initial State matches Final State .
Each initial state must be tracked through all three stages () using the conditional rule based on whether the preceding value of is even or odd.
Step-by-Step Solution
Key Concept
Multi-stage recursive state update logic and conditional branch evaluation.