easy Set 56 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-medium-easy",
        "pageNumber": 56,
        "generatedAt": "2026-03-16T15:22:00.088Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "d3210910f85de046",
        "seedInput": "1|node-1-leaf-math-maze-addition-medium-easy|56|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": "183ec08b8ba15656"
        },
        "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: +10 → +8 → ×2. What is the final value?",
            "answer": "42",
            "startValue": 3,
            "steps": [
                {
                    "op": "+",
                    "operand": 10,
                    "result": 13
                },
                {
                    "op": "+",
                    "operand": 8,
                    "result": 21
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 42
                }
            ],
            "finalValue": 42,
            "pathDescription": "Step 1: +10 = 13; Step 2: +8 = 21; Step 3: ×2 = 42"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 4. Follow the path: -1 → +8 → ×3. What is the final value?",
            "answer": "33",
            "startValue": 4,
            "steps": [
                {
                    "op": "-",
                    "operand": 1,
                    "result": 3
                },
                {
                    "op": "+",
                    "operand": 8,
                    "result": 11
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 33
                }
            ],
            "finalValue": 33,
            "pathDescription": "Step 1: -1 = 3; Step 2: +8 = 11; Step 3: ×3 = 33"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 4. Follow the path: +10 → -11 → +1. What is the final value?",
            "answer": "4",
            "startValue": 4,
            "steps": [
                {
                    "op": "+",
                    "operand": 10,
                    "result": 14
                },
                {
                    "op": "-",
                    "operand": 11,
                    "result": 3
                },
                {
                    "op": "+",
                    "operand": 1,
                    "result": 4
                }
            ],
            "finalValue": 4,
            "pathDescription": "Step 1: +10 = 14; Step 2: -11 = 3; Step 3: +1 = 4"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 3. Follow the path: ×3 → ×4 → -27. What is the final value?",
            "answer": "9",
            "startValue": 3,
            "steps": [
                {
                    "op": "×",
                    "operand": 3,
                    "result": 9
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 36
                },
                {
                    "op": "-",
                    "operand": 27,
                    "result": 9
                }
            ],
            "finalValue": 9,
            "pathDescription": "Step 1: ×3 = 9; Step 2: ×4 = 36; Step 3: -27 = 9"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 2. Follow the path: ×3 → ×3 → ×3. What is the final value?",
            "answer": "54",
            "startValue": 2,
            "steps": [
                {
                    "op": "×",
                    "operand": 3,
                    "result": 6
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 18
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 54
                }
            ],
            "finalValue": 54,
            "pathDescription": "Step 1: ×3 = 6; Step 2: ×3 = 18; Step 3: ×3 = 54"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 8. Follow the path: ×4 → +1 → +10. What is the final value?",
            "answer": "43",
            "startValue": 8,
            "steps": [
                {
                    "op": "×",
                    "operand": 4,
                    "result": 32
                },
                {
                    "op": "+",
                    "operand": 1,
                    "result": 33
                },
                {
                    "op": "+",
                    "operand": 10,
                    "result": 43
                }
            ],
            "finalValue": 43,
            "pathDescription": "Step 1: ×4 = 32; Step 2: +1 = 33; Step 3: +10 = 43"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 10. Follow the path: -2 → -1 → +3. What is the final value?",
            "answer": "10",
            "startValue": 10,
            "steps": [
                {
                    "op": "-",
                    "operand": 2,
                    "result": 8
                },
                {
                    "op": "-",
                    "operand": 1,
                    "result": 7
                },
                {
                    "op": "+",
                    "operand": 3,
                    "result": 10
                }
            ],
            "finalValue": 10,
            "pathDescription": "Step 1: -2 = 8; Step 2: -1 = 7; Step 3: +3 = 10"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 10. Follow the path: ×3 → +1 → +7. What is the final value?",
            "answer": "38",
            "startValue": 10,
            "steps": [
                {
                    "op": "×",
                    "operand": 3,
                    "result": 30
                },
                {
                    "op": "+",
                    "operand": 1,
                    "result": 31
                },
                {
                    "op": "+",
                    "operand": 7,
                    "result": 38
                }
            ],
            "finalValue": 38,
            "pathDescription": "Step 1: ×3 = 30; Step 2: +1 = 31; Step 3: +7 = 38"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}