B Set 43 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 4. Follow the path: -3 → ×3 → ×2 → +3 → +7. What is the final value?",
                "answer": "16",
                "startValue": 4,
                "steps": [
                    {
                        "op": "-",
                        "operand": 3,
                        "result": 1
                    },
                    {
                        "op": "×",
                        "operand": 3,
                        "result": 3
                    },
                    {
                        "op": "×",
                        "operand": 2,
                        "result": 6
                    },
                    {
                        "op": "+",
                        "operand": 3,
                        "result": 9
                    },
                    {
                        "op": "+",
                        "operand": 7,
                        "result": 16
                    }
                ],
                "finalValue": 16,
                "pathDescription": "Step 1: -3 = 1; Step 2: ×3 = 3; Step 3: ×2 = 6; Step 4: +3 = 9; Step 5: +7 = 16"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 5. Follow the path: +9 → ×4 → -7 → ×3 → ×3. What is the final value?",
                "answer": "441",
                "startValue": 5,
                "steps": [
                    {
                        "op": "+",
                        "operand": 9,
                        "result": 14
                    },
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 56
                    },
                    {
                        "op": "-",
                        "operand": 7,
                        "result": 49
                    },
                    {
                        "op": "×",
                        "operand": 3,
                        "result": 147
                    },
                    {
                        "op": "×",
                        "operand": 3,
                        "result": 441
                    }
                ],
                "finalValue": 441,
                "pathDescription": "Step 1: +9 = 14; Step 2: ×4 = 56; Step 3: -7 = 49; Step 4: ×3 = 147; Step 5: ×3 = 441"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 9. Follow the path: +5 → +10 → +6 → -9 → -12. What is the final value?",
                "answer": "9",
                "startValue": 9,
                "steps": [
                    {
                        "op": "+",
                        "operand": 5,
                        "result": 14
                    },
                    {
                        "op": "+",
                        "operand": 10,
                        "result": 24
                    },
                    {
                        "op": "+",
                        "operand": 6,
                        "result": 30
                    },
                    {
                        "op": "-",
                        "operand": 9,
                        "result": 21
                    },
                    {
                        "op": "-",
                        "operand": 12,
                        "result": 9
                    }
                ],
                "finalValue": 9,
                "pathDescription": "Step 1: +5 = 14; Step 2: +10 = 24; Step 3: +6 = 30; Step 4: -9 = 21; Step 5: -12 = 9"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 5. Follow the path: ×3 → -9 → -1 → -4 → +4. What is the final value?",
                "answer": "5",
                "startValue": 5,
                "steps": [
                    {
                        "op": "×",
                        "operand": 3,
                        "result": 15
                    },
                    {
                        "op": "-",
                        "operand": 9,
                        "result": 6
                    },
                    {
                        "op": "-",
                        "operand": 1,
                        "result": 5
                    },
                    {
                        "op": "-",
                        "operand": 4,
                        "result": 1
                    },
                    {
                        "op": "+",
                        "operand": 4,
                        "result": 5
                    }
                ],
                "finalValue": 5,
                "pathDescription": "Step 1: ×3 = 15; Step 2: -9 = 6; Step 3: -1 = 5; Step 4: -4 = 1; Step 5: +4 = 5"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 6. Follow the path: +8 → -6 → ×3 → +6 → ×4. What is the final value?",
                "answer": "120",
                "startValue": 6,
                "steps": [
                    {
                        "op": "+",
                        "operand": 8,
                        "result": 14
                    },
                    {
                        "op": "-",
                        "operand": 6,
                        "result": 8
                    },
                    {
                        "op": "×",
                        "operand": 3,
                        "result": 24
                    },
                    {
                        "op": "+",
                        "operand": 6,
                        "result": 30
                    },
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 120
                    }
                ],
                "finalValue": 120,
                "pathDescription": "Step 1: +8 = 14; Step 2: -6 = 8; Step 3: ×3 = 24; Step 4: +6 = 30; Step 5: ×4 = 120"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 9. Follow the path: +7 → -10 → ×2 → ×2 → -19. What is the final value?",
                "answer": "5",
                "startValue": 9,
                "steps": [
                    {
                        "op": "+",
                        "operand": 7,
                        "result": 16
                    },
                    {
                        "op": "-",
                        "operand": 10,
                        "result": 6
                    },
                    {
                        "op": "×",
                        "operand": 2,
                        "result": 12
                    },
                    {
                        "op": "×",
                        "operand": 2,
                        "result": 24
                    },
                    {
                        "op": "-",
                        "operand": 19,
                        "result": 5
                    }
                ],
                "finalValue": 5,
                "pathDescription": "Step 1: +7 = 16; Step 2: -10 = 6; Step 3: ×2 = 12; Step 4: ×2 = 24; Step 5: -19 = 5"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 4. Follow the path: -3 → +6 → +3 → +9 → -10. What is the final value?",
                "answer": "9",
                "startValue": 4,
                "steps": [
                    {
                        "op": "-",
                        "operand": 3,
                        "result": 1
                    },
                    {
                        "op": "+",
                        "operand": 6,
                        "result": 7
                    },
                    {
                        "op": "+",
                        "operand": 3,
                        "result": 10
                    },
                    {
                        "op": "+",
                        "operand": 9,
                        "result": 19
                    },
                    {
                        "op": "-",
                        "operand": 10,
                        "result": 9
                    }
                ],
                "finalValue": 9,
                "pathDescription": "Step 1: -3 = 1; Step 2: +6 = 7; Step 3: +3 = 10; Step 4: +9 = 19; Step 5: -10 = 9"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 6. Follow the path: +2 → -5 → ×3 → ×2 → +2. What is the final value?",
                "answer": "20",
                "startValue": 6,
                "steps": [
                    {
                        "op": "+",
                        "operand": 2,
                        "result": 8
                    },
                    {
                        "op": "-",
                        "operand": 5,
                        "result": 3
                    },
                    {
                        "op": "×",
                        "operand": 3,
                        "result": 9
                    },
                    {
                        "op": "×",
                        "operand": 2,
                        "result": 18
                    },
                    {
                        "op": "+",
                        "operand": 2,
                        "result": 20
                    }
                ],
                "finalValue": 20,
                "pathDescription": "Step 1: +2 = 8; Step 2: -5 = 3; Step 3: ×3 = 9; Step 4: ×2 = 18; Step 5: +2 = 20"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}