hard Set 90 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-leaf-math-maze-mixed-small-hard",
        "pageNumber": 90,
        "generatedAt": "2026-03-16T15:22:00.520Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "14b2d786c7c92f6a",
        "seedInput": "1|node-1-leaf-math-maze-mixed-small-hard|90|1.0.0|",
        "schemaVersion": "2.0.0",
        "mathTemplateId": null,
        "archetype": "form-exercise",
        "siteId": 1
    },
    "semantics": {
        "solvability": {
            "isDeterministic": true,
            "solutionCount": 1
        },
        "difficulty": {
            "declaredLevel": "hard",
            "computedScore": 26,
            "metrics": {
                "problemCount": 8,
                "operation": "math-maze",
                "digits": 2,
                "regrouping": false
            }
        },
        "diversity": {
            "structuralHash": "547a4e6270e51d63b23b982097aa8386",
            "contentFingerprint": "db08bb79c50cbbc6"
        },
        "interaction": {
            "checkable": true,
            "revealable": true,
            "randomizable": true,
            "hintable": false,
            "progressable": true,
            "inputType": [
                "text-input"
            ]
        }
    },
    "version": "2.0",
    "generatorId": "arithmetic-generator-v7.2.1",
    "operation": "math-maze",
    "subject": "arithmetic",
    "difficulty": "hard",
    "config": {
        "difficulty": "hard",
        "maxNumber": 10
    },
    "problems": [
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 6. Follow the path: +4 → -8 → -1 → ×3 → +3. What is the final value?",
            "answer": "6",
            "startValue": 6,
            "steps": [
                {
                    "op": "+",
                    "operand": 4,
                    "result": 10
                },
                {
                    "op": "-",
                    "operand": 8,
                    "result": 2
                },
                {
                    "op": "-",
                    "operand": 1,
                    "result": 1
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 3
                },
                {
                    "op": "+",
                    "operand": 3,
                    "result": 6
                }
            ],
            "finalValue": 6,
            "pathDescription": "Step 1: +4 = 10; Step 2: -8 = 2; Step 3: -1 = 1; Step 4: ×3 = 3; Step 5: +3 = 6"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 10. Follow the path: ×4 → ×3 → +10 → ×3 → +7. What is the final value?",
            "answer": "397",
            "startValue": 10,
            "steps": [
                {
                    "op": "×",
                    "operand": 4,
                    "result": 40
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 120
                },
                {
                    "op": "+",
                    "operand": 10,
                    "result": 130
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 390
                },
                {
                    "op": "+",
                    "operand": 7,
                    "result": 397
                }
            ],
            "finalValue": 397,
            "pathDescription": "Step 1: ×4 = 40; Step 2: ×3 = 120; Step 3: +10 = 130; Step 4: ×3 = 390; Step 5: +7 = 397"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 4. Follow the path: ×4 → ×2 → -11 → +5 → +6. What is the final value?",
            "answer": "32",
            "startValue": 4,
            "steps": [
                {
                    "op": "×",
                    "operand": 4,
                    "result": 16
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 32
                },
                {
                    "op": "-",
                    "operand": 11,
                    "result": 21
                },
                {
                    "op": "+",
                    "operand": 5,
                    "result": 26
                },
                {
                    "op": "+",
                    "operand": 6,
                    "result": 32
                }
            ],
            "finalValue": 32,
            "pathDescription": "Step 1: ×4 = 16; Step 2: ×2 = 32; Step 3: -11 = 21; Step 4: +5 = 26; Step 5: +6 = 32"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 7. Follow the path: +5 → +2 → +3 → +5 → ×3. What is the final value?",
            "answer": "66",
            "startValue": 7,
            "steps": [
                {
                    "op": "+",
                    "operand": 5,
                    "result": 12
                },
                {
                    "op": "+",
                    "operand": 2,
                    "result": 14
                },
                {
                    "op": "+",
                    "operand": 3,
                    "result": 17
                },
                {
                    "op": "+",
                    "operand": 5,
                    "result": 22
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 66
                }
            ],
            "finalValue": 66,
            "pathDescription": "Step 1: +5 = 12; Step 2: +2 = 14; Step 3: +3 = 17; Step 4: +5 = 22; Step 5: ×3 = 66"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 3. Follow the path: ×3 → ×4 → +8 → ×2 → +3. What is the final value?",
            "answer": "91",
            "startValue": 3,
            "steps": [
                {
                    "op": "×",
                    "operand": 3,
                    "result": 9
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 36
                },
                {
                    "op": "+",
                    "operand": 8,
                    "result": 44
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 88
                },
                {
                    "op": "+",
                    "operand": 3,
                    "result": 91
                }
            ],
            "finalValue": 91,
            "pathDescription": "Step 1: ×3 = 9; Step 2: ×4 = 36; Step 3: +8 = 44; Step 4: ×2 = 88; Step 5: +3 = 91"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 6. Follow the path: +8 → ×4 → ×2 → +5 → +4. What is the final value?",
            "answer": "121",
            "startValue": 6,
            "steps": [
                {
                    "op": "+",
                    "operand": 8,
                    "result": 14
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 56
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 112
                },
                {
                    "op": "+",
                    "operand": 5,
                    "result": 117
                },
                {
                    "op": "+",
                    "operand": 4,
                    "result": 121
                }
            ],
            "finalValue": 121,
            "pathDescription": "Step 1: +8 = 14; Step 2: ×4 = 56; Step 3: ×2 = 112; Step 4: +5 = 117; Step 5: +4 = 121"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 4. Follow the path: -2 → +8 → ×3 → -16 → ×4. What is the final value?",
            "answer": "56",
            "startValue": 4,
            "steps": [
                {
                    "op": "-",
                    "operand": 2,
                    "result": 2
                },
                {
                    "op": "+",
                    "operand": 8,
                    "result": 10
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 30
                },
                {
                    "op": "-",
                    "operand": 16,
                    "result": 14
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 56
                }
            ],
            "finalValue": 56,
            "pathDescription": "Step 1: -2 = 2; Step 2: +8 = 10; Step 3: ×3 = 30; Step 4: -16 = 14; Step 5: ×4 = 56"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 8. Follow the path: +1 → ×4 → ×2 → -1 → -70. What is the final value?",
            "answer": "1",
            "startValue": 8,
            "steps": [
                {
                    "op": "+",
                    "operand": 1,
                    "result": 9
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 36
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 72
                },
                {
                    "op": "-",
                    "operand": 1,
                    "result": 71
                },
                {
                    "op": "-",
                    "operand": 70,
                    "result": 1
                }
            ],
            "finalValue": 1,
            "pathDescription": "Step 1: +1 = 9; Step 2: ×4 = 36; Step 3: ×2 = 72; Step 4: -1 = 71; Step 5: -70 = 1"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}