hard Set 6 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-maze-mul-hard",
        "pageNumber": 6,
        "generatedAt": "2026-03-01T01:52:10.905Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "2785919344568053940",
        "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": "62eac700c73403acf9b7759da24717e7437899c7fb39fe168d8c038d1ef1d68f",
        "fallbackReason": null
    },
    "title": "form-exercise set 6",
    "operation": "math-maze",
    "subject": "arithmetic",
    "difficulty": "hard",
    "config": {
        "difficulty": "hard",
        "maxNumber": 10
    },
    "problems": [
        {
            "id": 1,
            "type": "math-maze",
            "startValue": 12,
            "steps": [
                {
                    "op": "-",
                    "value": 2,
                    "result": 10
                },
                {
                    "op": "+",
                    "value": 4,
                    "result": 14
                },
                {
                    "op": "-",
                    "value": 2,
                    "result": 12
                },
                {
                    "op": "-",
                    "value": 11,
                    "result": 1
                }
            ],
            "forks": [
                {
                    "correct": 10,
                    "wrong": 8,
                    "options": [
                        8,
                        10
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 2
                },
                {
                    "correct": 14,
                    "wrong": 19,
                    "options": [
                        19,
                        14
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 4
                },
                {
                    "correct": 12,
                    "wrong": 10,
                    "options": [
                        10,
                        12
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 2
                },
                {
                    "correct": 1,
                    "wrong": 1,
                    "options": [
                        1,
                        1
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 11
                }
            ],
            "answer": 1,
            "correctAnswer": "1",
            "question": "Start at 12. Follow the path: -2, +4, -2, -11. What is the final answer?"
        },
        {
            "id": 2,
            "type": "math-maze",
            "startValue": 23,
            "steps": [
                {
                    "op": "-",
                    "value": 18,
                    "result": 5
                },
                {
                    "op": "×",
                    "value": 3,
                    "result": 15
                },
                {
                    "op": "×",
                    "value": 2,
                    "result": 30
                },
                {
                    "op": "×",
                    "value": 3,
                    "result": 90
                }
            ],
            "forks": [
                {
                    "correct": 5,
                    "wrong": 8,
                    "options": [
                        8,
                        5
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 18
                },
                {
                    "correct": 15,
                    "wrong": 16,
                    "options": [
                        15,
                        16
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 3
                },
                {
                    "correct": 30,
                    "wrong": 28,
                    "options": [
                        28,
                        30
                    ],
                    "correctIndex": 1,
                    "op": "×",
                    "value": 2
                },
                {
                    "correct": 90,
                    "wrong": 87,
                    "options": [
                        90,
                        87
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 3
                }
            ],
            "answer": 90,
            "correctAnswer": "90",
            "question": "Start at 23. Follow the path: -18, ×3, ×2, ×3. What is the final answer?"
        },
        {
            "id": 3,
            "type": "math-maze",
            "startValue": 17,
            "steps": [
                {
                    "op": "+",
                    "value": 16,
                    "result": 33
                },
                {
                    "op": "÷",
                    "value": 3,
                    "result": 11
                },
                {
                    "op": "+",
                    "value": 20,
                    "result": 31
                },
                {
                    "op": "×",
                    "value": 4,
                    "result": 124
                }
            ],
            "forks": [
                {
                    "correct": 33,
                    "wrong": 36,
                    "options": [
                        36,
                        33
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 16
                },
                {
                    "correct": 11,
                    "wrong": 8,
                    "options": [
                        11,
                        8
                    ],
                    "correctIndex": 0,
                    "op": "÷",
                    "value": 3
                },
                {
                    "correct": 31,
                    "wrong": 36,
                    "options": [
                        36,
                        31
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 20
                },
                {
                    "correct": 124,
                    "wrong": 120,
                    "options": [
                        124,
                        120
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 4
                }
            ],
            "answer": 124,
            "correctAnswer": "124",
            "question": "Start at 17. Follow the path: +16, ÷3, +20, ×4. What is the final answer?"
        },
        {
            "id": 4,
            "type": "math-maze",
            "startValue": 25,
            "steps": [
                {
                    "op": "+",
                    "value": 18,
                    "result": 43
                },
                {
                    "op": "-",
                    "value": 11,
                    "result": 32
                },
                {
                    "op": "+",
                    "value": 1,
                    "result": 33
                },
                {
                    "op": "÷",
                    "value": 3,
                    "result": 11
                }
            ],
            "forks": [
                {
                    "correct": 43,
                    "wrong": 46,
                    "options": [
                        43,
                        46
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 18
                },
                {
                    "correct": 32,
                    "wrong": 33,
                    "options": [
                        32,
                        33
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 11
                },
                {
                    "correct": 33,
                    "wrong": 38,
                    "options": [
                        38,
                        33
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 1
                },
                {
                    "correct": 11,
                    "wrong": 10,
                    "options": [
                        11,
                        10
                    ],
                    "correctIndex": 0,
                    "op": "÷",
                    "value": 3
                }
            ],
            "answer": 11,
            "correctAnswer": "11",
            "question": "Start at 25. Follow the path: +18, -11, +1, ÷3. What is the final answer?"
        },
        {
            "id": 5,
            "type": "math-maze",
            "startValue": 15,
            "steps": [
                {
                    "op": "+",
                    "value": 13,
                    "result": 28
                },
                {
                    "op": "-",
                    "value": 11,
                    "result": 17
                },
                {
                    "op": "×",
                    "value": 2,
                    "result": 34
                },
                {
                    "op": "+",
                    "value": 11,
                    "result": 45
                }
            ],
            "forks": [
                {
                    "correct": 28,
                    "wrong": 25,
                    "options": [
                        25,
                        28
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 13
                },
                {
                    "correct": 17,
                    "wrong": 14,
                    "options": [
                        17,
                        14
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 11
                },
                {
                    "correct": 34,
                    "wrong": 30,
                    "options": [
                        34,
                        30
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 2
                },
                {
                    "correct": 45,
                    "wrong": 44,
                    "options": [
                        45,
                        44
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 11
                }
            ],
            "answer": 45,
            "correctAnswer": "45",
            "question": "Start at 15. Follow the path: +13, -11, ×2, +11. What is the final answer?"
        },
        {
            "id": 6,
            "type": "math-maze",
            "startValue": 32,
            "steps": [
                {
                    "op": "+",
                    "value": 8,
                    "result": 40
                },
                {
                    "op": "-",
                    "value": 8,
                    "result": 32
                },
                {
                    "op": "+",
                    "value": 3,
                    "result": 35
                },
                {
                    "op": "×",
                    "value": 3,
                    "result": 105
                }
            ],
            "forks": [
                {
                    "correct": 40,
                    "wrong": 37,
                    "options": [
                        37,
                        40
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 8
                },
                {
                    "correct": 32,
                    "wrong": 36,
                    "options": [
                        36,
                        32
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 8
                },
                {
                    "correct": 35,
                    "wrong": 37,
                    "options": [
                        35,
                        37
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 3
                },
                {
                    "correct": 105,
                    "wrong": 104,
                    "options": [
                        104,
                        105
                    ],
                    "correctIndex": 1,
                    "op": "×",
                    "value": 3
                }
            ],
            "answer": 105,
            "correctAnswer": "105",
            "question": "Start at 32. Follow the path: +8, -8, +3, ×3. What is the final answer?"
        },
        {
            "id": 7,
            "type": "math-maze",
            "startValue": 2,
            "steps": [
                {
                    "op": "-",
                    "value": 1,
                    "result": 1
                },
                {
                    "op": "+",
                    "value": 16,
                    "result": 17
                },
                {
                    "op": "×",
                    "value": 3,
                    "result": 51
                },
                {
                    "op": "+",
                    "value": 13,
                    "result": 64
                }
            ],
            "forks": [
                {
                    "correct": 1,
                    "wrong": 1,
                    "options": [
                        1,
                        1
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 1
                },
                {
                    "correct": 17,
                    "wrong": 20,
                    "options": [
                        20,
                        17
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 16
                },
                {
                    "correct": 51,
                    "wrong": 54,
                    "options": [
                        54,
                        51
                    ],
                    "correctIndex": 1,
                    "op": "×",
                    "value": 3
                },
                {
                    "correct": 64,
                    "wrong": 69,
                    "options": [
                        64,
                        69
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 13
                }
            ],
            "answer": 64,
            "correctAnswer": "64",
            "question": "Start at 2. Follow the path: -1, +16, ×3, +13. What is the final answer?"
        },
        {
            "id": 8,
            "type": "math-maze",
            "startValue": 18,
            "steps": [
                {
                    "op": "×",
                    "value": 2,
                    "result": 36
                },
                {
                    "op": "-",
                    "value": 16,
                    "result": 20
                },
                {
                    "op": "×",
                    "value": 3,
                    "result": 60
                },
                {
                    "op": "÷",
                    "value": 3,
                    "result": 20
                }
            ],
            "forks": [
                {
                    "correct": 36,
                    "wrong": 33,
                    "options": [
                        33,
                        36
                    ],
                    "correctIndex": 1,
                    "op": "×",
                    "value": 2
                },
                {
                    "correct": 20,
                    "wrong": 17,
                    "options": [
                        17,
                        20
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 16
                },
                {
                    "correct": 60,
                    "wrong": 59,
                    "options": [
                        60,
                        59
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 3
                },
                {
                    "correct": 20,
                    "wrong": 25,
                    "options": [
                        20,
                        25
                    ],
                    "correctIndex": 0,
                    "op": "÷",
                    "value": 3
                }
            ],
            "answer": 20,
            "correctAnswer": "20",
            "question": "Start at 18. Follow the path: ×2, -16, ×3, ÷3. What is the final answer?"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": null,
    "_generatorId": null
}