B Set 61 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 8. Follow the path: ×3 → ×4 → -57 → ×3 → +10. What is the final value?",
                "answer": "127",
                "startValue": 8,
                "steps": [
                    {
                        "op": "×",
                        "operand": 3,
                        "result": 24
                    },
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 96
                    },
                    {
                        "op": "-",
                        "operand": 57,
                        "result": 39
                    },
                    {
                        "op": "×",
                        "operand": 3,
                        "result": 117
                    },
                    {
                        "op": "+",
                        "operand": 10,
                        "result": 127
                    }
                ],
                "finalValue": 127,
                "pathDescription": "Step 1: ×3 = 24; Step 2: ×4 = 96; Step 3: -57 = 39; Step 4: ×3 = 117; Step 5: +10 = 127"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 9. Follow the path: ×4 → -23 → -7 → ×2 → ×3. What is the final value?",
                "answer": "36",
                "startValue": 9,
                "steps": [
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 36
                    },
                    {
                        "op": "-",
                        "operand": 23,
                        "result": 13
                    },
                    {
                        "op": "-",
                        "operand": 7,
                        "result": 6
                    },
                    {
                        "op": "×",
                        "operand": 2,
                        "result": 12
                    },
                    {
                        "op": "×",
                        "operand": 3,
                        "result": 36
                    }
                ],
                "finalValue": 36,
                "pathDescription": "Step 1: ×4 = 36; Step 2: -23 = 13; Step 3: -7 = 6; Step 4: ×2 = 12; Step 5: ×3 = 36"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 4. Follow the path: +5 → ×4 → +5 → ×2 → -8. What is the final value?",
                "answer": "74",
                "startValue": 4,
                "steps": [
                    {
                        "op": "+",
                        "operand": 5,
                        "result": 9
                    },
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 36
                    },
                    {
                        "op": "+",
                        "operand": 5,
                        "result": 41
                    },
                    {
                        "op": "×",
                        "operand": 2,
                        "result": 82
                    },
                    {
                        "op": "-",
                        "operand": 8,
                        "result": 74
                    }
                ],
                "finalValue": 74,
                "pathDescription": "Step 1: +5 = 9; Step 2: ×4 = 36; Step 3: +5 = 41; Step 4: ×2 = 82; Step 5: -8 = 74"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 5. Follow the path: ×4 → -5 → +9 → +8 → ×3. What is the final value?",
                "answer": "96",
                "startValue": 5,
                "steps": [
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 20
                    },
                    {
                        "op": "-",
                        "operand": 5,
                        "result": 15
                    },
                    {
                        "op": "+",
                        "operand": 9,
                        "result": 24
                    },
                    {
                        "op": "+",
                        "operand": 8,
                        "result": 32
                    },
                    {
                        "op": "×",
                        "operand": 3,
                        "result": 96
                    }
                ],
                "finalValue": 96,
                "pathDescription": "Step 1: ×4 = 20; Step 2: -5 = 15; Step 3: +9 = 24; Step 4: +8 = 32; Step 5: ×3 = 96"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 3. Follow the path: -2 → +4 → -3 → +10 → +10. What is the final value?",
                "answer": "22",
                "startValue": 3,
                "steps": [
                    {
                        "op": "-",
                        "operand": 2,
                        "result": 1
                    },
                    {
                        "op": "+",
                        "operand": 4,
                        "result": 5
                    },
                    {
                        "op": "-",
                        "operand": 3,
                        "result": 2
                    },
                    {
                        "op": "+",
                        "operand": 10,
                        "result": 12
                    },
                    {
                        "op": "+",
                        "operand": 10,
                        "result": 22
                    }
                ],
                "finalValue": 22,
                "pathDescription": "Step 1: -2 = 1; Step 2: +4 = 5; Step 3: -3 = 2; Step 4: +10 = 12; Step 5: +10 = 22"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 7. Follow the path: ×4 → ×2 → +8 → +4 → ×2. What is the final value?",
                "answer": "136",
                "startValue": 7,
                "steps": [
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 28
                    },
                    {
                        "op": "×",
                        "operand": 2,
                        "result": 56
                    },
                    {
                        "op": "+",
                        "operand": 8,
                        "result": 64
                    },
                    {
                        "op": "+",
                        "operand": 4,
                        "result": 68
                    },
                    {
                        "op": "×",
                        "operand": 2,
                        "result": 136
                    }
                ],
                "finalValue": 136,
                "pathDescription": "Step 1: ×4 = 28; Step 2: ×2 = 56; Step 3: +8 = 64; Step 4: +4 = 68; Step 5: ×2 = 136"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 2. Follow the path: +10 → -11 → +5 → ×4 → -12. What is the final value?",
                "answer": "12",
                "startValue": 2,
                "steps": [
                    {
                        "op": "+",
                        "operand": 10,
                        "result": 12
                    },
                    {
                        "op": "-",
                        "operand": 11,
                        "result": 1
                    },
                    {
                        "op": "+",
                        "operand": 5,
                        "result": 6
                    },
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 24
                    },
                    {
                        "op": "-",
                        "operand": 12,
                        "result": 12
                    }
                ],
                "finalValue": 12,
                "pathDescription": "Step 1: +10 = 12; Step 2: -11 = 1; Step 3: +5 = 6; Step 4: ×4 = 24; Step 5: -12 = 12"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 3. Follow the path: +8 → ×4 → ×2 → ×4 → ×2. What is the final value?",
                "answer": "704",
                "startValue": 3,
                "steps": [
                    {
                        "op": "+",
                        "operand": 8,
                        "result": 11
                    },
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 44
                    },
                    {
                        "op": "×",
                        "operand": 2,
                        "result": 88
                    },
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 352
                    },
                    {
                        "op": "×",
                        "operand": 2,
                        "result": 704
                    }
                ],
                "finalValue": 704,
                "pathDescription": "Step 1: +8 = 11; Step 2: ×4 = 44; Step 3: ×2 = 88; Step 4: ×4 = 352; Step 5: ×2 = 704"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}