hard Set 14 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-mixed-medium-hard",
        "pageNumber": 14,
        "generatedAt": "2026-03-16T15:22:00.832Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "59af7484693c54b4",
        "seedInput": "1|node-1-leaf-math-maze-mixed-medium-hard|14|1.0.0|",
        "schemaVersion": "2.0.0",
        "mathTemplateId": null,
        "archetype": "form-exercise",
        "siteId": 1
    },
    "semantics": {
        "solvability": {
            "isDeterministic": true,
            "solutionCount": 1
        },
        "difficulty": {
            "declaredLevel": "hard",
            "computedScore": 26,
            "metrics": {
                "problemCount": 8,
                "operation": "math-maze",
                "digits": 2,
                "regrouping": false
            }
        },
        "diversity": {
            "structuralHash": "547a4e6270e51d63b23b982097aa8386",
            "contentFingerprint": "880d78d15b1c7d04"
        },
        "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": "hard",
    "config": {
        "difficulty": "hard",
        "maxNumber": 10
    },
    "problems": [
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 6. Follow the path: ×3 → ×4 → ×3 → +1 → ×3. What is the final value?",
            "answer": "651",
            "startValue": 6,
            "steps": [
                {
                    "op": "×",
                    "operand": 3,
                    "result": 18
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 72
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 216
                },
                {
                    "op": "+",
                    "operand": 1,
                    "result": 217
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 651
                }
            ],
            "finalValue": 651,
            "pathDescription": "Step 1: ×3 = 18; Step 2: ×4 = 72; Step 3: ×3 = 216; Step 4: +1 = 217; Step 5: ×3 = 651"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 5. Follow the path: +4 → ×3 → ×2 → ×4 → +7. What is the final value?",
            "answer": "223",
            "startValue": 5,
            "steps": [
                {
                    "op": "+",
                    "operand": 4,
                    "result": 9
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 27
                },
                {
                    "op": "×",
                    "operand": 2,
                    "result": 54
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 216
                },
                {
                    "op": "+",
                    "operand": 7,
                    "result": 223
                }
            ],
            "finalValue": 223,
            "pathDescription": "Step 1: +4 = 9; Step 2: ×3 = 27; Step 3: ×2 = 54; Step 4: ×4 = 216; Step 5: +7 = 223"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 8. Follow the path: ×2 → ×3 → -19 → ×4 → +6. What is the final value?",
            "answer": "122",
            "startValue": 8,
            "steps": [
                {
                    "op": "×",
                    "operand": 2,
                    "result": 16
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 48
                },
                {
                    "op": "-",
                    "operand": 19,
                    "result": 29
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 116
                },
                {
                    "op": "+",
                    "operand": 6,
                    "result": 122
                }
            ],
            "finalValue": 122,
            "pathDescription": "Step 1: ×2 = 16; Step 2: ×3 = 48; Step 3: -19 = 29; Step 4: ×4 = 116; Step 5: +6 = 122"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 2. Follow the path: +6 → +9 → +1 → ×3 → ×4. What is the final value?",
            "answer": "216",
            "startValue": 2,
            "steps": [
                {
                    "op": "+",
                    "operand": 6,
                    "result": 8
                },
                {
                    "op": "+",
                    "operand": 9,
                    "result": 17
                },
                {
                    "op": "+",
                    "operand": 1,
                    "result": 18
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 54
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 216
                }
            ],
            "finalValue": 216,
            "pathDescription": "Step 1: +6 = 8; Step 2: +9 = 17; Step 3: +1 = 18; Step 4: ×3 = 54; Step 5: ×4 = 216"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 10. Follow the path: -8 → -1 → +2 → +1 → +5. What is the final value?",
            "answer": "9",
            "startValue": 10,
            "steps": [
                {
                    "op": "-",
                    "operand": 8,
                    "result": 2
                },
                {
                    "op": "-",
                    "operand": 1,
                    "result": 1
                },
                {
                    "op": "+",
                    "operand": 2,
                    "result": 3
                },
                {
                    "op": "+",
                    "operand": 1,
                    "result": 4
                },
                {
                    "op": "+",
                    "operand": 5,
                    "result": 9
                }
            ],
            "finalValue": 9,
            "pathDescription": "Step 1: -8 = 2; Step 2: -1 = 1; Step 3: +2 = 3; Step 4: +1 = 4; Step 5: +5 = 9"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 6. Follow the path: +5 → +8 → ×3 → +1 → ×4. What is the final value?",
            "answer": "232",
            "startValue": 6,
            "steps": [
                {
                    "op": "+",
                    "operand": 5,
                    "result": 11
                },
                {
                    "op": "+",
                    "operand": 8,
                    "result": 19
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 57
                },
                {
                    "op": "+",
                    "operand": 1,
                    "result": 58
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 232
                }
            ],
            "finalValue": 232,
            "pathDescription": "Step 1: +5 = 11; Step 2: +8 = 19; Step 3: ×3 = 57; Step 4: +1 = 58; Step 5: ×4 = 232"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 10. Follow the path: +5 → +3 → +6 → +3 → -17. What is the final value?",
            "answer": "10",
            "startValue": 10,
            "steps": [
                {
                    "op": "+",
                    "operand": 5,
                    "result": 15
                },
                {
                    "op": "+",
                    "operand": 3,
                    "result": 18
                },
                {
                    "op": "+",
                    "operand": 6,
                    "result": 24
                },
                {
                    "op": "+",
                    "operand": 3,
                    "result": 27
                },
                {
                    "op": "-",
                    "operand": 17,
                    "result": 10
                }
            ],
            "finalValue": 10,
            "pathDescription": "Step 1: +5 = 15; Step 2: +3 = 18; Step 3: +6 = 24; Step 4: +3 = 27; Step 5: -17 = 10"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "hard",
            "question": "Math Maze: Start at 3. Follow the path: -1 → -1 → +3 → -2 → -1. What is the final value?",
            "answer": "1",
            "startValue": 3,
            "steps": [
                {
                    "op": "-",
                    "operand": 1,
                    "result": 2
                },
                {
                    "op": "-",
                    "operand": 1,
                    "result": 1
                },
                {
                    "op": "+",
                    "operand": 3,
                    "result": 4
                },
                {
                    "op": "-",
                    "operand": 2,
                    "result": 2
                },
                {
                    "op": "-",
                    "operand": 1,
                    "result": 1
                }
            ],
            "finalValue": 1,
            "pathDescription": "Step 1: -1 = 2; Step 2: -1 = 1; Step 3: +3 = 4; Step 4: -2 = 2; Step 5: -1 = 1"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}