easy Set 27 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": 27,
        "generatedAt": "2026-03-16T15:22:00.842Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "ef5f999bccc64809",
        "seedInput": "1|node-1-leaf-math-maze-mixed-large-easy|27|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": "ecf8ec7ed78659d8"
        },
        "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 8. Follow the path: ×2 → ×2 → +10. What is the final value?",
            "answer": "42",
            "startValue": 8,
            "steps": [
                {
                    "op": "×",
                    "operand": 2,
                    "result": 16
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 32
                },
                {
                    "op": "+",
                    "operand": 10,
                    "result": 42
                }
            ],
            "finalValue": 42,
            "pathDescription": "Step 1: ×2 = 16; Step 2: ×2 = 32; Step 3: +10 = 42"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 10. Follow the path: +10 → ×3 → -44. What is the final value?",
            "answer": "16",
            "startValue": 10,
            "steps": [
                {
                    "op": "+",
                    "operand": 10,
                    "result": 20
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 60
                },
                {
                    "op": "-",
                    "operand": 44,
                    "result": 16
                }
            ],
            "finalValue": 16,
            "pathDescription": "Step 1: +10 = 20; Step 2: ×3 = 60; Step 3: -44 = 16"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 5. Follow the path: ×4 → +3 → ×3. What is the final value?",
            "answer": "69",
            "startValue": 5,
            "steps": [
                {
                    "op": "×",
                    "operand": 4,
                    "result": 20
                },
                {
                    "op": "+",
                    "operand": 3,
                    "result": 23
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 69
                }
            ],
            "finalValue": 69,
            "pathDescription": "Step 1: ×4 = 20; Step 2: +3 = 23; Step 3: ×3 = 69"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 5. Follow the path: ×3 → -7 → +5. What is the final value?",
            "answer": "13",
            "startValue": 5,
            "steps": [
                {
                    "op": "×",
                    "operand": 3,
                    "result": 15
                },
                {
                    "op": "-",
                    "operand": 7,
                    "result": 8
                },
                {
                    "op": "+",
                    "operand": 5,
                    "result": 13
                }
            ],
            "finalValue": 13,
            "pathDescription": "Step 1: ×3 = 15; Step 2: -7 = 8; Step 3: +5 = 13"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 6. Follow the path: -4 → ×4 → -4. What is the final value?",
            "answer": "4",
            "startValue": 6,
            "steps": [
                {
                    "op": "-",
                    "operand": 4,
                    "result": 2
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 8
                },
                {
                    "op": "-",
                    "operand": 4,
                    "result": 4
                }
            ],
            "finalValue": 4,
            "pathDescription": "Step 1: -4 = 2; Step 2: ×4 = 8; Step 3: -4 = 4"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 3. Follow the path: -1 → +6 → +2. What is the final value?",
            "answer": "10",
            "startValue": 3,
            "steps": [
                {
                    "op": "-",
                    "operand": 1,
                    "result": 2
                },
                {
                    "op": "+",
                    "operand": 6,
                    "result": 8
                },
                {
                    "op": "+",
                    "operand": 2,
                    "result": 10
                }
            ],
            "finalValue": 10,
            "pathDescription": "Step 1: -1 = 2; Step 2: +6 = 8; Step 3: +2 = 10"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 10. Follow the path: +2 → ×4 → ×2. What is the final value?",
            "answer": "96",
            "startValue": 10,
            "steps": [
                {
                    "op": "+",
                    "operand": 2,
                    "result": 12
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 48
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 96
                }
            ],
            "finalValue": 96,
            "pathDescription": "Step 1: +2 = 12; Step 2: ×4 = 48; Step 3: ×2 = 96"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 8. Follow the path: ×3 → ×2 → ×3. What is the final value?",
            "answer": "144",
            "startValue": 8,
            "steps": [
                {
                    "op": "×",
                    "operand": 3,
                    "result": 24
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 48
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 144
                }
            ],
            "finalValue": 144,
            "pathDescription": "Step 1: ×3 = 24; Step 2: ×2 = 48; Step 3: ×3 = 144"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}