medium Set 99 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": 99,
        "generatedAt": "2026-03-16T15:21:32.438Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "9cf3b3cc53834414",
        "seedInput": "1|node-1-maze-sub-medium|99|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": "4d8ab8b000349386"
        },
        "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 9. Follow the path: +1 → -7 → -1 → +2. What is the final value?",
            "answer": "4",
            "startValue": 9,
            "steps": [
                {
                    "op": "+",
                    "operand": 1,
                    "result": 10
                },
                {
                    "op": "-",
                    "operand": 7,
                    "result": 3
                },
                {
                    "op": "-",
                    "operand": 1,
                    "result": 2
                },
                {
                    "op": "+",
                    "operand": 2,
                    "result": 4
                }
            ],
            "finalValue": 4,
            "pathDescription": "Step 1: +1 = 10; Step 2: -7 = 3; Step 3: -1 = 2; Step 4: +2 = 4"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "medium",
            "question": "Math Maze: Start at 3. Follow the path: +5 → +7 → +3 → +3. What is the final value?",
            "answer": "21",
            "startValue": 3,
            "steps": [
                {
                    "op": "+",
                    "operand": 5,
                    "result": 8
                },
                {
                    "op": "+",
                    "operand": 7,
                    "result": 15
                },
                {
                    "op": "+",
                    "operand": 3,
                    "result": 18
                },
                {
                    "op": "+",
                    "operand": 3,
                    "result": 21
                }
            ],
            "finalValue": 21,
            "pathDescription": "Step 1: +5 = 8; Step 2: +7 = 15; Step 3: +3 = 18; Step 4: +3 = 21"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "medium",
            "question": "Math Maze: Start at 10. Follow the path: +8 → ×2 → +1 → -8. What is the final value?",
            "answer": "29",
            "startValue": 10,
            "steps": [
                {
                    "op": "+",
                    "operand": 8,
                    "result": 18
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 36
                },
                {
                    "op": "+",
                    "operand": 1,
                    "result": 37
                },
                {
                    "op": "-",
                    "operand": 8,
                    "result": 29
                }
            ],
            "finalValue": 29,
            "pathDescription": "Step 1: +8 = 18; Step 2: ×2 = 36; Step 3: +1 = 37; Step 4: -8 = 29"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "medium",
            "question": "Math Maze: Start at 2. Follow the path: +7 → +2 → -2 → ×2. What is the final value?",
            "answer": "18",
            "startValue": 2,
            "steps": [
                {
                    "op": "+",
                    "operand": 7,
                    "result": 9
                },
                {
                    "op": "+",
                    "operand": 2,
                    "result": 11
                },
                {
                    "op": "-",
                    "operand": 2,
                    "result": 9
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 18
                }
            ],
            "finalValue": 18,
            "pathDescription": "Step 1: +7 = 9; Step 2: +2 = 11; Step 3: -2 = 9; Step 4: ×2 = 18"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "medium",
            "question": "Math Maze: Start at 9. Follow the path: ×4 → -3 → -20 → ×2. What is the final value?",
            "answer": "26",
            "startValue": 9,
            "steps": [
                {
                    "op": "×",
                    "operand": 4,
                    "result": 36
                },
                {
                    "op": "-",
                    "operand": 3,
                    "result": 33
                },
                {
                    "op": "-",
                    "operand": 20,
                    "result": 13
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 26
                }
            ],
            "finalValue": 26,
            "pathDescription": "Step 1: ×4 = 36; Step 2: -3 = 33; Step 3: -20 = 13; Step 4: ×2 = 26"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "medium",
            "question": "Math Maze: Start at 6. Follow the path: +7 → +10 → +10 → +10. What is the final value?",
            "answer": "43",
            "startValue": 6,
            "steps": [
                {
                    "op": "+",
                    "operand": 7,
                    "result": 13
                },
                {
                    "op": "+",
                    "operand": 10,
                    "result": 23
                },
                {
                    "op": "+",
                    "operand": 10,
                    "result": 33
                },
                {
                    "op": "+",
                    "operand": 10,
                    "result": 43
                }
            ],
            "finalValue": 43,
            "pathDescription": "Step 1: +7 = 13; Step 2: +10 = 23; Step 3: +10 = 33; Step 4: +10 = 43"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "medium",
            "question": "Math Maze: Start at 4. Follow the path: ×3 → +4 → ×2 → +6. What is the final value?",
            "answer": "38",
            "startValue": 4,
            "steps": [
                {
                    "op": "×",
                    "operand": 3,
                    "result": 12
                },
                {
                    "op": "+",
                    "operand": 4,
                    "result": 16
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 32
                },
                {
                    "op": "+",
                    "operand": 6,
                    "result": 38
                }
            ],
            "finalValue": 38,
            "pathDescription": "Step 1: ×3 = 12; Step 2: +4 = 16; Step 3: ×2 = 32; Step 4: +6 = 38"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "medium",
            "question": "Math Maze: Start at 8. Follow the path: -2 → ×4 → +9 → +8. What is the final value?",
            "answer": "41",
            "startValue": 8,
            "steps": [
                {
                    "op": "-",
                    "operand": 2,
                    "result": 6
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 24
                },
                {
                    "op": "+",
                    "operand": 9,
                    "result": 33
                },
                {
                    "op": "+",
                    "operand": 8,
                    "result": 41
                }
            ],
            "finalValue": 41,
            "pathDescription": "Step 1: -2 = 6; Step 2: ×4 = 24; Step 3: +9 = 33; Step 4: +8 = 41"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}