easy Set 95 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-addition-small-easy",
        "pageNumber": 95,
        "generatedAt": "2026-03-16T15:22:00.067Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "432c2a7f00808d2f",
        "seedInput": "1|node-1-leaf-math-maze-addition-small-easy|95|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": "2972f67b9ba690ee"
        },
        "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 7. Follow the path: ×4 → +9 → -9. What is the final value?",
            "answer": "28",
            "startValue": 7,
            "steps": [
                {
                    "op": "×",
                    "operand": 4,
                    "result": 28
                },
                {
                    "op": "+",
                    "operand": 9,
                    "result": 37
                },
                {
                    "op": "-",
                    "operand": 9,
                    "result": 28
                }
            ],
            "finalValue": 28,
            "pathDescription": "Step 1: ×4 = 28; Step 2: +9 = 37; Step 3: -9 = 28"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 1. Follow the path: ×2 → ×2 → -3. What is the final value?",
            "answer": "1",
            "startValue": 1,
            "steps": [
                {
                    "op": "×",
                    "operand": 2,
                    "result": 2
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 4
                },
                {
                    "op": "-",
                    "operand": 3,
                    "result": 1
                }
            ],
            "finalValue": 1,
            "pathDescription": "Step 1: ×2 = 2; Step 2: ×2 = 4; Step 3: -3 = 1"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 2. Follow the path: +6 → +3 → +4. What is the final value?",
            "answer": "15",
            "startValue": 2,
            "steps": [
                {
                    "op": "+",
                    "operand": 6,
                    "result": 8
                },
                {
                    "op": "+",
                    "operand": 3,
                    "result": 11
                },
                {
                    "op": "+",
                    "operand": 4,
                    "result": 15
                }
            ],
            "finalValue": 15,
            "pathDescription": "Step 1: +6 = 8; Step 2: +3 = 11; Step 3: +4 = 15"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 2. Follow the path: +6 → -3 → -2. What is the final value?",
            "answer": "3",
            "startValue": 2,
            "steps": [
                {
                    "op": "+",
                    "operand": 6,
                    "result": 8
                },
                {
                    "op": "-",
                    "operand": 3,
                    "result": 5
                },
                {
                    "op": "-",
                    "operand": 2,
                    "result": 3
                }
            ],
            "finalValue": 3,
            "pathDescription": "Step 1: +6 = 8; Step 2: -3 = 5; Step 3: -2 = 3"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 1. Follow the path: -1 → +9 → +10. What is the final value?",
            "answer": "19",
            "startValue": 1,
            "steps": [
                {
                    "op": "-",
                    "operand": 1,
                    "result": 0
                },
                {
                    "op": "+",
                    "operand": 9,
                    "result": 9
                },
                {
                    "op": "+",
                    "operand": 10,
                    "result": 19
                }
            ],
            "finalValue": 19,
            "pathDescription": "Step 1: -1 = 0; Step 2: +9 = 9; Step 3: +10 = 19"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 7. Follow the path: -6 → +10 → +6. What is the final value?",
            "answer": "17",
            "startValue": 7,
            "steps": [
                {
                    "op": "-",
                    "operand": 6,
                    "result": 1
                },
                {
                    "op": "+",
                    "operand": 10,
                    "result": 11
                },
                {
                    "op": "+",
                    "operand": 6,
                    "result": 17
                }
            ],
            "finalValue": 17,
            "pathDescription": "Step 1: -6 = 1; Step 2: +10 = 11; Step 3: +6 = 17"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 9. Follow the path: -4 → ×4 → ×4. What is the final value?",
            "answer": "80",
            "startValue": 9,
            "steps": [
                {
                    "op": "-",
                    "operand": 4,
                    "result": 5
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 20
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 80
                }
            ],
            "finalValue": 80,
            "pathDescription": "Step 1: -4 = 5; Step 2: ×4 = 20; Step 3: ×4 = 80"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 9. Follow the path: -5 → +4 → -5. What is the final value?",
            "answer": "3",
            "startValue": 9,
            "steps": [
                {
                    "op": "-",
                    "operand": 5,
                    "result": 4
                },
                {
                    "op": "+",
                    "operand": 4,
                    "result": 8
                },
                {
                    "op": "-",
                    "operand": 5,
                    "result": 3
                }
            ],
            "finalValue": 3,
            "pathDescription": "Step 1: -5 = 4; Step 2: +4 = 8; Step 3: -5 = 3"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}