easy Set 9 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-sub-easy",
        "pageNumber": 9,
        "generatedAt": "2026-03-01T01:52:10.910Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "9735869132395119098",
        "resolvedParams": {
            "expectedPuzzleSize": null,
            "expectedSize": null,
            "expectedDifficulty": "easy",
            "expectedVariant": null,
            "displayDifficulty": "easy",
            "theme": null,
            "contentType": "maze",
            "source": {
                "puzzleSize": "config",
                "size": "config",
                "difficulty": "slug",
                "variant": "config"
            }
        },
        "contractVersion": "1.0",
        "canonicalVersion": "2.0",
        "archetype": "form-exercise",
        "contentHash": "0981343d75f0b32989db2d46c018fc8112a7ced58a89bcf0477be8f474a4a653",
        "fallbackReason": null
    },
    "title": "form-exercise set 9",
    "operation": "math-maze",
    "subject": "arithmetic",
    "difficulty": "easy",
    "config": {
        "maxNumber": 10,
        "regrouping": false,
        "operation": "subtraction",
        "difficulty": "easy"
    },
    "problems": [
        {
            "id": 1,
            "type": "math-maze",
            "startValue": 9,
            "steps": [
                {
                    "op": "-",
                    "value": 1,
                    "result": 8
                },
                {
                    "op": "-",
                    "value": 5,
                    "result": 3
                }
            ],
            "forks": [
                {
                    "correct": 8,
                    "wrong": 9,
                    "options": [
                        9,
                        8
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 1
                },
                {
                    "correct": 3,
                    "wrong": 2,
                    "options": [
                        3,
                        2
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 5
                }
            ],
            "answer": 3,
            "correctAnswer": "3",
            "question": "Start at 9. Follow the path: -1, -5. What is the final answer?"
        },
        {
            "id": 2,
            "type": "math-maze",
            "startValue": 14,
            "steps": [
                {
                    "op": "-",
                    "value": 5,
                    "result": 9
                },
                {
                    "op": "-",
                    "value": 5,
                    "result": 4
                }
            ],
            "forks": [
                {
                    "correct": 9,
                    "wrong": 14,
                    "options": [
                        14,
                        9
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 5
                },
                {
                    "correct": 4,
                    "wrong": 1,
                    "options": [
                        1,
                        4
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 5
                }
            ],
            "answer": 4,
            "correctAnswer": "4",
            "question": "Start at 14. Follow the path: -5, -5. What is the final answer?"
        },
        {
            "id": 3,
            "type": "math-maze",
            "startValue": 17,
            "steps": [
                {
                    "op": "-",
                    "value": 10,
                    "result": 7
                },
                {
                    "op": "+",
                    "value": 2,
                    "result": 9
                }
            ],
            "forks": [
                {
                    "correct": 7,
                    "wrong": 3,
                    "options": [
                        7,
                        3
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 10
                },
                {
                    "correct": 9,
                    "wrong": 5,
                    "options": [
                        9,
                        5
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 2
                }
            ],
            "answer": 9,
            "correctAnswer": "9",
            "question": "Start at 17. Follow the path: -10, +2. What is the final answer?"
        },
        {
            "id": 4,
            "type": "math-maze",
            "startValue": 2,
            "steps": [
                {
                    "op": "+",
                    "value": 2,
                    "result": 4
                },
                {
                    "op": "+",
                    "value": 4,
                    "result": 8
                }
            ],
            "forks": [
                {
                    "correct": 4,
                    "wrong": 3,
                    "options": [
                        3,
                        4
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 2
                },
                {
                    "correct": 8,
                    "wrong": 10,
                    "options": [
                        8,
                        10
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 4
                }
            ],
            "answer": 8,
            "correctAnswer": "8",
            "question": "Start at 2. Follow the path: +2, +4. What is the final answer?"
        },
        {
            "id": 5,
            "type": "math-maze",
            "startValue": 16,
            "steps": [
                {
                    "op": "-",
                    "value": 2,
                    "result": 14
                },
                {
                    "op": "-",
                    "value": 9,
                    "result": 5
                }
            ],
            "forks": [
                {
                    "correct": 14,
                    "wrong": 18,
                    "options": [
                        14,
                        18
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 2
                },
                {
                    "correct": 5,
                    "wrong": 9,
                    "options": [
                        5,
                        9
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 9
                }
            ],
            "answer": 5,
            "correctAnswer": "5",
            "question": "Start at 16. Follow the path: -2, -9. What is the final answer?"
        },
        {
            "id": 6,
            "type": "math-maze",
            "startValue": 2,
            "steps": [
                {
                    "op": "+",
                    "value": 5,
                    "result": 7
                },
                {
                    "op": "-",
                    "value": 3,
                    "result": 4
                }
            ],
            "forks": [
                {
                    "correct": 7,
                    "wrong": 9,
                    "options": [
                        9,
                        7
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 5
                },
                {
                    "correct": 4,
                    "wrong": 5,
                    "options": [
                        5,
                        4
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 3
                }
            ],
            "answer": 4,
            "correctAnswer": "4",
            "question": "Start at 2. Follow the path: +5, -3. What is the final answer?"
        },
        {
            "id": 7,
            "type": "math-maze",
            "startValue": 15,
            "steps": [
                {
                    "op": "+",
                    "value": 3,
                    "result": 18
                },
                {
                    "op": "-",
                    "value": 6,
                    "result": 12
                }
            ],
            "forks": [
                {
                    "correct": 18,
                    "wrong": 14,
                    "options": [
                        14,
                        18
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 3
                },
                {
                    "correct": 12,
                    "wrong": 10,
                    "options": [
                        10,
                        12
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 6
                }
            ],
            "answer": 12,
            "correctAnswer": "12",
            "question": "Start at 15. Follow the path: +3, -6. What is the final answer?"
        },
        {
            "id": 8,
            "type": "math-maze",
            "startValue": 12,
            "steps": [
                {
                    "op": "+",
                    "value": 8,
                    "result": 20
                },
                {
                    "op": "+",
                    "value": 2,
                    "result": 22
                }
            ],
            "forks": [
                {
                    "correct": 20,
                    "wrong": 23,
                    "options": [
                        20,
                        23
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 8
                },
                {
                    "correct": 22,
                    "wrong": 26,
                    "options": [
                        26,
                        22
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 2
                }
            ],
            "answer": 22,
            "correctAnswer": "22",
            "question": "Start at 12. Follow the path: +8, +2. What is the final answer?"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": null,
    "_generatorId": null
}