easy Set 25 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-subtraction-medium-easy",
        "pageNumber": 25,
        "generatedAt": "2026-03-16T15:22:00.136Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "71282efa6f70ff56",
        "seedInput": "1|node-1-leaf-math-maze-subtraction-medium-easy|25|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": "7e94d87bdfc5694a"
        },
        "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 6. Follow the path: ×2 → -1 → -5. What is the final value?",
            "answer": "6",
            "startValue": 6,
            "steps": [
                {
                    "op": "×",
                    "operand": 2,
                    "result": 12
                },
                {
                    "op": "-",
                    "operand": 1,
                    "result": 11
                },
                {
                    "op": "-",
                    "operand": 5,
                    "result": 6
                }
            ],
            "finalValue": 6,
            "pathDescription": "Step 1: ×2 = 12; Step 2: -1 = 11; Step 3: -5 = 6"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 7. Follow the path: +5 → +2 → +9. What is the final value?",
            "answer": "23",
            "startValue": 7,
            "steps": [
                {
                    "op": "+",
                    "operand": 5,
                    "result": 12
                },
                {
                    "op": "+",
                    "operand": 2,
                    "result": 14
                },
                {
                    "op": "+",
                    "operand": 9,
                    "result": 23
                }
            ],
            "finalValue": 23,
            "pathDescription": "Step 1: +5 = 12; Step 2: +2 = 14; Step 3: +9 = 23"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 5. Follow the path: +10 → +1 → +3. What is the final value?",
            "answer": "19",
            "startValue": 5,
            "steps": [
                {
                    "op": "+",
                    "operand": 10,
                    "result": 15
                },
                {
                    "op": "+",
                    "operand": 1,
                    "result": 16
                },
                {
                    "op": "+",
                    "operand": 3,
                    "result": 19
                }
            ],
            "finalValue": 19,
            "pathDescription": "Step 1: +10 = 15; Step 2: +1 = 16; Step 3: +3 = 19"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 4. Follow the path: -1 → -2 → ×2. What is the final value?",
            "answer": "2",
            "startValue": 4,
            "steps": [
                {
                    "op": "-",
                    "operand": 1,
                    "result": 3
                },
                {
                    "op": "-",
                    "operand": 2,
                    "result": 1
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 2
                }
            ],
            "finalValue": 2,
            "pathDescription": "Step 1: -1 = 3; Step 2: -2 = 1; Step 3: ×2 = 2"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 1. Follow the path: ×2 → -1 → +9. What is the final value?",
            "answer": "10",
            "startValue": 1,
            "steps": [
                {
                    "op": "×",
                    "operand": 2,
                    "result": 2
                },
                {
                    "op": "-",
                    "operand": 1,
                    "result": 1
                },
                {
                    "op": "+",
                    "operand": 9,
                    "result": 10
                }
            ],
            "finalValue": 10,
            "pathDescription": "Step 1: ×2 = 2; Step 2: -1 = 1; Step 3: +9 = 10"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 8. Follow the path: -1 → +1 → +5. What is the final value?",
            "answer": "13",
            "startValue": 8,
            "steps": [
                {
                    "op": "-",
                    "operand": 1,
                    "result": 7
                },
                {
                    "op": "+",
                    "operand": 1,
                    "result": 8
                },
                {
                    "op": "+",
                    "operand": 5,
                    "result": 13
                }
            ],
            "finalValue": 13,
            "pathDescription": "Step 1: -1 = 7; Step 2: +1 = 8; Step 3: +5 = 13"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 5. Follow the path: -3 → ×3 → +7. What is the final value?",
            "answer": "13",
            "startValue": 5,
            "steps": [
                {
                    "op": "-",
                    "operand": 3,
                    "result": 2
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 6
                },
                {
                    "op": "+",
                    "operand": 7,
                    "result": 13
                }
            ],
            "finalValue": 13,
            "pathDescription": "Step 1: -3 = 2; Step 2: ×3 = 6; Step 3: +7 = 13"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 5. Follow the path: -1 → ×3 → ×2. What is the final value?",
            "answer": "24",
            "startValue": 5,
            "steps": [
                {
                    "op": "-",
                    "operand": 1,
                    "result": 4
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 12
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 24
                }
            ],
            "finalValue": 24,
            "pathDescription": "Step 1: -1 = 4; Step 2: ×3 = 12; Step 3: ×2 = 24"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}