easy Set 55 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-multiplication-small-easy",
        "pageNumber": 55,
        "generatedAt": "2026-03-16T15:22:00.452Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "8d0b171179c5668d",
        "seedInput": "1|node-1-leaf-math-maze-multiplication-small-easy|55|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": "d75aa01309f99941"
        },
        "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: -8 → -1 → -1. What is the final value?",
            "answer": "0",
            "startValue": 10,
            "steps": [
                {
                    "op": "-",
                    "operand": 8,
                    "result": 2
                },
                {
                    "op": "-",
                    "operand": 1,
                    "result": 1
                },
                {
                    "op": "-",
                    "operand": 1,
                    "result": 0
                }
            ],
            "finalValue": 0,
            "pathDescription": "Step 1: -8 = 2; Step 2: -1 = 1; Step 3: -1 = 0"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 6. Follow the path: ×3 → ×2 → +7. What is the final value?",
            "answer": "43",
            "startValue": 6,
            "steps": [
                {
                    "op": "×",
                    "operand": 3,
                    "result": 18
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 36
                },
                {
                    "op": "+",
                    "operand": 7,
                    "result": 43
                }
            ],
            "finalValue": 43,
            "pathDescription": "Step 1: ×3 = 18; Step 2: ×2 = 36; Step 3: +7 = 43"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 9. Follow the path: ×4 → -34 → -1. What is the final value?",
            "answer": "1",
            "startValue": 9,
            "steps": [
                {
                    "op": "×",
                    "operand": 4,
                    "result": 36
                },
                {
                    "op": "-",
                    "operand": 34,
                    "result": 2
                },
                {
                    "op": "-",
                    "operand": 1,
                    "result": 1
                }
            ],
            "finalValue": 1,
            "pathDescription": "Step 1: ×4 = 36; Step 2: -34 = 2; Step 3: -1 = 1"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 2. Follow the path: -1 → -1 → -1. What is the final value?",
            "answer": "-1",
            "startValue": 2,
            "steps": [
                {
                    "op": "-",
                    "operand": 1,
                    "result": 1
                },
                {
                    "op": "-",
                    "operand": 1,
                    "result": 0
                },
                {
                    "op": "-",
                    "operand": 1,
                    "result": -1
                }
            ],
            "finalValue": -1,
            "pathDescription": "Step 1: -1 = 1; Step 2: -1 = 0; Step 3: -1 = -1"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 5. Follow the path: ×3 → +4 → ×3. What is the final value?",
            "answer": "57",
            "startValue": 5,
            "steps": [
                {
                    "op": "×",
                    "operand": 3,
                    "result": 15
                },
                {
                    "op": "+",
                    "operand": 4,
                    "result": 19
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 57
                }
            ],
            "finalValue": 57,
            "pathDescription": "Step 1: ×3 = 15; Step 2: +4 = 19; Step 3: ×3 = 57"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 5. Follow the path: ×2 → ×4 → +3. What is the final value?",
            "answer": "43",
            "startValue": 5,
            "steps": [
                {
                    "op": "×",
                    "operand": 2,
                    "result": 10
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 40
                },
                {
                    "op": "+",
                    "operand": 3,
                    "result": 43
                }
            ],
            "finalValue": 43,
            "pathDescription": "Step 1: ×2 = 10; Step 2: ×4 = 40; Step 3: +3 = 43"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 1. Follow the path: -1 → -1 → ×4. What is the final value?",
            "answer": "-4",
            "startValue": 1,
            "steps": [
                {
                    "op": "-",
                    "operand": 1,
                    "result": 0
                },
                {
                    "op": "-",
                    "operand": 1,
                    "result": -1
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": -4
                }
            ],
            "finalValue": -4,
            "pathDescription": "Step 1: -1 = 0; Step 2: -1 = -1; Step 3: ×4 = -4"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 4. Follow the path: +7 → -7 → -1. What is the final value?",
            "answer": "3",
            "startValue": 4,
            "steps": [
                {
                    "op": "+",
                    "operand": 7,
                    "result": 11
                },
                {
                    "op": "-",
                    "operand": 7,
                    "result": 4
                },
                {
                    "op": "-",
                    "operand": 1,
                    "result": 3
                }
            ],
            "finalValue": 3,
            "pathDescription": "Step 1: +7 = 11; Step 2: -7 = 4; Step 3: -1 = 3"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}