B Set 65 Unknown

This page uses a content type that does not have a custom renderer yet. Raw structured data is shown below.

{
    "contentData": {
        "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 5. Follow the path: ×3 → +6 → +2 → -8 → +1. What is the final value?",
                "answer": "16",
                "startValue": 5,
                "steps": [
                    {
                        "op": "×",
                        "operand": 3,
                        "result": 15
                    },
                    {
                        "op": "+",
                        "operand": 6,
                        "result": 21
                    },
                    {
                        "op": "+",
                        "operand": 2,
                        "result": 23
                    },
                    {
                        "op": "-",
                        "operand": 8,
                        "result": 15
                    },
                    {
                        "op": "+",
                        "operand": 1,
                        "result": 16
                    }
                ],
                "finalValue": 16,
                "pathDescription": "Step 1: ×3 = 15; Step 2: +6 = 21; Step 3: +2 = 23; Step 4: -8 = 15; Step 5: +1 = 16"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 3. Follow the path: -2 → +9 → -6 → ×4 → -15. What is the final value?",
                "answer": "1",
                "startValue": 3,
                "steps": [
                    {
                        "op": "-",
                        "operand": 2,
                        "result": 1
                    },
                    {
                        "op": "+",
                        "operand": 9,
                        "result": 10
                    },
                    {
                        "op": "-",
                        "operand": 6,
                        "result": 4
                    },
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 16
                    },
                    {
                        "op": "-",
                        "operand": 15,
                        "result": 1
                    }
                ],
                "finalValue": 1,
                "pathDescription": "Step 1: -2 = 1; Step 2: +9 = 10; Step 3: -6 = 4; Step 4: ×4 = 16; Step 5: -15 = 1"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 3. Follow the path: ×4 → -7 → -1 → +1 → ×3. What is the final value?",
                "answer": "15",
                "startValue": 3,
                "steps": [
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 12
                    },
                    {
                        "op": "-",
                        "operand": 7,
                        "result": 5
                    },
                    {
                        "op": "-",
                        "operand": 1,
                        "result": 4
                    },
                    {
                        "op": "+",
                        "operand": 1,
                        "result": 5
                    },
                    {
                        "op": "×",
                        "operand": 3,
                        "result": 15
                    }
                ],
                "finalValue": 15,
                "pathDescription": "Step 1: ×4 = 12; Step 2: -7 = 5; Step 3: -1 = 4; Step 4: +1 = 5; Step 5: ×3 = 15"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 3. Follow the path: ×4 → +3 → +3 → ×3 → -4. What is the final value?",
                "answer": "50",
                "startValue": 3,
                "steps": [
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 12
                    },
                    {
                        "op": "+",
                        "operand": 3,
                        "result": 15
                    },
                    {
                        "op": "+",
                        "operand": 3,
                        "result": 18
                    },
                    {
                        "op": "×",
                        "operand": 3,
                        "result": 54
                    },
                    {
                        "op": "-",
                        "operand": 4,
                        "result": 50
                    }
                ],
                "finalValue": 50,
                "pathDescription": "Step 1: ×4 = 12; Step 2: +3 = 15; Step 3: +3 = 18; Step 4: ×3 = 54; Step 5: -4 = 50"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 7. Follow the path: ×4 → ×4 → -106 → -3 → +9. What is the final value?",
                "answer": "12",
                "startValue": 7,
                "steps": [
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 28
                    },
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 112
                    },
                    {
                        "op": "-",
                        "operand": 106,
                        "result": 6
                    },
                    {
                        "op": "-",
                        "operand": 3,
                        "result": 3
                    },
                    {
                        "op": "+",
                        "operand": 9,
                        "result": 12
                    }
                ],
                "finalValue": 12,
                "pathDescription": "Step 1: ×4 = 28; Step 2: ×4 = 112; Step 3: -106 = 6; Step 4: -3 = 3; Step 5: +9 = 12"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 6. Follow the path: +7 → -12 → ×4 → ×4 → +8. What is the final value?",
                "answer": "24",
                "startValue": 6,
                "steps": [
                    {
                        "op": "+",
                        "operand": 7,
                        "result": 13
                    },
                    {
                        "op": "-",
                        "operand": 12,
                        "result": 1
                    },
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 4
                    },
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 16
                    },
                    {
                        "op": "+",
                        "operand": 8,
                        "result": 24
                    }
                ],
                "finalValue": 24,
                "pathDescription": "Step 1: +7 = 13; Step 2: -12 = 1; Step 3: ×4 = 4; Step 4: ×4 = 16; Step 5: +8 = 24"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 2. Follow the path: ×4 → ×2 → +4 → +2 → ×3. What is the final value?",
                "answer": "66",
                "startValue": 2,
                "steps": [
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 8
                    },
                    {
                        "op": "×",
                        "operand": 2,
                        "result": 16
                    },
                    {
                        "op": "+",
                        "operand": 4,
                        "result": 20
                    },
                    {
                        "op": "+",
                        "operand": 2,
                        "result": 22
                    },
                    {
                        "op": "×",
                        "operand": 3,
                        "result": 66
                    }
                ],
                "finalValue": 66,
                "pathDescription": "Step 1: ×4 = 8; Step 2: ×2 = 16; Step 3: +4 = 20; Step 4: +2 = 22; Step 5: ×3 = 66"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 1. Follow the path: +1 → ×4 → ×3 → -13 → -10. What is the final value?",
                "answer": "1",
                "startValue": 1,
                "steps": [
                    {
                        "op": "+",
                        "operand": 1,
                        "result": 2
                    },
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 8
                    },
                    {
                        "op": "×",
                        "operand": 3,
                        "result": 24
                    },
                    {
                        "op": "-",
                        "operand": 13,
                        "result": 11
                    },
                    {
                        "op": "-",
                        "operand": 10,
                        "result": 1
                    }
                ],
                "finalValue": 1,
                "pathDescription": "Step 1: +1 = 2; Step 2: ×4 = 8; Step 3: ×3 = 24; Step 4: -13 = 11; Step 5: -10 = 1"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}