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-add-hard",
        "pageNumber": 6,
        "generatedAt": "2026-03-01T01:52:10.889Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "1468770751853827029",
        "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": "9df18677118abc369e9c78094517f69d4c70889b252f9d073f05b33b7e1181cb",
        "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": 24,
            "steps": [
                {
                    "op": "+",
                    "value": 18,
                    "result": 42
                },
                {
                    "op": "+",
                    "value": 12,
                    "result": 54
                },
                {
                    "op": "-",
                    "value": 14,
                    "result": 40
                },
                {
                    "op": "+",
                    "value": 13,
                    "result": 53
                }
            ],
            "forks": [
                {
                    "correct": 42,
                    "wrong": 44,
                    "options": [
                        42,
                        44
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 18
                },
                {
                    "correct": 54,
                    "wrong": 49,
                    "options": [
                        54,
                        49
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 12
                },
                {
                    "correct": 40,
                    "wrong": 36,
                    "options": [
                        40,
                        36
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 14
                },
                {
                    "correct": 53,
                    "wrong": 55,
                    "options": [
                        55,
                        53
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 13
                }
            ],
            "answer": 53,
            "correctAnswer": "53",
            "question": "Start at 24. Follow the path: +18, +12, -14, +13. What is the final answer?"
        },
        {
            "id": 2,
            "type": "math-maze",
            "startValue": 13,
            "steps": [
                {
                    "op": "+",
                    "value": 4,
                    "result": 17
                },
                {
                    "op": "×",
                    "value": 3,
                    "result": 51
                },
                {
                    "op": "÷",
                    "value": 3,
                    "result": 17
                },
                {
                    "op": "×",
                    "value": 4,
                    "result": 68
                }
            ],
            "forks": [
                {
                    "correct": 17,
                    "wrong": 20,
                    "options": [
                        20,
                        17
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 4
                },
                {
                    "correct": 51,
                    "wrong": 47,
                    "options": [
                        47,
                        51
                    ],
                    "correctIndex": 1,
                    "op": "×",
                    "value": 3
                },
                {
                    "correct": 17,
                    "wrong": 18,
                    "options": [
                        18,
                        17
                    ],
                    "correctIndex": 1,
                    "op": "÷",
                    "value": 3
                },
                {
                    "correct": 68,
                    "wrong": 70,
                    "options": [
                        68,
                        70
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 4
                }
            ],
            "answer": 68,
            "correctAnswer": "68",
            "question": "Start at 13. Follow the path: +4, ×3, ÷3, ×4. What is the final answer?"
        },
        {
            "id": 3,
            "type": "math-maze",
            "startValue": 20,
            "steps": [
                {
                    "op": "+",
                    "value": 8,
                    "result": 28
                },
                {
                    "op": "-",
                    "value": 2,
                    "result": 26
                },
                {
                    "op": "×",
                    "value": 4,
                    "result": 104
                },
                {
                    "op": "+",
                    "value": 17,
                    "result": 121
                }
            ],
            "forks": [
                {
                    "correct": 28,
                    "wrong": 27,
                    "options": [
                        28,
                        27
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 8
                },
                {
                    "correct": 26,
                    "wrong": 22,
                    "options": [
                        26,
                        22
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 2
                },
                {
                    "correct": 104,
                    "wrong": 100,
                    "options": [
                        104,
                        100
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 4
                },
                {
                    "correct": 121,
                    "wrong": 119,
                    "options": [
                        121,
                        119
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 17
                }
            ],
            "answer": 121,
            "correctAnswer": "121",
            "question": "Start at 20. Follow the path: +8, -2, ×4, +17. What is the final answer?"
        },
        {
            "id": 4,
            "type": "math-maze",
            "startValue": 39,
            "steps": [
                {
                    "op": "+",
                    "value": 3,
                    "result": 42
                },
                {
                    "op": "-",
                    "value": 20,
                    "result": 22
                },
                {
                    "op": "×",
                    "value": 3,
                    "result": 66
                },
                {
                    "op": "×",
                    "value": 3,
                    "result": 198
                }
            ],
            "forks": [
                {
                    "correct": 42,
                    "wrong": 39,
                    "options": [
                        39,
                        42
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 3
                },
                {
                    "correct": 22,
                    "wrong": 26,
                    "options": [
                        26,
                        22
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 20
                },
                {
                    "correct": 66,
                    "wrong": 65,
                    "options": [
                        66,
                        65
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 3
                },
                {
                    "correct": 198,
                    "wrong": 197,
                    "options": [
                        198,
                        197
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 3
                }
            ],
            "answer": 198,
            "correctAnswer": "198",
            "question": "Start at 39. Follow the path: +3, -20, ×3, ×3. What is the final answer?"
        },
        {
            "id": 5,
            "type": "math-maze",
            "startValue": 3,
            "steps": [
                {
                    "op": "-",
                    "value": 1,
                    "result": 2
                },
                {
                    "op": "÷",
                    "value": 2,
                    "result": 1
                },
                {
                    "op": "+",
                    "value": 16,
                    "result": 17
                },
                {
                    "op": "-",
                    "value": 1,
                    "result": 16
                }
            ],
            "forks": [
                {
                    "correct": 2,
                    "wrong": 7,
                    "options": [
                        2,
                        7
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 1
                },
                {
                    "correct": 1,
                    "wrong": 1,
                    "options": [
                        1,
                        1
                    ],
                    "correctIndex": 1,
                    "op": "÷",
                    "value": 2
                },
                {
                    "correct": 17,
                    "wrong": 16,
                    "options": [
                        17,
                        16
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 16
                },
                {
                    "correct": 16,
                    "wrong": 21,
                    "options": [
                        16,
                        21
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 1
                }
            ],
            "answer": 16,
            "correctAnswer": "16",
            "question": "Start at 3. Follow the path: -1, ÷2, +16, -1. What is the final answer?"
        },
        {
            "id": 6,
            "type": "math-maze",
            "startValue": 24,
            "steps": [
                {
                    "op": "+",
                    "value": 20,
                    "result": 44
                },
                {
                    "op": "÷",
                    "value": 4,
                    "result": 11
                },
                {
                    "op": "×",
                    "value": 4,
                    "result": 44
                },
                {
                    "op": "+",
                    "value": 13,
                    "result": 57
                }
            ],
            "forks": [
                {
                    "correct": 44,
                    "wrong": 46,
                    "options": [
                        44,
                        46
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 20
                },
                {
                    "correct": 11,
                    "wrong": 6,
                    "options": [
                        6,
                        11
                    ],
                    "correctIndex": 1,
                    "op": "÷",
                    "value": 4
                },
                {
                    "correct": 44,
                    "wrong": 45,
                    "options": [
                        45,
                        44
                    ],
                    "correctIndex": 1,
                    "op": "×",
                    "value": 4
                },
                {
                    "correct": 57,
                    "wrong": 52,
                    "options": [
                        57,
                        52
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 13
                }
            ],
            "answer": 57,
            "correctAnswer": "57",
            "question": "Start at 24. Follow the path: +20, ÷4, ×4, +13. What is the final answer?"
        },
        {
            "id": 7,
            "type": "math-maze",
            "startValue": 10,
            "steps": [
                {
                    "op": "÷",
                    "value": 5,
                    "result": 2
                },
                {
                    "op": "+",
                    "value": 14,
                    "result": 16
                },
                {
                    "op": "×",
                    "value": 2,
                    "result": 32
                },
                {
                    "op": "+",
                    "value": 14,
                    "result": 46
                }
            ],
            "forks": [
                {
                    "correct": 2,
                    "wrong": 1,
                    "options": [
                        1,
                        2
                    ],
                    "correctIndex": 1,
                    "op": "÷",
                    "value": 5
                },
                {
                    "correct": 16,
                    "wrong": 20,
                    "options": [
                        16,
                        20
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 14
                },
                {
                    "correct": 32,
                    "wrong": 31,
                    "options": [
                        32,
                        31
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 2
                },
                {
                    "correct": 46,
                    "wrong": 48,
                    "options": [
                        46,
                        48
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 14
                }
            ],
            "answer": 46,
            "correctAnswer": "46",
            "question": "Start at 10. Follow the path: ÷5, +14, ×2, +14. What is the final answer?"
        },
        {
            "id": 8,
            "type": "math-maze",
            "startValue": 2,
            "steps": [
                {
                    "op": "+",
                    "value": 2,
                    "result": 4
                },
                {
                    "op": "-",
                    "value": 1,
                    "result": 3
                },
                {
                    "op": "÷",
                    "value": 3,
                    "result": 1
                },
                {
                    "op": "+",
                    "value": 18,
                    "result": 19
                }
            ],
            "forks": [
                {
                    "correct": 4,
                    "wrong": 5,
                    "options": [
                        4,
                        5
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 2
                },
                {
                    "correct": 3,
                    "wrong": 7,
                    "options": [
                        7,
                        3
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 1
                },
                {
                    "correct": 1,
                    "wrong": 5,
                    "options": [
                        1,
                        5
                    ],
                    "correctIndex": 0,
                    "op": "÷",
                    "value": 3
                },
                {
                    "correct": 19,
                    "wrong": 21,
                    "options": [
                        19,
                        21
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 18
                }
            ],
            "answer": 19,
            "correctAnswer": "19",
            "question": "Start at 2. Follow the path: +2, -1, ÷3, +18. What is the final answer?"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": null,
    "_generatorId": null
}