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