Close Circular Arithmetic Chains with Inverse Operations
Arrange every operation token around a ring, carry the running value clockwise, and use inverse operations to make the final step return exactly to the starting number.
Your task: arrange the operations and return to 1
Start at 1, use every token once, and finish at 1. Every value along the way must stay a positive whole number. You choose the token order; the running values follow from your calculations.
- Learn the ring: Mission 1 uses a four-token mini-loop so you can see how operations and values alternate.
- Solve the six-token puzzle: Missions 2–3 teach backward reasoning and trace one worked route. Mission 4 is your own six-token ring. Mission 5 asks what a successful route proves.
- Try a longer ring: Missions 6–7 use nine tokens. The extra digit-tour modes are optional challenges with additional rules.
- Transfer the method: Mission 8 gives you a different five-token puzzle. Use the same forward-and-backward reasoning with its new tokens.
A closed chain has one global condition
Every operation is used once. Every intermediate circle must agree with the operation before it. The final operation must return to the original start.
Which values are allowed?
A separate, clearly labeled digit-tour extension asks for distinct one-digit results. Count the start and the values before the final return; do not count the final repeated start again. In a six-token tour, six different digits are enough; a nine-token tour uses all nine digits 1–9. Choose a digit-tour mode only when you want that extra challenge; ordinary closure does not require one-digit or distinct values.
Read a closed operation ring
Trace the mini-loop
Reverse one operation to find the previous value
Inverse-operation machine
Required inputs for each Example 1 token at the current target
| Last token | Required value before it | Core mode |
|---|
Reconstruct Worked example 1
original route ledger
Build your own valid order for Worked example 1
About the optional count: the given 1 is already one one-digit visit. Add each one-digit value reached along the uninterrupted route, but exclude the final return to 1. Repeated visits count separately; the digit-tour mode also requires them to be different.
Select a token, then choose a lettered slot (placing a used token swaps the two slots)
Explain what a route proves
Reason it through
Place one of six tokens: five remain. To undo ÷3, multiply the result by 3: an output of 4 needs an input of 12. One successful route proves that at least one solution exists; it does not prove uniqueness.
Explore the valid orders
Reconstruct original Practice 1
Reference-answer route
Solve Practice 1 and test stronger conventions
About the visit counts: start with the given 1, then count values reached before the final return to 1. Repeated visits count separately in the one-digit count; the different-values count counts each whole number once. Only the uninterrupted route from the start is counted. These extra counts do not add a rule to ordinary closure.
Arrange all nine operation tokens; selecting a used token swaps its old slot with the chosen slot
Transfer the strategy to a new five-token loop
About this five-token puzzle
These totals describe all possible orders, regardless of your current entries.