hard Set 17 Form Exercise

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

{
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_meta": {
        "nodeId": "node-1-leaf-math-maze-addition-medium-hard",
        "pageNumber": 17,
        "generatedAt": "2026-03-16T15:22:00.102Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "ab14474a5a6b1f1e",
        "seedInput": "1|node-1-leaf-math-maze-addition-medium-hard|17|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": "8ed25eabf5f73ca7"
        },
        "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 8. Follow the path: ×2 → +2 → +5 → +7 → +3. What is the final value?",
            "answer": "33",
            "startValue": 8,
            "steps": [
                {
                    "op": "×",
                    "operand": 2,
                    "result": 16
                },
                {
                    "op": "+",
                    "operand": 2,
                    "result": 18
                },
                {
                    "op": "+",
                    "operand": 5,
                    "result": 23
                },
                {
                    "op": "+",
                    "operand": 7,
                    "result": 30
                },
                {
                    "op": "+",
                    "operand": 3,
                    "result": 33
                }
            ],
            "finalValue": 33,
            "pathDescription": "Step 1: ×2 = 16; Step 2: +2 = 18; Step 3: +5 = 23; Step 4: +7 = 30; Step 5: +3 = 33"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 7. Follow the path: +8 → ×4 → +7 → -50 → +7. What is the final value?",
            "answer": "24",
            "startValue": 7,
            "steps": [
                {
                    "op": "+",
                    "operand": 8,
                    "result": 15
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 60
                },
                {
                    "op": "+",
                    "operand": 7,
                    "result": 67
                },
                {
                    "op": "-",
                    "operand": 50,
                    "result": 17
                },
                {
                    "op": "+",
                    "operand": 7,
                    "result": 24
                }
            ],
            "finalValue": 24,
            "pathDescription": "Step 1: +8 = 15; Step 2: ×4 = 60; Step 3: +7 = 67; Step 4: -50 = 17; Step 5: +7 = 24"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 10. Follow the path: ×2 → ×3 → ×2 → -55 → +6. What is the final value?",
            "answer": "71",
            "startValue": 10,
            "steps": [
                {
                    "op": "×",
                    "operand": 2,
                    "result": 20
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 60
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 120
                },
                {
                    "op": "-",
                    "operand": 55,
                    "result": 65
                },
                {
                    "op": "+",
                    "operand": 6,
                    "result": 71
                }
            ],
            "finalValue": 71,
            "pathDescription": "Step 1: ×2 = 20; Step 2: ×3 = 60; Step 3: ×2 = 120; Step 4: -55 = 65; Step 5: +6 = 71"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 6. Follow the path: ×4 → ×3 → -47 → +8 → +4. What is the final value?",
            "answer": "37",
            "startValue": 6,
            "steps": [
                {
                    "op": "×",
                    "operand": 4,
                    "result": 24
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 72
                },
                {
                    "op": "-",
                    "operand": 47,
                    "result": 25
                },
                {
                    "op": "+",
                    "operand": 8,
                    "result": 33
                },
                {
                    "op": "+",
                    "operand": 4,
                    "result": 37
                }
            ],
            "finalValue": 37,
            "pathDescription": "Step 1: ×4 = 24; Step 2: ×3 = 72; Step 3: -47 = 25; Step 4: +8 = 33; Step 5: +4 = 37"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 8. Follow the path: +9 → ×3 → +5 → +8 → -28. What is the final value?",
            "answer": "36",
            "startValue": 8,
            "steps": [
                {
                    "op": "+",
                    "operand": 9,
                    "result": 17
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 51
                },
                {
                    "op": "+",
                    "operand": 5,
                    "result": 56
                },
                {
                    "op": "+",
                    "operand": 8,
                    "result": 64
                },
                {
                    "op": "-",
                    "operand": 28,
                    "result": 36
                }
            ],
            "finalValue": 36,
            "pathDescription": "Step 1: +9 = 17; Step 2: ×3 = 51; Step 3: +5 = 56; Step 4: +8 = 64; Step 5: -28 = 36"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 7. Follow the path: ×3 → -10 → +10 → -7 → +9. What is the final value?",
            "answer": "23",
            "startValue": 7,
            "steps": [
                {
                    "op": "×",
                    "operand": 3,
                    "result": 21
                },
                {
                    "op": "-",
                    "operand": 10,
                    "result": 11
                },
                {
                    "op": "+",
                    "operand": 10,
                    "result": 21
                },
                {
                    "op": "-",
                    "operand": 7,
                    "result": 14
                },
                {
                    "op": "+",
                    "operand": 9,
                    "result": 23
                }
            ],
            "finalValue": 23,
            "pathDescription": "Step 1: ×3 = 21; Step 2: -10 = 11; Step 3: +10 = 21; Step 4: -7 = 14; Step 5: +9 = 23"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 3. Follow the path: +10 → -7 → -4 → +7 → ×4. What is the final value?",
            "answer": "36",
            "startValue": 3,
            "steps": [
                {
                    "op": "+",
                    "operand": 10,
                    "result": 13
                },
                {
                    "op": "-",
                    "operand": 7,
                    "result": 6
                },
                {
                    "op": "-",
                    "operand": 4,
                    "result": 2
                },
                {
                    "op": "+",
                    "operand": 7,
                    "result": 9
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 36
                }
            ],
            "finalValue": 36,
            "pathDescription": "Step 1: +10 = 13; Step 2: -7 = 6; Step 3: -4 = 2; Step 4: +7 = 9; Step 5: ×4 = 36"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 10. Follow the path: -9 → +8 → ×3 → -4 → ×4. What is the final value?",
            "answer": "92",
            "startValue": 10,
            "steps": [
                {
                    "op": "-",
                    "operand": 9,
                    "result": 1
                },
                {
                    "op": "+",
                    "operand": 8,
                    "result": 9
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 27
                },
                {
                    "op": "-",
                    "operand": 4,
                    "result": 23
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 92
                }
            ],
            "finalValue": 92,
            "pathDescription": "Step 1: -9 = 1; Step 2: +8 = 9; Step 3: ×3 = 27; Step 4: -4 = 23; Step 5: ×4 = 92"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}