easy Set 14 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": 14,
        "generatedAt": "2026-03-16T15:22:00.060Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "9ed10fa62ebd1826",
        "seedInput": "1|node-1-leaf-math-maze-addition-small-easy|14|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": "362e3b2ce05fb547"
        },
        "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 10. Follow the path: ×3 → -13 → +1. What is the final value?",
            "answer": "18",
            "startValue": 10,
            "steps": [
                {
                    "op": "×",
                    "operand": 3,
                    "result": 30
                },
                {
                    "op": "-",
                    "operand": 13,
                    "result": 17
                },
                {
                    "op": "+",
                    "operand": 1,
                    "result": 18
                }
            ],
            "finalValue": 18,
            "pathDescription": "Step 1: ×3 = 30; Step 2: -13 = 17; Step 3: +1 = 18"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 8. Follow the path: +6 → ×3 → +8. What is the final value?",
            "answer": "50",
            "startValue": 8,
            "steps": [
                {
                    "op": "+",
                    "operand": 6,
                    "result": 14
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 42
                },
                {
                    "op": "+",
                    "operand": 8,
                    "result": 50
                }
            ],
            "finalValue": 50,
            "pathDescription": "Step 1: +6 = 14; Step 2: ×3 = 42; Step 3: +8 = 50"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 10. Follow the path: +3 → ×3 → ×2. What is the final value?",
            "answer": "78",
            "startValue": 10,
            "steps": [
                {
                    "op": "+",
                    "operand": 3,
                    "result": 13
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 39
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 78
                }
            ],
            "finalValue": 78,
            "pathDescription": "Step 1: +3 = 13; Step 2: ×3 = 39; Step 3: ×2 = 78"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 3. Follow the path: +6 → +7 → +1. What is the final value?",
            "answer": "17",
            "startValue": 3,
            "steps": [
                {
                    "op": "+",
                    "operand": 6,
                    "result": 9
                },
                {
                    "op": "+",
                    "operand": 7,
                    "result": 16
                },
                {
                    "op": "+",
                    "operand": 1,
                    "result": 17
                }
            ],
            "finalValue": 17,
            "pathDescription": "Step 1: +6 = 9; Step 2: +7 = 16; Step 3: +1 = 17"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 4. Follow the path: ×2 → ×4 → +10. What is the final value?",
            "answer": "42",
            "startValue": 4,
            "steps": [
                {
                    "op": "×",
                    "operand": 2,
                    "result": 8
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 32
                },
                {
                    "op": "+",
                    "operand": 10,
                    "result": 42
                }
            ],
            "finalValue": 42,
            "pathDescription": "Step 1: ×2 = 8; Step 2: ×4 = 32; Step 3: +10 = 42"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 6. Follow the path: +6 → -5 → +10. What is the final value?",
            "answer": "17",
            "startValue": 6,
            "steps": [
                {
                    "op": "+",
                    "operand": 6,
                    "result": 12
                },
                {
                    "op": "-",
                    "operand": 5,
                    "result": 7
                },
                {
                    "op": "+",
                    "operand": 10,
                    "result": 17
                }
            ],
            "finalValue": 17,
            "pathDescription": "Step 1: +6 = 12; Step 2: -5 = 7; Step 3: +10 = 17"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 1. Follow the path: ×2 → +5 → -5. What is the final value?",
            "answer": "2",
            "startValue": 1,
            "steps": [
                {
                    "op": "×",
                    "operand": 2,
                    "result": 2
                },
                {
                    "op": "+",
                    "operand": 5,
                    "result": 7
                },
                {
                    "op": "-",
                    "operand": 5,
                    "result": 2
                }
            ],
            "finalValue": 2,
            "pathDescription": "Step 1: ×2 = 2; Step 2: +5 = 7; Step 3: -5 = 2"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 6. Follow the path: ×3 → +3 → +9. What is the final value?",
            "answer": "30",
            "startValue": 6,
            "steps": [
                {
                    "op": "×",
                    "operand": 3,
                    "result": 18
                },
                {
                    "op": "+",
                    "operand": 3,
                    "result": 21
                },
                {
                    "op": "+",
                    "operand": 9,
                    "result": 30
                }
            ],
            "finalValue": 30,
            "pathDescription": "Step 1: ×3 = 18; Step 2: +3 = 21; Step 3: +9 = 30"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}