hard Set 10 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": 10,
        "generatedAt": "2026-03-01T01:52:10.906Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "3704542155757724335",
        "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": "48ab5728caf17fa5b47d8b2329d3b65a136d44ccd8953c6c5927ba205a081409",
        "fallbackReason": null
    },
    "title": "form-exercise set 10",
    "operation": "math-maze",
    "subject": "arithmetic",
    "difficulty": "hard",
    "config": {
        "difficulty": "hard",
        "maxNumber": 10
    },
    "problems": [
        {
            "id": 1,
            "type": "math-maze",
            "startValue": 4,
            "steps": [
                {
                    "op": "-",
                    "value": 1,
                    "result": 3
                },
                {
                    "op": "+",
                    "value": 17,
                    "result": 20
                },
                {
                    "op": "-",
                    "value": 2,
                    "result": 18
                },
                {
                    "op": "+",
                    "value": 20,
                    "result": 38
                }
            ],
            "forks": [
                {
                    "correct": 3,
                    "wrong": 1,
                    "options": [
                        1,
                        3
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 1
                },
                {
                    "correct": 20,
                    "wrong": 25,
                    "options": [
                        25,
                        20
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 17
                },
                {
                    "correct": 18,
                    "wrong": 17,
                    "options": [
                        18,
                        17
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 2
                },
                {
                    "correct": 38,
                    "wrong": 33,
                    "options": [
                        38,
                        33
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 20
                }
            ],
            "answer": 38,
            "correctAnswer": "38",
            "question": "Start at 4. Follow the path: -1, +17, -2, +20. What is the final answer?"
        },
        {
            "id": 2,
            "type": "math-maze",
            "startValue": 3,
            "steps": [
                {
                    "op": "×",
                    "value": 2,
                    "result": 6
                },
                {
                    "op": "×",
                    "value": 3,
                    "result": 18
                },
                {
                    "op": "×",
                    "value": 2,
                    "result": 36
                },
                {
                    "op": "-",
                    "value": 3,
                    "result": 33
                }
            ],
            "forks": [
                {
                    "correct": 6,
                    "wrong": 5,
                    "options": [
                        6,
                        5
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 2
                },
                {
                    "correct": 18,
                    "wrong": 13,
                    "options": [
                        18,
                        13
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 3
                },
                {
                    "correct": 36,
                    "wrong": 34,
                    "options": [
                        36,
                        34
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 2
                },
                {
                    "correct": 33,
                    "wrong": 30,
                    "options": [
                        30,
                        33
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 3
                }
            ],
            "answer": 33,
            "correctAnswer": "33",
            "question": "Start at 3. Follow the path: ×2, ×3, ×2, -3. What is the final answer?"
        },
        {
            "id": 3,
            "type": "math-maze",
            "startValue": 12,
            "steps": [
                {
                    "op": "-",
                    "value": 9,
                    "result": 3
                },
                {
                    "op": "÷",
                    "value": 3,
                    "result": 1
                },
                {
                    "op": "+",
                    "value": 8,
                    "result": 9
                },
                {
                    "op": "×",
                    "value": 3,
                    "result": 27
                }
            ],
            "forks": [
                {
                    "correct": 3,
                    "wrong": 5,
                    "options": [
                        3,
                        5
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 9
                },
                {
                    "correct": 1,
                    "wrong": 3,
                    "options": [
                        3,
                        1
                    ],
                    "correctIndex": 1,
                    "op": "÷",
                    "value": 3
                },
                {
                    "correct": 9,
                    "wrong": 13,
                    "options": [
                        9,
                        13
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 8
                },
                {
                    "correct": 27,
                    "wrong": 28,
                    "options": [
                        27,
                        28
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 3
                }
            ],
            "answer": 27,
            "correctAnswer": "27",
            "question": "Start at 12. Follow the path: -9, ÷3, +8, ×3. What is the final answer?"
        },
        {
            "id": 4,
            "type": "math-maze",
            "startValue": 4,
            "steps": [
                {
                    "op": "+",
                    "value": 15,
                    "result": 19
                },
                {
                    "op": "+",
                    "value": 15,
                    "result": 34
                },
                {
                    "op": "×",
                    "value": 2,
                    "result": 68
                },
                {
                    "op": "+",
                    "value": 1,
                    "result": 69
                }
            ],
            "forks": [
                {
                    "correct": 19,
                    "wrong": 17,
                    "options": [
                        17,
                        19
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 15
                },
                {
                    "correct": 34,
                    "wrong": 32,
                    "options": [
                        32,
                        34
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 15
                },
                {
                    "correct": 68,
                    "wrong": 63,
                    "options": [
                        68,
                        63
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 2
                },
                {
                    "correct": 69,
                    "wrong": 74,
                    "options": [
                        69,
                        74
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 1
                }
            ],
            "answer": 69,
            "correctAnswer": "69",
            "question": "Start at 4. Follow the path: +15, +15, ×2, +1. What is the final answer?"
        },
        {
            "id": 5,
            "type": "math-maze",
            "startValue": 34,
            "steps": [
                {
                    "op": "-",
                    "value": 7,
                    "result": 27
                },
                {
                    "op": "×",
                    "value": 3,
                    "result": 81
                },
                {
                    "op": "+",
                    "value": 18,
                    "result": 99
                },
                {
                    "op": "÷",
                    "value": 9,
                    "result": 11
                }
            ],
            "forks": [
                {
                    "correct": 27,
                    "wrong": 30,
                    "options": [
                        30,
                        27
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 7
                },
                {
                    "correct": 81,
                    "wrong": 79,
                    "options": [
                        81,
                        79
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 3
                },
                {
                    "correct": 99,
                    "wrong": 94,
                    "options": [
                        99,
                        94
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 18
                },
                {
                    "correct": 11,
                    "wrong": 13,
                    "options": [
                        13,
                        11
                    ],
                    "correctIndex": 1,
                    "op": "÷",
                    "value": 9
                }
            ],
            "answer": 11,
            "correctAnswer": "11",
            "question": "Start at 34. Follow the path: -7, ×3, +18, ÷9. What is the final answer?"
        },
        {
            "id": 6,
            "type": "math-maze",
            "startValue": 6,
            "steps": [
                {
                    "op": "+",
                    "value": 15,
                    "result": 21
                },
                {
                    "op": "+",
                    "value": 10,
                    "result": 31
                },
                {
                    "op": "+",
                    "value": 6,
                    "result": 37
                },
                {
                    "op": "-",
                    "value": 19,
                    "result": 18
                }
            ],
            "forks": [
                {
                    "correct": 21,
                    "wrong": 23,
                    "options": [
                        23,
                        21
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 15
                },
                {
                    "correct": 31,
                    "wrong": 29,
                    "options": [
                        31,
                        29
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 10
                },
                {
                    "correct": 37,
                    "wrong": 39,
                    "options": [
                        37,
                        39
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 6
                },
                {
                    "correct": 18,
                    "wrong": 23,
                    "options": [
                        18,
                        23
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 19
                }
            ],
            "answer": 18,
            "correctAnswer": "18",
            "question": "Start at 6. Follow the path: +15, +10, +6, -19. What is the final answer?"
        },
        {
            "id": 7,
            "type": "math-maze",
            "startValue": 24,
            "steps": [
                {
                    "op": "+",
                    "value": 16,
                    "result": 40
                },
                {
                    "op": "+",
                    "value": 15,
                    "result": 55
                },
                {
                    "op": "-",
                    "value": 1,
                    "result": 54
                },
                {
                    "op": "×",
                    "value": 3,
                    "result": 162
                }
            ],
            "forks": [
                {
                    "correct": 40,
                    "wrong": 42,
                    "options": [
                        40,
                        42
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 16
                },
                {
                    "correct": 55,
                    "wrong": 57,
                    "options": [
                        55,
                        57
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 15
                },
                {
                    "correct": 54,
                    "wrong": 56,
                    "options": [
                        56,
                        54
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 1
                },
                {
                    "correct": 162,
                    "wrong": 158,
                    "options": [
                        162,
                        158
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 3
                }
            ],
            "answer": 162,
            "correctAnswer": "162",
            "question": "Start at 24. Follow the path: +16, +15, -1, ×3. What is the final answer?"
        },
        {
            "id": 8,
            "type": "math-maze",
            "startValue": 19,
            "steps": [
                {
                    "op": "×",
                    "value": 2,
                    "result": 38
                },
                {
                    "op": "×",
                    "value": 4,
                    "result": 152
                },
                {
                    "op": "+",
                    "value": 6,
                    "result": 158
                },
                {
                    "op": "-",
                    "value": 7,
                    "result": 151
                }
            ],
            "forks": [
                {
                    "correct": 38,
                    "wrong": 40,
                    "options": [
                        40,
                        38
                    ],
                    "correctIndex": 1,
                    "op": "×",
                    "value": 2
                },
                {
                    "correct": 152,
                    "wrong": 150,
                    "options": [
                        150,
                        152
                    ],
                    "correctIndex": 1,
                    "op": "×",
                    "value": 4
                },
                {
                    "correct": 158,
                    "wrong": 153,
                    "options": [
                        158,
                        153
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 6
                },
                {
                    "correct": 151,
                    "wrong": 150,
                    "options": [
                        150,
                        151
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 7
                }
            ],
            "answer": 151,
            "correctAnswer": "151",
            "question": "Start at 19. Follow the path: ×2, ×4, +6, -7. What is the final answer?"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": null,
    "_generatorId": null
}