hard Set 8 Unknown

This page uses a content type that does not have a custom renderer yet. Raw structured data is shown below.

{
    "_meta": {
        "schemaVersion": "2.0.0",
        "nodeId": "node-1-leaf-math-maze-mixed-medium-hard",
        "pageNumber": 8,
        "generatedAt": "2026-03-01T01:52:02.352Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "5402818095502920635",
        "resolvedParams": {
            "expectedPuzzleSize": null,
            "expectedSize": null,
            "expectedDifficulty": "hard",
            "expectedVariant": null,
            "displayDifficulty": "hard",
            "theme": null,
            "contentType": "maze",
            "source": {
                "puzzleSize": "config",
                "size": "config",
                "difficulty": "slug",
                "variant": "config"
            }
        },
        "contractVersion": "1.0",
        "canonicalVersion": "2.0",
        "archetype": "form-exercise",
        "contentHash": "a2a8d707bb8e5e2970ee8950dcdd1cf1dff2df8cc545b0cef56989372c645ff9",
        "fallbackReason": null
    },
    "title": "form-exercise set 8",
    "operation": "math-maze",
    "subject": "arithmetic",
    "difficulty": "hard",
    "config": {
        "maxNumber": 10,
        "regrouping": false,
        "operation": "mixed",
        "operations": [
            "+",
            "-",
            "×",
            "÷"
        ],
        "difficulty": "hard"
    },
    "problems": [
        {
            "id": 1,
            "type": "math-maze",
            "startValue": 39,
            "steps": [
                {
                    "op": "÷",
                    "value": 3,
                    "result": 13
                },
                {
                    "op": "-",
                    "value": 5,
                    "result": 8
                },
                {
                    "op": "×",
                    "value": 4,
                    "result": 32
                },
                {
                    "op": "+",
                    "value": 12,
                    "result": 44
                }
            ],
            "forks": [
                {
                    "correct": 13,
                    "wrong": 15,
                    "options": [
                        13,
                        15
                    ],
                    "correctIndex": 0,
                    "op": "÷",
                    "value": 3
                },
                {
                    "correct": 8,
                    "wrong": 6,
                    "options": [
                        8,
                        6
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 5
                },
                {
                    "correct": 32,
                    "wrong": 27,
                    "options": [
                        32,
                        27
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 4
                },
                {
                    "correct": 44,
                    "wrong": 40,
                    "options": [
                        40,
                        44
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 12
                }
            ],
            "answer": 44,
            "correctAnswer": "44",
            "question": "Start at 39. Follow the path: ÷3, -5, ×4, +12. What is the final answer?"
        },
        {
            "id": 2,
            "type": "math-maze",
            "startValue": 6,
            "steps": [
                {
                    "op": "-",
                    "value": 3,
                    "result": 3
                },
                {
                    "op": "-",
                    "value": 1,
                    "result": 2
                },
                {
                    "op": "+",
                    "value": 10,
                    "result": 12
                },
                {
                    "op": "÷",
                    "value": 4,
                    "result": 3
                }
            ],
            "forks": [
                {
                    "correct": 3,
                    "wrong": 2,
                    "options": [
                        2,
                        3
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 3
                },
                {
                    "correct": 2,
                    "wrong": 4,
                    "options": [
                        4,
                        2
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 1
                },
                {
                    "correct": 12,
                    "wrong": 15,
                    "options": [
                        15,
                        12
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 10
                },
                {
                    "correct": 3,
                    "wrong": 7,
                    "options": [
                        7,
                        3
                    ],
                    "correctIndex": 1,
                    "op": "÷",
                    "value": 4
                }
            ],
            "answer": 3,
            "correctAnswer": "3",
            "question": "Start at 6. Follow the path: -3, -1, +10, ÷4. What is the final answer?"
        },
        {
            "id": 3,
            "type": "math-maze",
            "startValue": 35,
            "steps": [
                {
                    "op": "+",
                    "value": 2,
                    "result": 37
                },
                {
                    "op": "-",
                    "value": 1,
                    "result": 36
                },
                {
                    "op": "×",
                    "value": 2,
                    "result": 72
                },
                {
                    "op": "÷",
                    "value": 8,
                    "result": 9
                }
            ],
            "forks": [
                {
                    "correct": 37,
                    "wrong": 41,
                    "options": [
                        37,
                        41
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 2
                },
                {
                    "correct": 36,
                    "wrong": 32,
                    "options": [
                        32,
                        36
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 1
                },
                {
                    "correct": 72,
                    "wrong": 71,
                    "options": [
                        71,
                        72
                    ],
                    "correctIndex": 1,
                    "op": "×",
                    "value": 2
                },
                {
                    "correct": 9,
                    "wrong": 6,
                    "options": [
                        9,
                        6
                    ],
                    "correctIndex": 0,
                    "op": "÷",
                    "value": 8
                }
            ],
            "answer": 9,
            "correctAnswer": "9",
            "question": "Start at 35. Follow the path: +2, -1, ×2, ÷8. What is the final answer?"
        },
        {
            "id": 4,
            "type": "math-maze",
            "startValue": 23,
            "steps": [
                {
                    "op": "-",
                    "value": 20,
                    "result": 3
                },
                {
                    "op": "×",
                    "value": 2,
                    "result": 6
                },
                {
                    "op": "+",
                    "value": 10,
                    "result": 16
                },
                {
                    "op": "+",
                    "value": 12,
                    "result": 28
                }
            ],
            "forks": [
                {
                    "correct": 3,
                    "wrong": 5,
                    "options": [
                        3,
                        5
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 20
                },
                {
                    "correct": 6,
                    "wrong": 7,
                    "options": [
                        6,
                        7
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 2
                },
                {
                    "correct": 16,
                    "wrong": 14,
                    "options": [
                        14,
                        16
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 10
                },
                {
                    "correct": 28,
                    "wrong": 24,
                    "options": [
                        28,
                        24
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 12
                }
            ],
            "answer": 28,
            "correctAnswer": "28",
            "question": "Start at 23. Follow the path: -20, ×2, +10, +12. What is the final answer?"
        },
        {
            "id": 5,
            "type": "math-maze",
            "startValue": 17,
            "steps": [
                {
                    "op": "+",
                    "value": 2,
                    "result": 19
                },
                {
                    "op": "×",
                    "value": 3,
                    "result": 57
                },
                {
                    "op": "×",
                    "value": 2,
                    "result": 114
                },
                {
                    "op": "-",
                    "value": 5,
                    "result": 109
                }
            ],
            "forks": [
                {
                    "correct": 19,
                    "wrong": 16,
                    "options": [
                        16,
                        19
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 2
                },
                {
                    "correct": 57,
                    "wrong": 53,
                    "options": [
                        53,
                        57
                    ],
                    "correctIndex": 1,
                    "op": "×",
                    "value": 3
                },
                {
                    "correct": 114,
                    "wrong": 109,
                    "options": [
                        109,
                        114
                    ],
                    "correctIndex": 1,
                    "op": "×",
                    "value": 2
                },
                {
                    "correct": 109,
                    "wrong": 107,
                    "options": [
                        107,
                        109
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 5
                }
            ],
            "answer": 109,
            "correctAnswer": "109",
            "question": "Start at 17. Follow the path: +2, ×3, ×2, -5. What is the final answer?"
        },
        {
            "id": 6,
            "type": "math-maze",
            "startValue": 6,
            "steps": [
                {
                    "op": "÷",
                    "value": 3,
                    "result": 2
                },
                {
                    "op": "×",
                    "value": 4,
                    "result": 8
                },
                {
                    "op": "+",
                    "value": 6,
                    "result": 14
                },
                {
                    "op": "+",
                    "value": 7,
                    "result": 21
                }
            ],
            "forks": [
                {
                    "correct": 2,
                    "wrong": 1,
                    "options": [
                        1,
                        2
                    ],
                    "correctIndex": 1,
                    "op": "÷",
                    "value": 3
                },
                {
                    "correct": 8,
                    "wrong": 9,
                    "options": [
                        8,
                        9
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 4
                },
                {
                    "correct": 14,
                    "wrong": 13,
                    "options": [
                        13,
                        14
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 6
                },
                {
                    "correct": 21,
                    "wrong": 18,
                    "options": [
                        18,
                        21
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 7
                }
            ],
            "answer": 21,
            "correctAnswer": "21",
            "question": "Start at 6. Follow the path: ÷3, ×4, +6, +7. What is the final answer?"
        },
        {
            "id": 7,
            "type": "math-maze",
            "startValue": 34,
            "steps": [
                {
                    "op": "-",
                    "value": 8,
                    "result": 26
                },
                {
                    "op": "÷",
                    "value": 2,
                    "result": 13
                },
                {
                    "op": "×",
                    "value": 4,
                    "result": 52
                },
                {
                    "op": "-",
                    "value": 19,
                    "result": 33
                }
            ],
            "forks": [
                {
                    "correct": 26,
                    "wrong": 30,
                    "options": [
                        30,
                        26
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 8
                },
                {
                    "correct": 13,
                    "wrong": 16,
                    "options": [
                        13,
                        16
                    ],
                    "correctIndex": 0,
                    "op": "÷",
                    "value": 2
                },
                {
                    "correct": 52,
                    "wrong": 57,
                    "options": [
                        57,
                        52
                    ],
                    "correctIndex": 1,
                    "op": "×",
                    "value": 4
                },
                {
                    "correct": 33,
                    "wrong": 28,
                    "options": [
                        33,
                        28
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 19
                }
            ],
            "answer": 33,
            "correctAnswer": "33",
            "question": "Start at 34. Follow the path: -8, ÷2, ×4, -19. What is the final answer?"
        },
        {
            "id": 8,
            "type": "math-maze",
            "startValue": 36,
            "steps": [
                {
                    "op": "+",
                    "value": 8,
                    "result": 44
                },
                {
                    "op": "+",
                    "value": 8,
                    "result": 52
                },
                {
                    "op": "-",
                    "value": 16,
                    "result": 36
                },
                {
                    "op": "+",
                    "value": 5,
                    "result": 41
                }
            ],
            "forks": [
                {
                    "correct": 44,
                    "wrong": 49,
                    "options": [
                        49,
                        44
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 8
                },
                {
                    "correct": 52,
                    "wrong": 50,
                    "options": [
                        50,
                        52
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 8
                },
                {
                    "correct": 36,
                    "wrong": 37,
                    "options": [
                        37,
                        36
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 16
                },
                {
                    "correct": 41,
                    "wrong": 44,
                    "options": [
                        41,
                        44
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 5
                }
            ],
            "answer": 41,
            "correctAnswer": "41",
            "question": "Start at 36. Follow the path: +8, +8, -16, +5. What is the final answer?"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": null,
    "_generatorId": null
}