medium Set 83 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-sub-medium",
        "pageNumber": 83,
        "generatedAt": "2026-03-16T15:21:32.437Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "fd7b8cf51397b283",
        "seedInput": "1|node-1-maze-sub-medium|83|1.0.0|",
        "schemaVersion": "2.0.0",
        "mathTemplateId": null,
        "archetype": "form-exercise",
        "siteId": 1
    },
    "semantics": {
        "solvability": {
            "isDeterministic": true,
            "solutionCount": 1
        },
        "difficulty": {
            "declaredLevel": "medium",
            "computedScore": 26,
            "metrics": {
                "problemCount": 8,
                "operation": "math-maze",
                "digits": 2,
                "regrouping": false
            }
        },
        "diversity": {
            "structuralHash": "547a4e6270e51d63b23b982097aa8386",
            "contentFingerprint": "d65d83563f27cdc3"
        },
        "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": "medium",
    "config": {
        "difficulty": "medium",
        "maxNumber": 10
    },
    "problems": [
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "medium",
            "question": "Math Maze: Start at 10. Follow the path: -3 → ×3 → +5 → +10. What is the final value?",
            "answer": "36",
            "startValue": 10,
            "steps": [
                {
                    "op": "-",
                    "operand": 3,
                    "result": 7
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 21
                },
                {
                    "op": "+",
                    "operand": 5,
                    "result": 26
                },
                {
                    "op": "+",
                    "operand": 10,
                    "result": 36
                }
            ],
            "finalValue": 36,
            "pathDescription": "Step 1: -3 = 7; Step 2: ×3 = 21; Step 3: +5 = 26; Step 4: +10 = 36"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "medium",
            "question": "Math Maze: Start at 4. Follow the path: ×4 → -8 → +1 → -5. What is the final value?",
            "answer": "4",
            "startValue": 4,
            "steps": [
                {
                    "op": "×",
                    "operand": 4,
                    "result": 16
                },
                {
                    "op": "-",
                    "operand": 8,
                    "result": 8
                },
                {
                    "op": "+",
                    "operand": 1,
                    "result": 9
                },
                {
                    "op": "-",
                    "operand": 5,
                    "result": 4
                }
            ],
            "finalValue": 4,
            "pathDescription": "Step 1: ×4 = 16; Step 2: -8 = 8; Step 3: +1 = 9; Step 4: -5 = 4"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "medium",
            "question": "Math Maze: Start at 4. Follow the path: +7 → -1 → +7 → ×2. What is the final value?",
            "answer": "34",
            "startValue": 4,
            "steps": [
                {
                    "op": "+",
                    "operand": 7,
                    "result": 11
                },
                {
                    "op": "-",
                    "operand": 1,
                    "result": 10
                },
                {
                    "op": "+",
                    "operand": 7,
                    "result": 17
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 34
                }
            ],
            "finalValue": 34,
            "pathDescription": "Step 1: +7 = 11; Step 2: -1 = 10; Step 3: +7 = 17; Step 4: ×2 = 34"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "medium",
            "question": "Math Maze: Start at 5. Follow the path: -2 → ×3 → +3 → +6. What is the final value?",
            "answer": "18",
            "startValue": 5,
            "steps": [
                {
                    "op": "-",
                    "operand": 2,
                    "result": 3
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 9
                },
                {
                    "op": "+",
                    "operand": 3,
                    "result": 12
                },
                {
                    "op": "+",
                    "operand": 6,
                    "result": 18
                }
            ],
            "finalValue": 18,
            "pathDescription": "Step 1: -2 = 3; Step 2: ×3 = 9; Step 3: +3 = 12; Step 4: +6 = 18"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "medium",
            "question": "Math Maze: Start at 8. Follow the path: +9 → ×2 → +5 → -30. What is the final value?",
            "answer": "9",
            "startValue": 8,
            "steps": [
                {
                    "op": "+",
                    "operand": 9,
                    "result": 17
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 34
                },
                {
                    "op": "+",
                    "operand": 5,
                    "result": 39
                },
                {
                    "op": "-",
                    "operand": 30,
                    "result": 9
                }
            ],
            "finalValue": 9,
            "pathDescription": "Step 1: +9 = 17; Step 2: ×2 = 34; Step 3: +5 = 39; Step 4: -30 = 9"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "medium",
            "question": "Math Maze: Start at 9. Follow the path: +1 → +9 → +9 → +10. What is the final value?",
            "answer": "38",
            "startValue": 9,
            "steps": [
                {
                    "op": "+",
                    "operand": 1,
                    "result": 10
                },
                {
                    "op": "+",
                    "operand": 9,
                    "result": 19
                },
                {
                    "op": "+",
                    "operand": 9,
                    "result": 28
                },
                {
                    "op": "+",
                    "operand": 10,
                    "result": 38
                }
            ],
            "finalValue": 38,
            "pathDescription": "Step 1: +1 = 10; Step 2: +9 = 19; Step 3: +9 = 28; Step 4: +10 = 38"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "medium",
            "question": "Math Maze: Start at 7. Follow the path: +9 → -5 → -1 → ×3. What is the final value?",
            "answer": "30",
            "startValue": 7,
            "steps": [
                {
                    "op": "+",
                    "operand": 9,
                    "result": 16
                },
                {
                    "op": "-",
                    "operand": 5,
                    "result": 11
                },
                {
                    "op": "-",
                    "operand": 1,
                    "result": 10
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 30
                }
            ],
            "finalValue": 30,
            "pathDescription": "Step 1: +9 = 16; Step 2: -5 = 11; Step 3: -1 = 10; Step 4: ×3 = 30"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "medium",
            "question": "Math Maze: Start at 5. Follow the path: +6 → +3 → +1 → -14. What is the final value?",
            "answer": "1",
            "startValue": 5,
            "steps": [
                {
                    "op": "+",
                    "operand": 6,
                    "result": 11
                },
                {
                    "op": "+",
                    "operand": 3,
                    "result": 14
                },
                {
                    "op": "+",
                    "operand": 1,
                    "result": 15
                },
                {
                    "op": "-",
                    "operand": 14,
                    "result": 1
                }
            ],
            "finalValue": 1,
            "pathDescription": "Step 1: +6 = 11; Step 2: +3 = 14; Step 3: +1 = 15; Step 4: -14 = 1"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}