hard Set 94 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-mixed-medium-hard",
        "pageNumber": 94,
        "generatedAt": "2026-03-16T15:22:00.840Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "7ef8325c59b3ab6c",
        "seedInput": "1|node-1-leaf-math-maze-mixed-medium-hard|94|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": "ae8c7525c2de7d74"
        },
        "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 → ×3 → +2 → ×4 → -26. What is the final value?",
            "answer": "54",
            "startValue": 2,
            "steps": [
                {
                    "op": "×",
                    "operand": 3,
                    "result": 6
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 18
                },
                {
                    "op": "+",
                    "operand": 2,
                    "result": 20
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 80
                },
                {
                    "op": "-",
                    "operand": 26,
                    "result": 54
                }
            ],
            "finalValue": 54,
            "pathDescription": "Step 1: ×3 = 6; Step 2: ×3 = 18; Step 3: +2 = 20; Step 4: ×4 = 80; Step 5: -26 = 54"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 5. Follow the path: +10 → +5 → -12 → -3 → +4. What is the final value?",
            "answer": "9",
            "startValue": 5,
            "steps": [
                {
                    "op": "+",
                    "operand": 10,
                    "result": 15
                },
                {
                    "op": "+",
                    "operand": 5,
                    "result": 20
                },
                {
                    "op": "-",
                    "operand": 12,
                    "result": 8
                },
                {
                    "op": "-",
                    "operand": 3,
                    "result": 5
                },
                {
                    "op": "+",
                    "operand": 4,
                    "result": 9
                }
            ],
            "finalValue": 9,
            "pathDescription": "Step 1: +10 = 15; Step 2: +5 = 20; Step 3: -12 = 8; Step 4: -3 = 5; Step 5: +4 = 9"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 1. Follow the path: ×3 → ×3 → ×2 → ×2 → -25. What is the final value?",
            "answer": "11",
            "startValue": 1,
            "steps": [
                {
                    "op": "×",
                    "operand": 3,
                    "result": 3
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 9
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 18
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 36
                },
                {
                    "op": "-",
                    "operand": 25,
                    "result": 11
                }
            ],
            "finalValue": 11,
            "pathDescription": "Step 1: ×3 = 3; Step 2: ×3 = 9; Step 3: ×2 = 18; Step 4: ×2 = 36; Step 5: -25 = 11"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 8. Follow the path: ×3 → -13 → -4 → -2 → -1. What is the final value?",
            "answer": "4",
            "startValue": 8,
            "steps": [
                {
                    "op": "×",
                    "operand": 3,
                    "result": 24
                },
                {
                    "op": "-",
                    "operand": 13,
                    "result": 11
                },
                {
                    "op": "-",
                    "operand": 4,
                    "result": 7
                },
                {
                    "op": "-",
                    "operand": 2,
                    "result": 5
                },
                {
                    "op": "-",
                    "operand": 1,
                    "result": 4
                }
            ],
            "finalValue": 4,
            "pathDescription": "Step 1: ×3 = 24; Step 2: -13 = 11; Step 3: -4 = 7; Step 4: -2 = 5; Step 5: -1 = 4"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 7. Follow the path: ×4 → ×2 → ×3 → +6 → -149. What is the final value?",
            "answer": "25",
            "startValue": 7,
            "steps": [
                {
                    "op": "×",
                    "operand": 4,
                    "result": 28
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 56
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 168
                },
                {
                    "op": "+",
                    "operand": 6,
                    "result": 174
                },
                {
                    "op": "-",
                    "operand": 149,
                    "result": 25
                }
            ],
            "finalValue": 25,
            "pathDescription": "Step 1: ×4 = 28; Step 2: ×2 = 56; Step 3: ×3 = 168; Step 4: +6 = 174; Step 5: -149 = 25"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 5. Follow the path: -3 → -1 → ×4 → +8 → ×2. What is the final value?",
            "answer": "24",
            "startValue": 5,
            "steps": [
                {
                    "op": "-",
                    "operand": 3,
                    "result": 2
                },
                {
                    "op": "-",
                    "operand": 1,
                    "result": 1
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 4
                },
                {
                    "op": "+",
                    "operand": 8,
                    "result": 12
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 24
                }
            ],
            "finalValue": 24,
            "pathDescription": "Step 1: -3 = 2; Step 2: -1 = 1; Step 3: ×4 = 4; Step 4: +8 = 12; Step 5: ×2 = 24"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 7. Follow the path: -4 → -1 → ×4 → ×4 → -17. What is the final value?",
            "answer": "15",
            "startValue": 7,
            "steps": [
                {
                    "op": "-",
                    "operand": 4,
                    "result": 3
                },
                {
                    "op": "-",
                    "operand": 1,
                    "result": 2
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 8
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 32
                },
                {
                    "op": "-",
                    "operand": 17,
                    "result": 15
                }
            ],
            "finalValue": 15,
            "pathDescription": "Step 1: -4 = 3; Step 2: -1 = 2; Step 3: ×4 = 8; Step 4: ×4 = 32; Step 5: -17 = 15"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 3. Follow the path: +8 → ×4 → -16 → -5 → +6. What is the final value?",
            "answer": "29",
            "startValue": 3,
            "steps": [
                {
                    "op": "+",
                    "operand": 8,
                    "result": 11
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 44
                },
                {
                    "op": "-",
                    "operand": 16,
                    "result": 28
                },
                {
                    "op": "-",
                    "operand": 5,
                    "result": 23
                },
                {
                    "op": "+",
                    "operand": 6,
                    "result": 29
                }
            ],
            "finalValue": 29,
            "pathDescription": "Step 1: +8 = 11; Step 2: ×4 = 44; Step 3: -16 = 28; Step 4: -5 = 23; Step 5: +6 = 29"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}