easy Set 17 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-mixed-large-easy",
        "pageNumber": 17,
        "generatedAt": "2026-03-16T15:22:00.841Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "eb846b220f73d286",
        "seedInput": "1|node-1-leaf-math-maze-mixed-large-easy|17|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": "e1bbeb29a7dc0238"
        },
        "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 1. Follow the path: -1 → +9 → +1. What is the final value?",
            "answer": "10",
            "startValue": 1,
            "steps": [
                {
                    "op": "-",
                    "operand": 1,
                    "result": 0
                },
                {
                    "op": "+",
                    "operand": 9,
                    "result": 9
                },
                {
                    "op": "+",
                    "operand": 1,
                    "result": 10
                }
            ],
            "finalValue": 10,
            "pathDescription": "Step 1: -1 = 0; Step 2: +9 = 9; Step 3: +1 = 10"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 4. Follow the path: ×4 → -11 → ×4. What is the final value?",
            "answer": "20",
            "startValue": 4,
            "steps": [
                {
                    "op": "×",
                    "operand": 4,
                    "result": 16
                },
                {
                    "op": "-",
                    "operand": 11,
                    "result": 5
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 20
                }
            ],
            "finalValue": 20,
            "pathDescription": "Step 1: ×4 = 16; Step 2: -11 = 5; Step 3: ×4 = 20"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 10. Follow the path: ×3 → -12 → +6. What is the final value?",
            "answer": "24",
            "startValue": 10,
            "steps": [
                {
                    "op": "×",
                    "operand": 3,
                    "result": 30
                },
                {
                    "op": "-",
                    "operand": 12,
                    "result": 18
                },
                {
                    "op": "+",
                    "operand": 6,
                    "result": 24
                }
            ],
            "finalValue": 24,
            "pathDescription": "Step 1: ×3 = 30; Step 2: -12 = 18; Step 3: +6 = 24"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 2. Follow the path: -1 → ×2 → +7. What is the final value?",
            "answer": "9",
            "startValue": 2,
            "steps": [
                {
                    "op": "-",
                    "operand": 1,
                    "result": 1
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 2
                },
                {
                    "op": "+",
                    "operand": 7,
                    "result": 9
                }
            ],
            "finalValue": 9,
            "pathDescription": "Step 1: -1 = 1; Step 2: ×2 = 2; Step 3: +7 = 9"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 2. Follow the path: -1 → +2 → -2. What is the final value?",
            "answer": "1",
            "startValue": 2,
            "steps": [
                {
                    "op": "-",
                    "operand": 1,
                    "result": 1
                },
                {
                    "op": "+",
                    "operand": 2,
                    "result": 3
                },
                {
                    "op": "-",
                    "operand": 2,
                    "result": 1
                }
            ],
            "finalValue": 1,
            "pathDescription": "Step 1: -1 = 1; Step 2: +2 = 3; Step 3: -2 = 1"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 7. Follow the path: ×4 → -27 → ×2. What is the final value?",
            "answer": "2",
            "startValue": 7,
            "steps": [
                {
                    "op": "×",
                    "operand": 4,
                    "result": 28
                },
                {
                    "op": "-",
                    "operand": 27,
                    "result": 1
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 2
                }
            ],
            "finalValue": 2,
            "pathDescription": "Step 1: ×4 = 28; Step 2: -27 = 1; Step 3: ×2 = 2"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 2. Follow the path: ×2 → +10 → ×4. What is the final value?",
            "answer": "56",
            "startValue": 2,
            "steps": [
                {
                    "op": "×",
                    "operand": 2,
                    "result": 4
                },
                {
                    "op": "+",
                    "operand": 10,
                    "result": 14
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 56
                }
            ],
            "finalValue": 56,
            "pathDescription": "Step 1: ×2 = 4; Step 2: +10 = 14; Step 3: ×4 = 56"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 5. Follow the path: ×4 → +3 → ×2. What is the final value?",
            "answer": "46",
            "startValue": 5,
            "steps": [
                {
                    "op": "×",
                    "operand": 4,
                    "result": 20
                },
                {
                    "op": "+",
                    "operand": 3,
                    "result": 23
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 46
                }
            ],
            "finalValue": 46,
            "pathDescription": "Step 1: ×4 = 20; Step 2: +3 = 23; Step 3: ×2 = 46"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}