easy Set 86 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-addition-small-easy",
        "pageNumber": 86,
        "generatedAt": "2026-03-16T15:22:00.066Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "aae6152f41b05281",
        "seedInput": "1|node-1-leaf-math-maze-addition-small-easy|86|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": "0c39251da3b2e237"
        },
        "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: ×2 → ×2 → +9. What is the final value?",
            "answer": "25",
            "startValue": 4,
            "steps": [
                {
                    "op": "×",
                    "operand": 2,
                    "result": 8
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 16
                },
                {
                    "op": "+",
                    "operand": 9,
                    "result": 25
                }
            ],
            "finalValue": 25,
            "pathDescription": "Step 1: ×2 = 8; Step 2: ×2 = 16; Step 3: +9 = 25"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 8. Follow the path: ×4 → +2 → ×4. What is the final value?",
            "answer": "136",
            "startValue": 8,
            "steps": [
                {
                    "op": "×",
                    "operand": 4,
                    "result": 32
                },
                {
                    "op": "+",
                    "operand": 2,
                    "result": 34
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 136
                }
            ],
            "finalValue": 136,
            "pathDescription": "Step 1: ×4 = 32; Step 2: +2 = 34; Step 3: ×4 = 136"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 10. Follow the path: +10 → -10 → +2. What is the final value?",
            "answer": "12",
            "startValue": 10,
            "steps": [
                {
                    "op": "+",
                    "operand": 10,
                    "result": 20
                },
                {
                    "op": "-",
                    "operand": 10,
                    "result": 10
                },
                {
                    "op": "+",
                    "operand": 2,
                    "result": 12
                }
            ],
            "finalValue": 12,
            "pathDescription": "Step 1: +10 = 20; Step 2: -10 = 10; Step 3: +2 = 12"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 4. Follow the path: ×2 → ×4 → ×2. What is the final value?",
            "answer": "64",
            "startValue": 4,
            "steps": [
                {
                    "op": "×",
                    "operand": 2,
                    "result": 8
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 32
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 64
                }
            ],
            "finalValue": 64,
            "pathDescription": "Step 1: ×2 = 8; Step 2: ×4 = 32; Step 3: ×2 = 64"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 1. Follow the path: +7 → +6 → +2. What is the final value?",
            "answer": "16",
            "startValue": 1,
            "steps": [
                {
                    "op": "+",
                    "operand": 7,
                    "result": 8
                },
                {
                    "op": "+",
                    "operand": 6,
                    "result": 14
                },
                {
                    "op": "+",
                    "operand": 2,
                    "result": 16
                }
            ],
            "finalValue": 16,
            "pathDescription": "Step 1: +7 = 8; Step 2: +6 = 14; Step 3: +2 = 16"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 9. Follow the path: ×2 → ×4 → +6. What is the final value?",
            "answer": "78",
            "startValue": 9,
            "steps": [
                {
                    "op": "×",
                    "operand": 2,
                    "result": 18
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 72
                },
                {
                    "op": "+",
                    "operand": 6,
                    "result": 78
                }
            ],
            "finalValue": 78,
            "pathDescription": "Step 1: ×2 = 18; Step 2: ×4 = 72; Step 3: +6 = 78"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 7. Follow the path: -5 → ×3 → ×4. What is the final value?",
            "answer": "24",
            "startValue": 7,
            "steps": [
                {
                    "op": "-",
                    "operand": 5,
                    "result": 2
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 6
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 24
                }
            ],
            "finalValue": 24,
            "pathDescription": "Step 1: -5 = 2; Step 2: ×3 = 6; Step 3: ×4 = 24"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 8. Follow the path: ×4 → +4 → -25. What is the final value?",
            "answer": "11",
            "startValue": 8,
            "steps": [
                {
                    "op": "×",
                    "operand": 4,
                    "result": 32
                },
                {
                    "op": "+",
                    "operand": 4,
                    "result": 36
                },
                {
                    "op": "-",
                    "operand": 25,
                    "result": 11
                }
            ],
            "finalValue": 11,
            "pathDescription": "Step 1: ×4 = 32; Step 2: +4 = 36; Step 3: -25 = 11"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}