hard Set 37 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": 37,
        "generatedAt": "2026-03-16T15:22:00.515Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "e0493ab33865f8bf",
        "seedInput": "1|node-1-leaf-math-maze-mixed-small-hard|37|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": "a0403414ac61fa50"
        },
        "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 2. Follow the path: ×3 → -2 → ×2 → +8 → +3. What is the final value?",
            "answer": "19",
            "startValue": 2,
            "steps": [
                {
                    "op": "×",
                    "operand": 3,
                    "result": 6
                },
                {
                    "op": "-",
                    "operand": 2,
                    "result": 4
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 8
                },
                {
                    "op": "+",
                    "operand": 8,
                    "result": 16
                },
                {
                    "op": "+",
                    "operand": 3,
                    "result": 19
                }
            ],
            "finalValue": 19,
            "pathDescription": "Step 1: ×3 = 6; Step 2: -2 = 4; Step 3: ×2 = 8; Step 4: +8 = 16; Step 5: +3 = 19"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 7. Follow the path: ×3 → -19 → +4 → +1 → ×2. What is the final value?",
            "answer": "14",
            "startValue": 7,
            "steps": [
                {
                    "op": "×",
                    "operand": 3,
                    "result": 21
                },
                {
                    "op": "-",
                    "operand": 19,
                    "result": 2
                },
                {
                    "op": "+",
                    "operand": 4,
                    "result": 6
                },
                {
                    "op": "+",
                    "operand": 1,
                    "result": 7
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 14
                }
            ],
            "finalValue": 14,
            "pathDescription": "Step 1: ×3 = 21; Step 2: -19 = 2; Step 3: +4 = 6; Step 4: +1 = 7; Step 5: ×2 = 14"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 1. Follow the path: ×3 → +9 → +5 → +4 → +10. What is the final value?",
            "answer": "31",
            "startValue": 1,
            "steps": [
                {
                    "op": "×",
                    "operand": 3,
                    "result": 3
                },
                {
                    "op": "+",
                    "operand": 9,
                    "result": 12
                },
                {
                    "op": "+",
                    "operand": 5,
                    "result": 17
                },
                {
                    "op": "+",
                    "operand": 4,
                    "result": 21
                },
                {
                    "op": "+",
                    "operand": 10,
                    "result": 31
                }
            ],
            "finalValue": 31,
            "pathDescription": "Step 1: ×3 = 3; Step 2: +9 = 12; Step 3: +5 = 17; Step 4: +4 = 21; Step 5: +10 = 31"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 8. Follow the path: +5 → -7 → -2 → ×4 → +1. What is the final value?",
            "answer": "17",
            "startValue": 8,
            "steps": [
                {
                    "op": "+",
                    "operand": 5,
                    "result": 13
                },
                {
                    "op": "-",
                    "operand": 7,
                    "result": 6
                },
                {
                    "op": "-",
                    "operand": 2,
                    "result": 4
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 16
                },
                {
                    "op": "+",
                    "operand": 1,
                    "result": 17
                }
            ],
            "finalValue": 17,
            "pathDescription": "Step 1: +5 = 13; Step 2: -7 = 6; Step 3: -2 = 4; Step 4: ×4 = 16; Step 5: +1 = 17"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 7. Follow the path: ×3 → ×3 → ×3 → +5 → +3. What is the final value?",
            "answer": "197",
            "startValue": 7,
            "steps": [
                {
                    "op": "×",
                    "operand": 3,
                    "result": 21
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 63
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 189
                },
                {
                    "op": "+",
                    "operand": 5,
                    "result": 194
                },
                {
                    "op": "+",
                    "operand": 3,
                    "result": 197
                }
            ],
            "finalValue": 197,
            "pathDescription": "Step 1: ×3 = 21; Step 2: ×3 = 63; Step 3: ×3 = 189; Step 4: +5 = 194; Step 5: +3 = 197"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 7. Follow the path: -5 → ×3 → +3 → +9 → +7. What is the final value?",
            "answer": "25",
            "startValue": 7,
            "steps": [
                {
                    "op": "-",
                    "operand": 5,
                    "result": 2
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 6
                },
                {
                    "op": "+",
                    "operand": 3,
                    "result": 9
                },
                {
                    "op": "+",
                    "operand": 9,
                    "result": 18
                },
                {
                    "op": "+",
                    "operand": 7,
                    "result": 25
                }
            ],
            "finalValue": 25,
            "pathDescription": "Step 1: -5 = 2; Step 2: ×3 = 6; Step 3: +3 = 9; Step 4: +9 = 18; Step 5: +7 = 25"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 3. Follow the path: -2 → -1 → +1 → ×2 → -1. What is the final value?",
            "answer": "1",
            "startValue": 3,
            "steps": [
                {
                    "op": "-",
                    "operand": 2,
                    "result": 1
                },
                {
                    "op": "-",
                    "operand": 1,
                    "result": 0
                },
                {
                    "op": "+",
                    "operand": 1,
                    "result": 1
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 2
                },
                {
                    "op": "-",
                    "operand": 1,
                    "result": 1
                }
            ],
            "finalValue": 1,
            "pathDescription": "Step 1: -2 = 1; Step 2: -1 = 0; Step 3: +1 = 1; Step 4: ×2 = 2; Step 5: -1 = 1"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 8. Follow the path: ×4 → -1 → ×3 → -24 → -41. What is the final value?",
            "answer": "28",
            "startValue": 8,
            "steps": [
                {
                    "op": "×",
                    "operand": 4,
                    "result": 32
                },
                {
                    "op": "-",
                    "operand": 1,
                    "result": 31
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 93
                },
                {
                    "op": "-",
                    "operand": 24,
                    "result": 69
                },
                {
                    "op": "-",
                    "operand": 41,
                    "result": 28
                }
            ],
            "finalValue": 28,
            "pathDescription": "Step 1: ×4 = 32; Step 2: -1 = 31; Step 3: ×3 = 93; Step 4: -24 = 69; Step 5: -41 = 28"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}