B Set 75 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 7. Follow the path: +7 → +1 → +4 → ×3 → ×4. What is the final value?",
                "answer": "228",
                "startValue": 7,
                "steps": [
                    {
                        "op": "+",
                        "operand": 7,
                        "result": 14
                    },
                    {
                        "op": "+",
                        "operand": 1,
                        "result": 15
                    },
                    {
                        "op": "+",
                        "operand": 4,
                        "result": 19
                    },
                    {
                        "op": "×",
                        "operand": 3,
                        "result": 57
                    },
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 228
                    }
                ],
                "finalValue": 228,
                "pathDescription": "Step 1: +7 = 14; Step 2: +1 = 15; Step 3: +4 = 19; Step 4: ×3 = 57; Step 5: ×4 = 228"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 6. Follow the path: -4 → ×3 → ×3 → +6 → +3. What is the final value?",
                "answer": "27",
                "startValue": 6,
                "steps": [
                    {
                        "op": "-",
                        "operand": 4,
                        "result": 2
                    },
                    {
                        "op": "×",
                        "operand": 3,
                        "result": 6
                    },
                    {
                        "op": "×",
                        "operand": 3,
                        "result": 18
                    },
                    {
                        "op": "+",
                        "operand": 6,
                        "result": 24
                    },
                    {
                        "op": "+",
                        "operand": 3,
                        "result": 27
                    }
                ],
                "finalValue": 27,
                "pathDescription": "Step 1: -4 = 2; Step 2: ×3 = 6; Step 3: ×3 = 18; Step 4: +6 = 24; Step 5: +3 = 27"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 8. Follow the path: -4 → -2 → +4 → +8 → +3. What is the final value?",
                "answer": "17",
                "startValue": 8,
                "steps": [
                    {
                        "op": "-",
                        "operand": 4,
                        "result": 4
                    },
                    {
                        "op": "-",
                        "operand": 2,
                        "result": 2
                    },
                    {
                        "op": "+",
                        "operand": 4,
                        "result": 6
                    },
                    {
                        "op": "+",
                        "operand": 8,
                        "result": 14
                    },
                    {
                        "op": "+",
                        "operand": 3,
                        "result": 17
                    }
                ],
                "finalValue": 17,
                "pathDescription": "Step 1: -4 = 4; Step 2: -2 = 2; Step 3: +4 = 6; Step 4: +8 = 14; Step 5: +3 = 17"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 2. Follow the path: ×4 → ×3 → -10 → -8 → ×4. What is the final value?",
                "answer": "24",
                "startValue": 2,
                "steps": [
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 8
                    },
                    {
                        "op": "×",
                        "operand": 3,
                        "result": 24
                    },
                    {
                        "op": "-",
                        "operand": 10,
                        "result": 14
                    },
                    {
                        "op": "-",
                        "operand": 8,
                        "result": 6
                    },
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 24
                    }
                ],
                "finalValue": 24,
                "pathDescription": "Step 1: ×4 = 8; Step 2: ×3 = 24; Step 3: -10 = 14; Step 4: -8 = 6; Step 5: ×4 = 24"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 9. Follow the path: +4 → +2 → +7 → +6 → ×4. What is the final value?",
                "answer": "112",
                "startValue": 9,
                "steps": [
                    {
                        "op": "+",
                        "operand": 4,
                        "result": 13
                    },
                    {
                        "op": "+",
                        "operand": 2,
                        "result": 15
                    },
                    {
                        "op": "+",
                        "operand": 7,
                        "result": 22
                    },
                    {
                        "op": "+",
                        "operand": 6,
                        "result": 28
                    },
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 112
                    }
                ],
                "finalValue": 112,
                "pathDescription": "Step 1: +4 = 13; Step 2: +2 = 15; Step 3: +7 = 22; Step 4: +6 = 28; Step 5: ×4 = 112"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 8. Follow the path: -4 → ×4 → +7 → -19 → +10. What is the final value?",
                "answer": "14",
                "startValue": 8,
                "steps": [
                    {
                        "op": "-",
                        "operand": 4,
                        "result": 4
                    },
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 16
                    },
                    {
                        "op": "+",
                        "operand": 7,
                        "result": 23
                    },
                    {
                        "op": "-",
                        "operand": 19,
                        "result": 4
                    },
                    {
                        "op": "+",
                        "operand": 10,
                        "result": 14
                    }
                ],
                "finalValue": 14,
                "pathDescription": "Step 1: -4 = 4; Step 2: ×4 = 16; Step 3: +7 = 23; Step 4: -19 = 4; Step 5: +10 = 14"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 4. Follow the path: +6 → -4 → ×3 → -15 → -1. What is the final value?",
                "answer": "2",
                "startValue": 4,
                "steps": [
                    {
                        "op": "+",
                        "operand": 6,
                        "result": 10
                    },
                    {
                        "op": "-",
                        "operand": 4,
                        "result": 6
                    },
                    {
                        "op": "×",
                        "operand": 3,
                        "result": 18
                    },
                    {
                        "op": "-",
                        "operand": 15,
                        "result": 3
                    },
                    {
                        "op": "-",
                        "operand": 1,
                        "result": 2
                    }
                ],
                "finalValue": 2,
                "pathDescription": "Step 1: +6 = 10; Step 2: -4 = 6; Step 3: ×3 = 18; Step 4: -15 = 3; Step 5: -1 = 2"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 3. Follow the path: -1 → ×2 → -1 → +3 → ×2. What is the final value?",
                "answer": "12",
                "startValue": 3,
                "steps": [
                    {
                        "op": "-",
                        "operand": 1,
                        "result": 2
                    },
                    {
                        "op": "×",
                        "operand": 2,
                        "result": 4
                    },
                    {
                        "op": "-",
                        "operand": 1,
                        "result": 3
                    },
                    {
                        "op": "+",
                        "operand": 3,
                        "result": 6
                    },
                    {
                        "op": "×",
                        "operand": 2,
                        "result": 12
                    }
                ],
                "finalValue": 12,
                "pathDescription": "Step 1: -1 = 2; Step 2: ×2 = 4; Step 3: -1 = 3; Step 4: +3 = 6; Step 5: ×2 = 12"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}