easy Set 100 Form Exercise

This page uses a content type that does not have a custom renderer yet. Raw structured data is shown below.

{
    "_meta": {
        "nodeId": "node-1-chain-patterns-easy",
        "pageNumber": 100,
        "generatedAt": "2026-03-16T15:21:33.499Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "3d2f9ca1ef4f37cb",
        "seedInput": "1|node-1-chain-patterns-easy|100|1.0.0|",
        "schemaVersion": "2.0.0",
        "mathTemplateId": null,
        "archetype": "form-exercise",
        "siteId": 1
    },
    "semantics": {
        "solvability": {
            "isDeterministic": true,
            "solutionCount": 1
        },
        "difficulty": {
            "declaredLevel": "easy",
            "computedScore": 26,
            "metrics": {
                "problemCount": 8,
                "operation": "number-chain",
                "digits": 2,
                "regrouping": false
            }
        },
        "diversity": {
            "structuralHash": "547a4e6270e51d63b23b982097aa8386",
            "contentFingerprint": "9a4a168fa25c9402"
        },
        "interaction": {
            "checkable": true,
            "revealable": true,
            "randomizable": true,
            "hintable": false,
            "progressable": true,
            "inputType": [
                "text-input"
            ]
        }
    },
    "version": "2.0",
    "generatorId": "arithmetic-generator-v7.2.1",
    "operation": "number-chain",
    "subject": "arithmetic",
    "difficulty": "easy",
    "config": {
        "difficulty": "easy",
        "maxNumber": 10
    },
    "problems": [
        {
            "type": "number-chain",
            "subType": "number-chain",
            "start": 7,
            "steps": [
                {
                    "op": "+",
                    "operand": 1
                },
                {
                    "op": "-",
                    "operand": 2
                },
                {
                    "op": "+",
                    "operand": 7
                }
            ],
            "answer": 13,
            "question": "Number Chain: 7 → +1 → -2 → +7 → ?",
            "difficulty": "easy"
        },
        {
            "type": "number-chain",
            "subType": "number-chain",
            "start": 3,
            "steps": [
                {
                    "op": "+",
                    "operand": 8
                },
                {
                    "op": "+",
                    "operand": 8
                },
                {
                    "op": "+",
                    "operand": 4
                }
            ],
            "answer": 23,
            "question": "Number Chain: 3 → +8 → +8 → +4 → ?",
            "difficulty": "easy"
        },
        {
            "type": "number-chain",
            "subType": "number-chain",
            "start": 2,
            "steps": [
                {
                    "op": "-",
                    "operand": 1
                },
                {
                    "op": "+",
                    "operand": 5
                },
                {
                    "op": "+",
                    "operand": 8
                }
            ],
            "answer": 14,
            "question": "Number Chain: 2 → -1 → +5 → +8 → ?",
            "difficulty": "easy"
        },
        {
            "type": "number-chain",
            "subType": "number-chain",
            "start": 8,
            "steps": [
                {
                    "op": "-",
                    "operand": 4
                },
                {
                    "op": "-",
                    "operand": 2
                },
                {
                    "op": "-",
                    "operand": 1
                }
            ],
            "answer": 1,
            "question": "Number Chain: 8 → -4 → -2 → -1 → ?",
            "difficulty": "easy"
        },
        {
            "type": "number-chain",
            "subType": "number-chain",
            "start": 4,
            "steps": [
                {
                    "op": "-",
                    "operand": 2
                },
                {
                    "op": "+",
                    "operand": 7
                },
                {
                    "op": "-",
                    "operand": 2
                }
            ],
            "answer": 7,
            "question": "Number Chain: 4 → -2 → +7 → -2 → ?",
            "difficulty": "easy"
        },
        {
            "type": "number-chain",
            "subType": "number-chain",
            "start": 6,
            "steps": [
                {
                    "op": "-",
                    "operand": 4
                },
                {
                    "op": "+",
                    "operand": 2
                },
                {
                    "op": "-",
                    "operand": 2
                }
            ],
            "answer": 2,
            "question": "Number Chain: 6 → -4 → +2 → -2 → ?",
            "difficulty": "easy"
        },
        {
            "type": "number-chain",
            "subType": "number-chain",
            "start": 3,
            "steps": [
                {
                    "op": "+",
                    "operand": 4
                },
                {
                    "op": "-",
                    "operand": 2
                },
                {
                    "op": "-",
                    "operand": 2
                }
            ],
            "answer": 3,
            "question": "Number Chain: 3 → +4 → -2 → -2 → ?",
            "difficulty": "easy"
        },
        {
            "type": "number-chain",
            "subType": "number-chain",
            "start": 9,
            "steps": [
                {
                    "op": "-",
                    "operand": 7
                },
                {
                    "op": "+",
                    "operand": 3
                },
                {
                    "op": "+",
                    "operand": 10
                }
            ],
            "answer": 15,
            "question": "Number Chain: 9 → -7 → +3 → +10 → ?",
            "difficulty": "easy"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}