easy 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-leaf-math-maze-subtraction-small-easy",
        "pageNumber": 10,
        "generatedAt": "2026-03-01T01:52:02.391Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "16413366153964560730",
        "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": "d7d8215760b6030684c6c93261149051de87119c54bc2b5363faffa49f6ef268",
        "fallbackReason": null
    },
    "title": "form-exercise set 10",
    "operation": "math-maze",
    "subject": "arithmetic",
    "difficulty": "easy",
    "config": {
        "maxNumber": 10,
        "regrouping": false,
        "operation": "subtraction",
        "difficulty": "easy"
    },
    "problems": [
        {
            "id": 1,
            "type": "math-maze",
            "startValue": 16,
            "steps": [
                {
                    "op": "-",
                    "value": 10,
                    "result": 6
                },
                {
                    "op": "+",
                    "value": 7,
                    "result": 13
                }
            ],
            "forks": [
                {
                    "correct": 6,
                    "wrong": 10,
                    "options": [
                        10,
                        6
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 10
                },
                {
                    "correct": 13,
                    "wrong": 8,
                    "options": [
                        13,
                        8
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 7
                }
            ],
            "answer": 13,
            "correctAnswer": "13",
            "question": "Start at 16. Follow the path: -10, +7. What is the final answer?"
        },
        {
            "id": 2,
            "type": "math-maze",
            "startValue": 15,
            "steps": [
                {
                    "op": "+",
                    "value": 4,
                    "result": 19
                },
                {
                    "op": "-",
                    "value": 6,
                    "result": 13
                }
            ],
            "forks": [
                {
                    "correct": 19,
                    "wrong": 16,
                    "options": [
                        16,
                        19
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 4
                },
                {
                    "correct": 13,
                    "wrong": 11,
                    "options": [
                        13,
                        11
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 6
                }
            ],
            "answer": 13,
            "correctAnswer": "13",
            "question": "Start at 15. Follow the path: +4, -6. What is the final answer?"
        },
        {
            "id": 3,
            "type": "math-maze",
            "startValue": 20,
            "steps": [
                {
                    "op": "-",
                    "value": 9,
                    "result": 11
                },
                {
                    "op": "-",
                    "value": 7,
                    "result": 4
                }
            ],
            "forks": [
                {
                    "correct": 11,
                    "wrong": 14,
                    "options": [
                        11,
                        14
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 9
                },
                {
                    "correct": 4,
                    "wrong": 1,
                    "options": [
                        4,
                        1
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 7
                }
            ],
            "answer": 4,
            "correctAnswer": "4",
            "question": "Start at 20. Follow the path: -9, -7. What is the final answer?"
        },
        {
            "id": 4,
            "type": "math-maze",
            "startValue": 16,
            "steps": [
                {
                    "op": "+",
                    "value": 5,
                    "result": 21
                },
                {
                    "op": "-",
                    "value": 2,
                    "result": 19
                }
            ],
            "forks": [
                {
                    "correct": 21,
                    "wrong": 22,
                    "options": [
                        21,
                        22
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 5
                },
                {
                    "correct": 19,
                    "wrong": 21,
                    "options": [
                        19,
                        21
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 2
                }
            ],
            "answer": 19,
            "correctAnswer": "19",
            "question": "Start at 16. Follow the path: +5, -2. What is the final answer?"
        },
        {
            "id": 5,
            "type": "math-maze",
            "startValue": 13,
            "steps": [
                {
                    "op": "+",
                    "value": 4,
                    "result": 17
                },
                {
                    "op": "+",
                    "value": 9,
                    "result": 26
                }
            ],
            "forks": [
                {
                    "correct": 17,
                    "wrong": 14,
                    "options": [
                        14,
                        17
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 4
                },
                {
                    "correct": 26,
                    "wrong": 27,
                    "options": [
                        26,
                        27
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 9
                }
            ],
            "answer": 26,
            "correctAnswer": "26",
            "question": "Start at 13. Follow the path: +4, +9. What is the final answer?"
        },
        {
            "id": 6,
            "type": "math-maze",
            "startValue": 18,
            "steps": [
                {
                    "op": "-",
                    "value": 1,
                    "result": 17
                },
                {
                    "op": "-",
                    "value": 1,
                    "result": 16
                }
            ],
            "forks": [
                {
                    "correct": 17,
                    "wrong": 15,
                    "options": [
                        17,
                        15
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 1
                },
                {
                    "correct": 16,
                    "wrong": 13,
                    "options": [
                        13,
                        16
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 1
                }
            ],
            "answer": 16,
            "correctAnswer": "16",
            "question": "Start at 18. Follow the path: -1, -1. What is the final answer?"
        },
        {
            "id": 7,
            "type": "math-maze",
            "startValue": 11,
            "steps": [
                {
                    "op": "+",
                    "value": 5,
                    "result": 16
                },
                {
                    "op": "+",
                    "value": 6,
                    "result": 22
                }
            ],
            "forks": [
                {
                    "correct": 16,
                    "wrong": 13,
                    "options": [
                        13,
                        16
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 5
                },
                {
                    "correct": 22,
                    "wrong": 23,
                    "options": [
                        22,
                        23
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 6
                }
            ],
            "answer": 22,
            "correctAnswer": "22",
            "question": "Start at 11. Follow the path: +5, +6. What is the final answer?"
        },
        {
            "id": 8,
            "type": "math-maze",
            "startValue": 5,
            "steps": [
                {
                    "op": "+",
                    "value": 4,
                    "result": 9
                },
                {
                    "op": "+",
                    "value": 6,
                    "result": 15
                }
            ],
            "forks": [
                {
                    "correct": 9,
                    "wrong": 8,
                    "options": [
                        9,
                        8
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 4
                },
                {
                    "correct": 15,
                    "wrong": 20,
                    "options": [
                        20,
                        15
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 6
                }
            ],
            "answer": 15,
            "correctAnswer": "15",
            "question": "Start at 5. Follow the path: +4, +6. What is the final answer?"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": null,
    "_generatorId": null
}