hard Set 2 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": 2,
        "generatedAt": "2026-03-01T01:52:02.351Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "14489524059870032681",
        "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": "8ebe8ecda7966282308f3a021d4b1595ac561d1a6b4473c3efeb44d6057c2478",
        "fallbackReason": null
    },
    "title": "form-exercise set 2",
    "operation": "math-maze",
    "subject": "arithmetic",
    "difficulty": "hard",
    "config": {
        "maxNumber": 10,
        "regrouping": false,
        "operation": "mixed",
        "operations": [
            "+",
            "-",
            "×",
            "÷"
        ],
        "difficulty": "hard"
    },
    "problems": [
        {
            "id": 1,
            "type": "math-maze",
            "startValue": 6,
            "steps": [
                {
                    "op": "+",
                    "value": 10,
                    "result": 16
                },
                {
                    "op": "+",
                    "value": 10,
                    "result": 26
                },
                {
                    "op": "×",
                    "value": 3,
                    "result": 78
                },
                {
                    "op": "+",
                    "value": 20,
                    "result": 98
                }
            ],
            "forks": [
                {
                    "correct": 16,
                    "wrong": 14,
                    "options": [
                        16,
                        14
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 10
                },
                {
                    "correct": 26,
                    "wrong": 23,
                    "options": [
                        23,
                        26
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 10
                },
                {
                    "correct": 78,
                    "wrong": 73,
                    "options": [
                        78,
                        73
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 3
                },
                {
                    "correct": 98,
                    "wrong": 95,
                    "options": [
                        98,
                        95
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 20
                }
            ],
            "answer": 98,
            "correctAnswer": "98",
            "question": "Start at 6. Follow the path: +10, +10, ×3, +20. What is the final answer?"
        },
        {
            "id": 2,
            "type": "math-maze",
            "startValue": 8,
            "steps": [
                {
                    "op": "+",
                    "value": 1,
                    "result": 9
                },
                {
                    "op": "×",
                    "value": 3,
                    "result": 27
                },
                {
                    "op": "-",
                    "value": 2,
                    "result": 25
                },
                {
                    "op": "+",
                    "value": 5,
                    "result": 30
                }
            ],
            "forks": [
                {
                    "correct": 9,
                    "wrong": 11,
                    "options": [
                        11,
                        9
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 1
                },
                {
                    "correct": 27,
                    "wrong": 25,
                    "options": [
                        27,
                        25
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 3
                },
                {
                    "correct": 25,
                    "wrong": 23,
                    "options": [
                        23,
                        25
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 2
                },
                {
                    "correct": 30,
                    "wrong": 33,
                    "options": [
                        30,
                        33
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 5
                }
            ],
            "answer": 30,
            "correctAnswer": "30",
            "question": "Start at 8. Follow the path: +1, ×3, -2, +5. What is the final answer?"
        },
        {
            "id": 3,
            "type": "math-maze",
            "startValue": 33,
            "steps": [
                {
                    "op": "-",
                    "value": 16,
                    "result": 17
                },
                {
                    "op": "+",
                    "value": 16,
                    "result": 33
                },
                {
                    "op": "+",
                    "value": 6,
                    "result": 39
                },
                {
                    "op": "-",
                    "value": 12,
                    "result": 27
                }
            ],
            "forks": [
                {
                    "correct": 17,
                    "wrong": 22,
                    "options": [
                        17,
                        22
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 16
                },
                {
                    "correct": 33,
                    "wrong": 28,
                    "options": [
                        28,
                        33
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 16
                },
                {
                    "correct": 39,
                    "wrong": 43,
                    "options": [
                        43,
                        39
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 6
                },
                {
                    "correct": 27,
                    "wrong": 22,
                    "options": [
                        27,
                        22
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 12
                }
            ],
            "answer": 27,
            "correctAnswer": "27",
            "question": "Start at 33. Follow the path: -16, +16, +6, -12. What is the final answer?"
        },
        {
            "id": 4,
            "type": "math-maze",
            "startValue": 2,
            "steps": [
                {
                    "op": "÷",
                    "value": 2,
                    "result": 1
                },
                {
                    "op": "+",
                    "value": 18,
                    "result": 19
                },
                {
                    "op": "×",
                    "value": 3,
                    "result": 57
                },
                {
                    "op": "+",
                    "value": 3,
                    "result": 60
                }
            ],
            "forks": [
                {
                    "correct": 1,
                    "wrong": 1,
                    "options": [
                        1,
                        1
                    ],
                    "correctIndex": 0,
                    "op": "÷",
                    "value": 2
                },
                {
                    "correct": 19,
                    "wrong": 18,
                    "options": [
                        19,
                        18
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 18
                },
                {
                    "correct": 57,
                    "wrong": 60,
                    "options": [
                        60,
                        57
                    ],
                    "correctIndex": 1,
                    "op": "×",
                    "value": 3
                },
                {
                    "correct": 60,
                    "wrong": 64,
                    "options": [
                        64,
                        60
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 3
                }
            ],
            "answer": 60,
            "correctAnswer": "60",
            "question": "Start at 2. Follow the path: ÷2, +18, ×3, +3. What is the final answer?"
        },
        {
            "id": 5,
            "type": "math-maze",
            "startValue": 36,
            "steps": [
                {
                    "op": "+",
                    "value": 9,
                    "result": 45
                },
                {
                    "op": "+",
                    "value": 15,
                    "result": 60
                },
                {
                    "op": "÷",
                    "value": 6,
                    "result": 10
                },
                {
                    "op": "÷",
                    "value": 5,
                    "result": 2
                }
            ],
            "forks": [
                {
                    "correct": 45,
                    "wrong": 41,
                    "options": [
                        45,
                        41
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 9
                },
                {
                    "correct": 60,
                    "wrong": 58,
                    "options": [
                        60,
                        58
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 15
                },
                {
                    "correct": 10,
                    "wrong": 5,
                    "options": [
                        5,
                        10
                    ],
                    "correctIndex": 1,
                    "op": "÷",
                    "value": 6
                },
                {
                    "correct": 2,
                    "wrong": 1,
                    "options": [
                        1,
                        2
                    ],
                    "correctIndex": 1,
                    "op": "÷",
                    "value": 5
                }
            ],
            "answer": 2,
            "correctAnswer": "2",
            "question": "Start at 36. Follow the path: +9, +15, ÷6, ÷5. What is the final answer?"
        },
        {
            "id": 6,
            "type": "math-maze",
            "startValue": 35,
            "steps": [
                {
                    "op": "÷",
                    "value": 5,
                    "result": 7
                },
                {
                    "op": "×",
                    "value": 3,
                    "result": 21
                },
                {
                    "op": "÷",
                    "value": 3,
                    "result": 7
                },
                {
                    "op": "+",
                    "value": 18,
                    "result": 25
                }
            ],
            "forks": [
                {
                    "correct": 7,
                    "wrong": 2,
                    "options": [
                        2,
                        7
                    ],
                    "correctIndex": 1,
                    "op": "÷",
                    "value": 5
                },
                {
                    "correct": 21,
                    "wrong": 22,
                    "options": [
                        22,
                        21
                    ],
                    "correctIndex": 1,
                    "op": "×",
                    "value": 3
                },
                {
                    "correct": 7,
                    "wrong": 11,
                    "options": [
                        7,
                        11
                    ],
                    "correctIndex": 0,
                    "op": "÷",
                    "value": 3
                },
                {
                    "correct": 25,
                    "wrong": 21,
                    "options": [
                        21,
                        25
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 18
                }
            ],
            "answer": 25,
            "correctAnswer": "25",
            "question": "Start at 35. Follow the path: ÷5, ×3, ÷3, +18. What is the final answer?"
        },
        {
            "id": 7,
            "type": "math-maze",
            "startValue": 4,
            "steps": [
                {
                    "op": "×",
                    "value": 2,
                    "result": 8
                },
                {
                    "op": "×",
                    "value": 2,
                    "result": 16
                },
                {
                    "op": "÷",
                    "value": 2,
                    "result": 8
                },
                {
                    "op": "÷",
                    "value": 2,
                    "result": 4
                }
            ],
            "forks": [
                {
                    "correct": 8,
                    "wrong": 6,
                    "options": [
                        8,
                        6
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 2
                },
                {
                    "correct": 16,
                    "wrong": 21,
                    "options": [
                        16,
                        21
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 2
                },
                {
                    "correct": 8,
                    "wrong": 3,
                    "options": [
                        8,
                        3
                    ],
                    "correctIndex": 0,
                    "op": "÷",
                    "value": 2
                },
                {
                    "correct": 4,
                    "wrong": 5,
                    "options": [
                        4,
                        5
                    ],
                    "correctIndex": 0,
                    "op": "÷",
                    "value": 2
                }
            ],
            "answer": 4,
            "correctAnswer": "4",
            "question": "Start at 4. Follow the path: ×2, ×2, ÷2, ÷2. What is the final answer?"
        },
        {
            "id": 8,
            "type": "math-maze",
            "startValue": 38,
            "steps": [
                {
                    "op": "-",
                    "value": 7,
                    "result": 31
                },
                {
                    "op": "-",
                    "value": 9,
                    "result": 22
                },
                {
                    "op": "+",
                    "value": 13,
                    "result": 35
                },
                {
                    "op": "÷",
                    "value": 7,
                    "result": 5
                }
            ],
            "forks": [
                {
                    "correct": 31,
                    "wrong": 35,
                    "options": [
                        35,
                        31
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 7
                },
                {
                    "correct": 22,
                    "wrong": 23,
                    "options": [
                        22,
                        23
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 9
                },
                {
                    "correct": 35,
                    "wrong": 40,
                    "options": [
                        35,
                        40
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 13
                },
                {
                    "correct": 5,
                    "wrong": 10,
                    "options": [
                        5,
                        10
                    ],
                    "correctIndex": 0,
                    "op": "÷",
                    "value": 7
                }
            ],
            "answer": 5,
            "correctAnswer": "5",
            "question": "Start at 38. Follow the path: -7, -9, +13, ÷7. What is the final answer?"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": null,
    "_generatorId": null
}