B Set 35 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: ×4 → ×2 → -17 → -19 → -7. What is the final value?",
                "answer": "13",
                "startValue": 7,
                "steps": [
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 28
                    },
                    {
                        "op": "×",
                        "operand": 2,
                        "result": 56
                    },
                    {
                        "op": "-",
                        "operand": 17,
                        "result": 39
                    },
                    {
                        "op": "-",
                        "operand": 19,
                        "result": 20
                    },
                    {
                        "op": "-",
                        "operand": 7,
                        "result": 13
                    }
                ],
                "finalValue": 13,
                "pathDescription": "Step 1: ×4 = 28; Step 2: ×2 = 56; Step 3: -17 = 39; Step 4: -19 = 20; Step 5: -7 = 13"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 3. Follow the path: ×4 → ×4 → ×4 → ×2 → ×4. What is the final value?",
                "answer": "1536",
                "startValue": 3,
                "steps": [
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 12
                    },
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 48
                    },
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 192
                    },
                    {
                        "op": "×",
                        "operand": 2,
                        "result": 384
                    },
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 1536
                    }
                ],
                "finalValue": 1536,
                "pathDescription": "Step 1: ×4 = 12; Step 2: ×4 = 48; Step 3: ×4 = 192; Step 4: ×2 = 384; Step 5: ×4 = 1536"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 2. Follow the path: ×4 → -4 → +3 → +9 → +6. What is the final value?",
                "answer": "22",
                "startValue": 2,
                "steps": [
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 8
                    },
                    {
                        "op": "-",
                        "operand": 4,
                        "result": 4
                    },
                    {
                        "op": "+",
                        "operand": 3,
                        "result": 7
                    },
                    {
                        "op": "+",
                        "operand": 9,
                        "result": 16
                    },
                    {
                        "op": "+",
                        "operand": 6,
                        "result": 22
                    }
                ],
                "finalValue": 22,
                "pathDescription": "Step 1: ×4 = 8; Step 2: -4 = 4; Step 3: +3 = 7; Step 4: +9 = 16; Step 5: +6 = 22"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 3. Follow the path: ×3 → ×3 → +3 → -25 → +6. What is the final value?",
                "answer": "11",
                "startValue": 3,
                "steps": [
                    {
                        "op": "×",
                        "operand": 3,
                        "result": 9
                    },
                    {
                        "op": "×",
                        "operand": 3,
                        "result": 27
                    },
                    {
                        "op": "+",
                        "operand": 3,
                        "result": 30
                    },
                    {
                        "op": "-",
                        "operand": 25,
                        "result": 5
                    },
                    {
                        "op": "+",
                        "operand": 6,
                        "result": 11
                    }
                ],
                "finalValue": 11,
                "pathDescription": "Step 1: ×3 = 9; Step 2: ×3 = 27; Step 3: +3 = 30; Step 4: -25 = 5; Step 5: +6 = 11"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 9. Follow the path: -8 → +10 → ×2 → ×2 → ×4. What is the final value?",
                "answer": "176",
                "startValue": 9,
                "steps": [
                    {
                        "op": "-",
                        "operand": 8,
                        "result": 1
                    },
                    {
                        "op": "+",
                        "operand": 10,
                        "result": 11
                    },
                    {
                        "op": "×",
                        "operand": 2,
                        "result": 22
                    },
                    {
                        "op": "×",
                        "operand": 2,
                        "result": 44
                    },
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 176
                    }
                ],
                "finalValue": 176,
                "pathDescription": "Step 1: -8 = 1; Step 2: +10 = 11; Step 3: ×2 = 22; Step 4: ×2 = 44; Step 5: ×4 = 176"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 8. Follow the path: +4 → ×2 → -21 → ×2 → ×2. What is the final value?",
                "answer": "12",
                "startValue": 8,
                "steps": [
                    {
                        "op": "+",
                        "operand": 4,
                        "result": 12
                    },
                    {
                        "op": "×",
                        "operand": 2,
                        "result": 24
                    },
                    {
                        "op": "-",
                        "operand": 21,
                        "result": 3
                    },
                    {
                        "op": "×",
                        "operand": 2,
                        "result": 6
                    },
                    {
                        "op": "×",
                        "operand": 2,
                        "result": 12
                    }
                ],
                "finalValue": 12,
                "pathDescription": "Step 1: +4 = 12; Step 2: ×2 = 24; Step 3: -21 = 3; Step 4: ×2 = 6; Step 5: ×2 = 12"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 4. Follow the path: ×4 → +7 → ×4 → +8 → +6. What is the final value?",
                "answer": "106",
                "startValue": 4,
                "steps": [
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 16
                    },
                    {
                        "op": "+",
                        "operand": 7,
                        "result": 23
                    },
                    {
                        "op": "×",
                        "operand": 4,
                        "result": 92
                    },
                    {
                        "op": "+",
                        "operand": 8,
                        "result": 100
                    },
                    {
                        "op": "+",
                        "operand": 6,
                        "result": 106
                    }
                ],
                "finalValue": 106,
                "pathDescription": "Step 1: ×4 = 16; Step 2: +7 = 23; Step 3: ×4 = 92; Step 4: +8 = 100; Step 5: +6 = 106"
            },
            {
                "type": "math-maze",
                "subType": "math-maze",
                "difficulty": "hard",
                "question": "Math Maze: Start at 1. Follow the path: +5 → -5 → +10 → ×2 → +3. What is the final value?",
                "answer": "25",
                "startValue": 1,
                "steps": [
                    {
                        "op": "+",
                        "operand": 5,
                        "result": 6
                    },
                    {
                        "op": "-",
                        "operand": 5,
                        "result": 1
                    },
                    {
                        "op": "+",
                        "operand": 10,
                        "result": 11
                    },
                    {
                        "op": "×",
                        "operand": 2,
                        "result": 22
                    },
                    {
                        "op": "+",
                        "operand": 3,
                        "result": 25
                    }
                ],
                "finalValue": 25,
                "pathDescription": "Step 1: +5 = 6; Step 2: -5 = 1; Step 3: +10 = 11; Step 4: ×2 = 22; Step 5: +3 = 25"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}