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.

{
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_meta": {
        "nodeId": "node-1-maze-add-easy",
        "pageNumber": 27,
        "generatedAt": "2026-03-16T15:21:32.398Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "36d1d8c192318ebb",
        "seedInput": "1|node-1-maze-add-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": "6cad3a656284bc7a"
        },
        "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 2. Follow the path: -1 → +2 → +5. What is the final value?",
            "answer": "8",
            "startValue": 2,
            "steps": [
                {
                    "op": "-",
                    "operand": 1,
                    "result": 1
                },
                {
                    "op": "+",
                    "operand": 2,
                    "result": 3
                },
                {
                    "op": "+",
                    "operand": 5,
                    "result": 8
                }
            ],
            "finalValue": 8,
            "pathDescription": "Step 1: -1 = 1; Step 2: +2 = 3; Step 3: +5 = 8"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 6. Follow the path: -2 → -1 → ×2. What is the final value?",
            "answer": "6",
            "startValue": 6,
            "steps": [
                {
                    "op": "-",
                    "operand": 2,
                    "result": 4
                },
                {
                    "op": "-",
                    "operand": 1,
                    "result": 3
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 6
                }
            ],
            "finalValue": 6,
            "pathDescription": "Step 1: -2 = 4; Step 2: -1 = 3; Step 3: ×2 = 6"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 5. Follow the path: +6 → -6 → ×4. What is the final value?",
            "answer": "20",
            "startValue": 5,
            "steps": [
                {
                    "op": "+",
                    "operand": 6,
                    "result": 11
                },
                {
                    "op": "-",
                    "operand": 6,
                    "result": 5
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 20
                }
            ],
            "finalValue": 20,
            "pathDescription": "Step 1: +6 = 11; Step 2: -6 = 5; Step 3: ×4 = 20"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 10. Follow the path: +9 → ×4 → +2. What is the final value?",
            "answer": "78",
            "startValue": 10,
            "steps": [
                {
                    "op": "+",
                    "operand": 9,
                    "result": 19
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 76
                },
                {
                    "op": "+",
                    "operand": 2,
                    "result": 78
                }
            ],
            "finalValue": 78,
            "pathDescription": "Step 1: +9 = 19; Step 2: ×4 = 76; Step 3: +2 = 78"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 8. Follow the path: +8 → +9 → -16. What is the final value?",
            "answer": "9",
            "startValue": 8,
            "steps": [
                {
                    "op": "+",
                    "operand": 8,
                    "result": 16
                },
                {
                    "op": "+",
                    "operand": 9,
                    "result": 25
                },
                {
                    "op": "-",
                    "operand": 16,
                    "result": 9
                }
            ],
            "finalValue": 9,
            "pathDescription": "Step 1: +8 = 16; Step 2: +9 = 25; Step 3: -16 = 9"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 4. Follow the path: +4 → -3 → +9. What is the final value?",
            "answer": "14",
            "startValue": 4,
            "steps": [
                {
                    "op": "+",
                    "operand": 4,
                    "result": 8
                },
                {
                    "op": "-",
                    "operand": 3,
                    "result": 5
                },
                {
                    "op": "+",
                    "operand": 9,
                    "result": 14
                }
            ],
            "finalValue": 14,
            "pathDescription": "Step 1: +4 = 8; Step 2: -3 = 5; Step 3: +9 = 14"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 8. Follow the path: -2 → +9 → +2. What is the final value?",
            "answer": "17",
            "startValue": 8,
            "steps": [
                {
                    "op": "-",
                    "operand": 2,
                    "result": 6
                },
                {
                    "op": "+",
                    "operand": 9,
                    "result": 15
                },
                {
                    "op": "+",
                    "operand": 2,
                    "result": 17
                }
            ],
            "finalValue": 17,
            "pathDescription": "Step 1: -2 = 6; Step 2: +9 = 15; Step 3: +2 = 17"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 1. Follow the path: ×2 → ×2 → +4. What is the final value?",
            "answer": "8",
            "startValue": 1,
            "steps": [
                {
                    "op": "×",
                    "operand": 2,
                    "result": 2
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 4
                },
                {
                    "op": "+",
                    "operand": 4,
                    "result": 8
                }
            ],
            "finalValue": 8,
            "pathDescription": "Step 1: ×2 = 2; Step 2: ×2 = 4; Step 3: +4 = 8"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}