B Set 99 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 3. Follow the path: ×3 → ×3 → ×4 → -9 → -39. What is the final value?",
                "answer": "60",
                "startValue": 3,
                "steps": [
                    {
                        "op": "×",
                        "operand": 3,
                        "result": 9
                    },
                    {
                        "op": "×",
                        "operand": 3,
                        "result": 27
                    },
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 108
                    },
                    {
                        "op": "-",
                        "operand": 9,
                        "result": 99
                    },
                    {
                        "op": "-",
                        "operand": 39,
                        "result": 60
                    }
                ],
                "finalValue": 60,
                "pathDescription": "Step 1: ×3 = 9; Step 2: ×3 = 27; Step 3: ×4 = 108; Step 4: -9 = 99; Step 5: -39 = 60"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 5. Follow the path: ×2 → ×4 → +5 → +8 → ×4. What is the final value?",
                "answer": "212",
                "startValue": 5,
                "steps": [
                    {
                        "op": "×",
                        "operand": 2,
                        "result": 10
                    },
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 40
                    },
                    {
                        "op": "+",
                        "operand": 5,
                        "result": 45
                    },
                    {
                        "op": "+",
                        "operand": 8,
                        "result": 53
                    },
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 212
                    }
                ],
                "finalValue": 212,
                "pathDescription": "Step 1: ×2 = 10; Step 2: ×4 = 40; Step 3: +5 = 45; Step 4: +8 = 53; Step 5: ×4 = 212"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 6. Follow the path: ×3 → ×2 → +6 → +1 → ×3. What is the final value?",
                "answer": "129",
                "startValue": 6,
                "steps": [
                    {
                        "op": "×",
                        "operand": 3,
                        "result": 18
                    },
                    {
                        "op": "×",
                        "operand": 2,
                        "result": 36
                    },
                    {
                        "op": "+",
                        "operand": 6,
                        "result": 42
                    },
                    {
                        "op": "+",
                        "operand": 1,
                        "result": 43
                    },
                    {
                        "op": "×",
                        "operand": 3,
                        "result": 129
                    }
                ],
                "finalValue": 129,
                "pathDescription": "Step 1: ×3 = 18; Step 2: ×2 = 36; Step 3: +6 = 42; Step 4: +1 = 43; Step 5: ×3 = 129"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 9. Follow the path: +3 → ×2 → ×4 → +3 → ×4. What is the final value?",
                "answer": "396",
                "startValue": 9,
                "steps": [
                    {
                        "op": "+",
                        "operand": 3,
                        "result": 12
                    },
                    {
                        "op": "×",
                        "operand": 2,
                        "result": 24
                    },
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 96
                    },
                    {
                        "op": "+",
                        "operand": 3,
                        "result": 99
                    },
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 396
                    }
                ],
                "finalValue": 396,
                "pathDescription": "Step 1: +3 = 12; Step 2: ×2 = 24; Step 3: ×4 = 96; Step 4: +3 = 99; Step 5: ×4 = 396"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 3. Follow the path: +2 → -2 → +6 → ×4 → -3. What is the final value?",
                "answer": "33",
                "startValue": 3,
                "steps": [
                    {
                        "op": "+",
                        "operand": 2,
                        "result": 5
                    },
                    {
                        "op": "-",
                        "operand": 2,
                        "result": 3
                    },
                    {
                        "op": "+",
                        "operand": 6,
                        "result": 9
                    },
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 36
                    },
                    {
                        "op": "-",
                        "operand": 3,
                        "result": 33
                    }
                ],
                "finalValue": 33,
                "pathDescription": "Step 1: +2 = 5; Step 2: -2 = 3; Step 3: +6 = 9; Step 4: ×4 = 36; Step 5: -3 = 33"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 9. Follow the path: ×2 → +10 → +9 → -19 → ×3. What is the final value?",
                "answer": "54",
                "startValue": 9,
                "steps": [
                    {
                        "op": "×",
                        "operand": 2,
                        "result": 18
                    },
                    {
                        "op": "+",
                        "operand": 10,
                        "result": 28
                    },
                    {
                        "op": "+",
                        "operand": 9,
                        "result": 37
                    },
                    {
                        "op": "-",
                        "operand": 19,
                        "result": 18
                    },
                    {
                        "op": "×",
                        "operand": 3,
                        "result": 54
                    }
                ],
                "finalValue": 54,
                "pathDescription": "Step 1: ×2 = 18; Step 2: +10 = 28; Step 3: +9 = 37; Step 4: -19 = 18; Step 5: ×3 = 54"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 4. Follow the path: ×4 → ×3 → -44 → +10 → ×4. What is the final value?",
                "answer": "56",
                "startValue": 4,
                "steps": [
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 16
                    },
                    {
                        "op": "×",
                        "operand": 3,
                        "result": 48
                    },
                    {
                        "op": "-",
                        "operand": 44,
                        "result": 4
                    },
                    {
                        "op": "+",
                        "operand": 10,
                        "result": 14
                    },
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 56
                    }
                ],
                "finalValue": 56,
                "pathDescription": "Step 1: ×4 = 16; Step 2: ×3 = 48; Step 3: -44 = 4; Step 4: +10 = 14; Step 5: ×4 = 56"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 5. Follow the path: -1 → -2 → +8 → ×4 → +3. What is the final value?",
                "answer": "43",
                "startValue": 5,
                "steps": [
                    {
                        "op": "-",
                        "operand": 1,
                        "result": 4
                    },
                    {
                        "op": "-",
                        "operand": 2,
                        "result": 2
                    },
                    {
                        "op": "+",
                        "operand": 8,
                        "result": 10
                    },
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 40
                    },
                    {
                        "op": "+",
                        "operand": 3,
                        "result": 43
                    }
                ],
                "finalValue": 43,
                "pathDescription": "Step 1: -1 = 4; Step 2: -2 = 2; Step 3: +8 = 10; Step 4: ×4 = 40; Step 5: +3 = 43"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}