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-mixed-hard",
        "pageNumber": 10,
        "generatedAt": "2026-03-01T01:52:10.900Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "4077679692473037380",
        "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": "2291c5d798a42aa610bb196ed86b07c74812499f6d187ffa24aeca5aa6a0eb52",
        "fallbackReason": null
    },
    "title": "form-exercise set 10",
    "operation": "math-maze",
    "subject": "arithmetic",
    "difficulty": "hard",
    "config": {
        "maxNumber": 10,
        "regrouping": false,
        "operation": "mixed",
        "operations": [
            "+",
            "-",
            "×",
            "÷"
        ],
        "difficulty": "hard"
    },
    "problems": [
        {
            "id": 1,
            "type": "math-maze",
            "startValue": 20,
            "steps": [
                {
                    "op": "×",
                    "value": 2,
                    "result": 40
                },
                {
                    "op": "-",
                    "value": 19,
                    "result": 21
                },
                {
                    "op": "÷",
                    "value": 3,
                    "result": 7
                },
                {
                    "op": "+",
                    "value": 11,
                    "result": 18
                }
            ],
            "forks": [
                {
                    "correct": 40,
                    "wrong": 38,
                    "options": [
                        40,
                        38
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 2
                },
                {
                    "correct": 21,
                    "wrong": 24,
                    "options": [
                        24,
                        21
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 19
                },
                {
                    "correct": 7,
                    "wrong": 11,
                    "options": [
                        7,
                        11
                    ],
                    "correctIndex": 0,
                    "op": "÷",
                    "value": 3
                },
                {
                    "correct": 18,
                    "wrong": 23,
                    "options": [
                        18,
                        23
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 11
                }
            ],
            "answer": 18,
            "correctAnswer": "18",
            "question": "Start at 20. Follow the path: ×2, -19, ÷3, +11. What is the final answer?"
        },
        {
            "id": 2,
            "type": "math-maze",
            "startValue": 35,
            "steps": [
                {
                    "op": "+",
                    "value": 4,
                    "result": 39
                },
                {
                    "op": "÷",
                    "value": 3,
                    "result": 13
                },
                {
                    "op": "-",
                    "value": 11,
                    "result": 2
                },
                {
                    "op": "÷",
                    "value": 2,
                    "result": 1
                }
            ],
            "forks": [
                {
                    "correct": 39,
                    "wrong": 41,
                    "options": [
                        41,
                        39
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 4
                },
                {
                    "correct": 13,
                    "wrong": 18,
                    "options": [
                        13,
                        18
                    ],
                    "correctIndex": 0,
                    "op": "÷",
                    "value": 3
                },
                {
                    "correct": 2,
                    "wrong": 4,
                    "options": [
                        2,
                        4
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 11
                },
                {
                    "correct": 1,
                    "wrong": 3,
                    "options": [
                        3,
                        1
                    ],
                    "correctIndex": 1,
                    "op": "÷",
                    "value": 2
                }
            ],
            "answer": 1,
            "correctAnswer": "1",
            "question": "Start at 35. Follow the path: +4, ÷3, -11, ÷2. What is the final answer?"
        },
        {
            "id": 3,
            "type": "math-maze",
            "startValue": 34,
            "steps": [
                {
                    "op": "-",
                    "value": 10,
                    "result": 24
                },
                {
                    "op": "×",
                    "value": 3,
                    "result": 72
                },
                {
                    "op": "÷",
                    "value": 3,
                    "result": 24
                },
                {
                    "op": "+",
                    "value": 11,
                    "result": 35
                }
            ],
            "forks": [
                {
                    "correct": 24,
                    "wrong": 28,
                    "options": [
                        28,
                        24
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 10
                },
                {
                    "correct": 72,
                    "wrong": 76,
                    "options": [
                        72,
                        76
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 3
                },
                {
                    "correct": 24,
                    "wrong": 27,
                    "options": [
                        27,
                        24
                    ],
                    "correctIndex": 1,
                    "op": "÷",
                    "value": 3
                },
                {
                    "correct": 35,
                    "wrong": 30,
                    "options": [
                        30,
                        35
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 11
                }
            ],
            "answer": 35,
            "correctAnswer": "35",
            "question": "Start at 34. Follow the path: -10, ×3, ÷3, +11. What is the final answer?"
        },
        {
            "id": 4,
            "type": "math-maze",
            "startValue": 6,
            "steps": [
                {
                    "op": "+",
                    "value": 16,
                    "result": 22
                },
                {
                    "op": "-",
                    "value": 7,
                    "result": 15
                },
                {
                    "op": "÷",
                    "value": 3,
                    "result": 5
                },
                {
                    "op": "+",
                    "value": 14,
                    "result": 19
                }
            ],
            "forks": [
                {
                    "correct": 22,
                    "wrong": 21,
                    "options": [
                        21,
                        22
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 16
                },
                {
                    "correct": 15,
                    "wrong": 19,
                    "options": [
                        15,
                        19
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 7
                },
                {
                    "correct": 5,
                    "wrong": 2,
                    "options": [
                        5,
                        2
                    ],
                    "correctIndex": 0,
                    "op": "÷",
                    "value": 3
                },
                {
                    "correct": 19,
                    "wrong": 23,
                    "options": [
                        19,
                        23
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 14
                }
            ],
            "answer": 19,
            "correctAnswer": "19",
            "question": "Start at 6. Follow the path: +16, -7, ÷3, +14. What is the final answer?"
        },
        {
            "id": 5,
            "type": "math-maze",
            "startValue": 37,
            "steps": [
                {
                    "op": "-",
                    "value": 15,
                    "result": 22
                },
                {
                    "op": "×",
                    "value": 2,
                    "result": 44
                },
                {
                    "op": "×",
                    "value": 4,
                    "result": 176
                },
                {
                    "op": "-",
                    "value": 4,
                    "result": 172
                }
            ],
            "forks": [
                {
                    "correct": 22,
                    "wrong": 20,
                    "options": [
                        22,
                        20
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 15
                },
                {
                    "correct": 44,
                    "wrong": 48,
                    "options": [
                        44,
                        48
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 2
                },
                {
                    "correct": 176,
                    "wrong": 178,
                    "options": [
                        178,
                        176
                    ],
                    "correctIndex": 1,
                    "op": "×",
                    "value": 4
                },
                {
                    "correct": 172,
                    "wrong": 167,
                    "options": [
                        167,
                        172
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 4
                }
            ],
            "answer": 172,
            "correctAnswer": "172",
            "question": "Start at 37. Follow the path: -15, ×2, ×4, -4. What is the final answer?"
        },
        {
            "id": 6,
            "type": "math-maze",
            "startValue": 32,
            "steps": [
                {
                    "op": "-",
                    "value": 13,
                    "result": 19
                },
                {
                    "op": "-",
                    "value": 15,
                    "result": 4
                },
                {
                    "op": "÷",
                    "value": 2,
                    "result": 2
                },
                {
                    "op": "÷",
                    "value": 2,
                    "result": 1
                }
            ],
            "forks": [
                {
                    "correct": 19,
                    "wrong": 15,
                    "options": [
                        19,
                        15
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 13
                },
                {
                    "correct": 4,
                    "wrong": 7,
                    "options": [
                        4,
                        7
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 15
                },
                {
                    "correct": 2,
                    "wrong": 1,
                    "options": [
                        1,
                        2
                    ],
                    "correctIndex": 1,
                    "op": "÷",
                    "value": 2
                },
                {
                    "correct": 1,
                    "wrong": 3,
                    "options": [
                        1,
                        3
                    ],
                    "correctIndex": 0,
                    "op": "÷",
                    "value": 2
                }
            ],
            "answer": 1,
            "correctAnswer": "1",
            "question": "Start at 32. Follow the path: -13, -15, ÷2, ÷2. What is the final answer?"
        },
        {
            "id": 7,
            "type": "math-maze",
            "startValue": 26,
            "steps": [
                {
                    "op": "+",
                    "value": 16,
                    "result": 42
                },
                {
                    "op": "-",
                    "value": 12,
                    "result": 30
                },
                {
                    "op": "+",
                    "value": 1,
                    "result": 31
                },
                {
                    "op": "×",
                    "value": 2,
                    "result": 62
                }
            ],
            "forks": [
                {
                    "correct": 42,
                    "wrong": 37,
                    "options": [
                        42,
                        37
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 16
                },
                {
                    "correct": 30,
                    "wrong": 26,
                    "options": [
                        26,
                        30
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 12
                },
                {
                    "correct": 31,
                    "wrong": 27,
                    "options": [
                        31,
                        27
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 1
                },
                {
                    "correct": 62,
                    "wrong": 58,
                    "options": [
                        58,
                        62
                    ],
                    "correctIndex": 1,
                    "op": "×",
                    "value": 2
                }
            ],
            "answer": 62,
            "correctAnswer": "62",
            "question": "Start at 26. Follow the path: +16, -12, +1, ×2. What is the final answer?"
        },
        {
            "id": 8,
            "type": "math-maze",
            "startValue": 9,
            "steps": [
                {
                    "op": "-",
                    "value": 1,
                    "result": 8
                },
                {
                    "op": "-",
                    "value": 3,
                    "result": 5
                },
                {
                    "op": "×",
                    "value": 2,
                    "result": 10
                },
                {
                    "op": "÷",
                    "value": 5,
                    "result": 2
                }
            ],
            "forks": [
                {
                    "correct": 8,
                    "wrong": 11,
                    "options": [
                        8,
                        11
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 1
                },
                {
                    "correct": 5,
                    "wrong": 9,
                    "options": [
                        9,
                        5
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 3
                },
                {
                    "correct": 10,
                    "wrong": 8,
                    "options": [
                        10,
                        8
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 2
                },
                {
                    "correct": 2,
                    "wrong": 1,
                    "options": [
                        2,
                        1
                    ],
                    "correctIndex": 0,
                    "op": "÷",
                    "value": 5
                }
            ],
            "answer": 2,
            "correctAnswer": "2",
            "question": "Start at 9. Follow the path: -1, -3, ×2, ÷5. What is the final answer?"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": null,
    "_generatorId": null
}