medium Set 81 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-medium",
        "pageNumber": 81,
        "generatedAt": "2026-03-16T15:22:00.100Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "20bba295bf810c67",
        "seedInput": "1|node-1-leaf-math-maze-addition-medium-medium|81|1.0.0|",
        "schemaVersion": "2.0.0",
        "mathTemplateId": null,
        "archetype": "form-exercise",
        "siteId": 1
    },
    "semantics": {
        "solvability": {
            "isDeterministic": true,
            "solutionCount": 1
        },
        "difficulty": {
            "declaredLevel": "medium",
            "computedScore": 26,
            "metrics": {
                "problemCount": 8,
                "operation": "math-maze",
                "digits": 2,
                "regrouping": false
            }
        },
        "diversity": {
            "structuralHash": "547a4e6270e51d63b23b982097aa8386",
            "contentFingerprint": "38cc00accccedc7f"
        },
        "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": "medium",
    "config": {
        "difficulty": "medium",
        "maxNumber": 10
    },
    "problems": [
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "medium",
            "question": "Math Maze: Start at 10. Follow the path: -2 → ×2 → +8 → -2. What is the final value?",
            "answer": "22",
            "startValue": 10,
            "steps": [
                {
                    "op": "-",
                    "operand": 2,
                    "result": 8
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 16
                },
                {
                    "op": "+",
                    "operand": 8,
                    "result": 24
                },
                {
                    "op": "-",
                    "operand": 2,
                    "result": 22
                }
            ],
            "finalValue": 22,
            "pathDescription": "Step 1: -2 = 8; Step 2: ×2 = 16; Step 3: +8 = 24; Step 4: -2 = 22"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "medium",
            "question": "Math Maze: Start at 4. Follow the path: +2 → -4 → +8 → +5. What is the final value?",
            "answer": "15",
            "startValue": 4,
            "steps": [
                {
                    "op": "+",
                    "operand": 2,
                    "result": 6
                },
                {
                    "op": "-",
                    "operand": 4,
                    "result": 2
                },
                {
                    "op": "+",
                    "operand": 8,
                    "result": 10
                },
                {
                    "op": "+",
                    "operand": 5,
                    "result": 15
                }
            ],
            "finalValue": 15,
            "pathDescription": "Step 1: +2 = 6; Step 2: -4 = 2; Step 3: +8 = 10; Step 4: +5 = 15"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "medium",
            "question": "Math Maze: Start at 7. Follow the path: +2 → +1 → -5 → -4. What is the final value?",
            "answer": "1",
            "startValue": 7,
            "steps": [
                {
                    "op": "+",
                    "operand": 2,
                    "result": 9
                },
                {
                    "op": "+",
                    "operand": 1,
                    "result": 10
                },
                {
                    "op": "-",
                    "operand": 5,
                    "result": 5
                },
                {
                    "op": "-",
                    "operand": 4,
                    "result": 1
                }
            ],
            "finalValue": 1,
            "pathDescription": "Step 1: +2 = 9; Step 2: +1 = 10; Step 3: -5 = 5; Step 4: -4 = 1"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "medium",
            "question": "Math Maze: Start at 9. Follow the path: ×4 → ×2 → +6 → +5. What is the final value?",
            "answer": "83",
            "startValue": 9,
            "steps": [
                {
                    "op": "×",
                    "operand": 4,
                    "result": 36
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 72
                },
                {
                    "op": "+",
                    "operand": 6,
                    "result": 78
                },
                {
                    "op": "+",
                    "operand": 5,
                    "result": 83
                }
            ],
            "finalValue": 83,
            "pathDescription": "Step 1: ×4 = 36; Step 2: ×2 = 72; Step 3: +6 = 78; Step 4: +5 = 83"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "medium",
            "question": "Math Maze: Start at 4. Follow the path: -1 → ×2 → -4 → +6. What is the final value?",
            "answer": "8",
            "startValue": 4,
            "steps": [
                {
                    "op": "-",
                    "operand": 1,
                    "result": 3
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 6
                },
                {
                    "op": "-",
                    "operand": 4,
                    "result": 2
                },
                {
                    "op": "+",
                    "operand": 6,
                    "result": 8
                }
            ],
            "finalValue": 8,
            "pathDescription": "Step 1: -1 = 3; Step 2: ×2 = 6; Step 3: -4 = 2; Step 4: +6 = 8"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "medium",
            "question": "Math Maze: Start at 2. Follow the path: -1 → +7 → +3 → +7. What is the final value?",
            "answer": "18",
            "startValue": 2,
            "steps": [
                {
                    "op": "-",
                    "operand": 1,
                    "result": 1
                },
                {
                    "op": "+",
                    "operand": 7,
                    "result": 8
                },
                {
                    "op": "+",
                    "operand": 3,
                    "result": 11
                },
                {
                    "op": "+",
                    "operand": 7,
                    "result": 18
                }
            ],
            "finalValue": 18,
            "pathDescription": "Step 1: -1 = 1; Step 2: +7 = 8; Step 3: +3 = 11; Step 4: +7 = 18"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "medium",
            "question": "Math Maze: Start at 9. Follow the path: +1 → +10 → +8 → -22. What is the final value?",
            "answer": "6",
            "startValue": 9,
            "steps": [
                {
                    "op": "+",
                    "operand": 1,
                    "result": 10
                },
                {
                    "op": "+",
                    "operand": 10,
                    "result": 20
                },
                {
                    "op": "+",
                    "operand": 8,
                    "result": 28
                },
                {
                    "op": "-",
                    "operand": 22,
                    "result": 6
                }
            ],
            "finalValue": 6,
            "pathDescription": "Step 1: +1 = 10; Step 2: +10 = 20; Step 3: +8 = 28; Step 4: -22 = 6"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "medium",
            "question": "Math Maze: Start at 3. Follow the path: -2 → ×4 → +2 → +7. What is the final value?",
            "answer": "13",
            "startValue": 3,
            "steps": [
                {
                    "op": "-",
                    "operand": 2,
                    "result": 1
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 4
                },
                {
                    "op": "+",
                    "operand": 2,
                    "result": 6
                },
                {
                    "op": "+",
                    "operand": 7,
                    "result": 13
                }
            ],
            "finalValue": 13,
            "pathDescription": "Step 1: -2 = 1; Step 2: ×4 = 4; Step 3: +2 = 6; Step 4: +7 = 13"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}