easy Set 59 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": 59,
        "generatedAt": "2026-03-16T15:21:32.401Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "9a872cde2150a1be",
        "seedInput": "1|node-1-maze-add-easy|59|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": "9783c24be0cb052d"
        },
        "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: ×3 → -1 → ×3. What is the final value?",
            "answer": "24",
            "startValue": 3,
            "steps": [
                {
                    "op": "×",
                    "operand": 3,
                    "result": 9
                },
                {
                    "op": "-",
                    "operand": 1,
                    "result": 8
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 24
                }
            ],
            "finalValue": 24,
            "pathDescription": "Step 1: ×3 = 9; Step 2: -1 = 8; Step 3: ×3 = 24"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 5. Follow the path: +5 → ×3 → ×4. What is the final value?",
            "answer": "120",
            "startValue": 5,
            "steps": [
                {
                    "op": "+",
                    "operand": 5,
                    "result": 10
                },
                {
                    "op": "×",
                    "operand": 3,
                    "result": 30
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 120
                }
            ],
            "finalValue": 120,
            "pathDescription": "Step 1: +5 = 10; Step 2: ×3 = 30; Step 3: ×4 = 120"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 6. Follow the path: +6 → -2 → -2. What is the final value?",
            "answer": "8",
            "startValue": 6,
            "steps": [
                {
                    "op": "+",
                    "operand": 6,
                    "result": 12
                },
                {
                    "op": "-",
                    "operand": 2,
                    "result": 10
                },
                {
                    "op": "-",
                    "operand": 2,
                    "result": 8
                }
            ],
            "finalValue": 8,
            "pathDescription": "Step 1: +6 = 12; Step 2: -2 = 10; Step 3: -2 = 8"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 5. Follow the path: ×2 → -7 → ×4. What is the final value?",
            "answer": "12",
            "startValue": 5,
            "steps": [
                {
                    "op": "×",
                    "operand": 2,
                    "result": 10
                },
                {
                    "op": "-",
                    "operand": 7,
                    "result": 3
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 12
                }
            ],
            "finalValue": 12,
            "pathDescription": "Step 1: ×2 = 10; Step 2: -7 = 3; Step 3: ×4 = 12"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 10. Follow the path: -6 → ×4 → -9. What is the final value?",
            "answer": "7",
            "startValue": 10,
            "steps": [
                {
                    "op": "-",
                    "operand": 6,
                    "result": 4
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 16
                },
                {
                    "op": "-",
                    "operand": 9,
                    "result": 7
                }
            ],
            "finalValue": 7,
            "pathDescription": "Step 1: -6 = 4; Step 2: ×4 = 16; Step 3: -9 = 7"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 7. Follow the path: ×3 → ×4 → -37. What is the final value?",
            "answer": "47",
            "startValue": 7,
            "steps": [
                {
                    "op": "×",
                    "operand": 3,
                    "result": 21
                },
                {
                    "op": "×",
                    "operand": 4,
                    "result": 84
                },
                {
                    "op": "-",
                    "operand": 37,
                    "result": 47
                }
            ],
            "finalValue": 47,
            "pathDescription": "Step 1: ×3 = 21; Step 2: ×4 = 84; Step 3: -37 = 47"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 10. Follow the path: -3 → -5 → -1. What is the final value?",
            "answer": "1",
            "startValue": 10,
            "steps": [
                {
                    "op": "-",
                    "operand": 3,
                    "result": 7
                },
                {
                    "op": "-",
                    "operand": 5,
                    "result": 2
                },
                {
                    "op": "-",
                    "operand": 1,
                    "result": 1
                }
            ],
            "finalValue": 1,
            "pathDescription": "Step 1: -3 = 7; Step 2: -5 = 2; Step 3: -1 = 1"
        },
        {
            "type": "math-maze",
            "subType": "math-maze",
            "difficulty": "easy",
            "question": "Math Maze: Start at 6. Follow the path: ×3 → -15 → +1. What is the final value?",
            "answer": "4",
            "startValue": 6,
            "steps": [
                {
                    "op": "×",
                    "operand": 3,
                    "result": 18
                },
                {
                    "op": "-",
                    "operand": 15,
                    "result": 3
                },
                {
                    "op": "+",
                    "operand": 1,
                    "result": 4
                }
            ],
            "finalValue": 4,
            "pathDescription": "Step 1: ×3 = 18; Step 2: -15 = 3; Step 3: +1 = 4"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}