easy Set 82 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-division-small-easy",
        "pageNumber": 82,
        "generatedAt": "2026-03-16T15:22:00.479Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "d5e1a1be75f69650",
        "seedInput": "1|node-1-leaf-math-maze-division-small-easy|82|1.0.0|",
        "schemaVersion": "2.0.0",
        "mathTemplateId": null,
        "archetype": "form-exercise",
        "siteId": 1
    },
    "semantics": {
        "solvability": {
            "isDeterministic": true,
            "solutionCount": 1
        },
        "difficulty": {
            "declaredLevel": "easy",
            "computedScore": 26,
            "metrics": {
                "problemCount": 8,
                "operation": "math-maze",
                "digits": 2,
                "regrouping": false
            }
        },
        "diversity": {
            "structuralHash": "547a4e6270e51d63b23b982097aa8386",
            "contentFingerprint": "2a024d3816fcb5e6"
        },
        "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": "easy",
    "config": {
        "difficulty": "easy",
        "maxNumber": 10
    },
    "problems": [
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 4. Follow the path: -3 → +4 → -3. What is the final value?",
            "answer": "2",
            "startValue": 4,
            "steps": [
                {
                    "op": "-",
                    "operand": 3,
                    "result": 1
                },
                {
                    "op": "+",
                    "operand": 4,
                    "result": 5
                },
                {
                    "op": "-",
                    "operand": 3,
                    "result": 2
                }
            ],
            "finalValue": 2,
            "pathDescription": "Step 1: -3 = 1; Step 2: +4 = 5; Step 3: -3 = 2"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 7. Follow the path: ×4 → ×4 → +9. What is the final value?",
            "answer": "121",
            "startValue": 7,
            "steps": [
                {
                    "op": "×",
                    "operand": 4,
                    "result": 28
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 112
                },
                {
                    "op": "+",
                    "operand": 9,
                    "result": 121
                }
            ],
            "finalValue": 121,
            "pathDescription": "Step 1: ×4 = 28; Step 2: ×4 = 112; Step 3: +9 = 121"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 7. Follow the path: ×4 → ×4 → +10. What is the final value?",
            "answer": "122",
            "startValue": 7,
            "steps": [
                {
                    "op": "×",
                    "operand": 4,
                    "result": 28
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 112
                },
                {
                    "op": "+",
                    "operand": 10,
                    "result": 122
                }
            ],
            "finalValue": 122,
            "pathDescription": "Step 1: ×4 = 28; Step 2: ×4 = 112; Step 3: +10 = 122"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 6. Follow the path: ×3 → ×3 → +6. What is the final value?",
            "answer": "60",
            "startValue": 6,
            "steps": [
                {
                    "op": "×",
                    "operand": 3,
                    "result": 18
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 54
                },
                {
                    "op": "+",
                    "operand": 6,
                    "result": 60
                }
            ],
            "finalValue": 60,
            "pathDescription": "Step 1: ×3 = 18; Step 2: ×3 = 54; Step 3: +6 = 60"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 7. Follow the path: +5 → -11 → ×2. What is the final value?",
            "answer": "2",
            "startValue": 7,
            "steps": [
                {
                    "op": "+",
                    "operand": 5,
                    "result": 12
                },
                {
                    "op": "-",
                    "operand": 11,
                    "result": 1
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 2
                }
            ],
            "finalValue": 2,
            "pathDescription": "Step 1: +5 = 12; Step 2: -11 = 1; Step 3: ×2 = 2"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 5. Follow the path: +3 → ×2 → -8. What is the final value?",
            "answer": "8",
            "startValue": 5,
            "steps": [
                {
                    "op": "+",
                    "operand": 3,
                    "result": 8
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 16
                },
                {
                    "op": "-",
                    "operand": 8,
                    "result": 8
                }
            ],
            "finalValue": 8,
            "pathDescription": "Step 1: +3 = 8; Step 2: ×2 = 16; Step 3: -8 = 8"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 9. Follow the path: +5 → ×4 → -46. What is the final value?",
            "answer": "10",
            "startValue": 9,
            "steps": [
                {
                    "op": "+",
                    "operand": 5,
                    "result": 14
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 56
                },
                {
                    "op": "-",
                    "operand": 46,
                    "result": 10
                }
            ],
            "finalValue": 10,
            "pathDescription": "Step 1: +5 = 14; Step 2: ×4 = 56; Step 3: -46 = 10"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 9. Follow the path: ×2 → +8 → +2. What is the final value?",
            "answer": "28",
            "startValue": 9,
            "steps": [
                {
                    "op": "×",
                    "operand": 2,
                    "result": 18
                },
                {
                    "op": "+",
                    "operand": 8,
                    "result": 26
                },
                {
                    "op": "+",
                    "operand": 2,
                    "result": 28
                }
            ],
            "finalValue": 28,
            "pathDescription": "Step 1: ×2 = 18; Step 2: +8 = 26; Step 3: +2 = 28"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}