easy Set 6 Form Exercise

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": 6,
        "generatedAt": "2026-03-01T01:52:02.390Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "145893379164927503",
        "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": "0461a57b4aa62438ea31b261bcad55c7384329816fa783f7e89137e54621b959",
        "fallbackReason": null
    },
    "title": "form-exercise set 6",
    "operation": "math-maze",
    "subject": "arithmetic",
    "difficulty": "easy",
    "config": {
        "maxNumber": 10,
        "regrouping": false,
        "operation": "subtraction",
        "difficulty": "easy"
    },
    "problems": [
        {
            "id": 1,
            "type": "math-maze",
            "startValue": 12,
            "steps": [
                {
                    "op": "-",
                    "value": 8,
                    "result": 4
                },
                {
                    "op": "-",
                    "value": 1,
                    "result": 3
                }
            ],
            "forks": [
                {
                    "correct": 4,
                    "wrong": 1,
                    "options": [
                        1,
                        4
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 8
                },
                {
                    "correct": 3,
                    "wrong": 5,
                    "options": [
                        3,
                        5
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 1
                }
            ],
            "answer": 3,
            "correctAnswer": "3",
            "question": "Start at 12. Follow the path: -8, -1. What is the final answer?"
        },
        {
            "id": 2,
            "type": "math-maze",
            "startValue": 20,
            "steps": [
                {
                    "op": "+",
                    "value": 5,
                    "result": 25
                },
                {
                    "op": "-",
                    "value": 9,
                    "result": 16
                }
            ],
            "forks": [
                {
                    "correct": 25,
                    "wrong": 30,
                    "options": [
                        25,
                        30
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 5
                },
                {
                    "correct": 16,
                    "wrong": 14,
                    "options": [
                        16,
                        14
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 9
                }
            ],
            "answer": 16,
            "correctAnswer": "16",
            "question": "Start at 20. Follow the path: +5, -9. What is the final answer?"
        },
        {
            "id": 3,
            "type": "math-maze",
            "startValue": 3,
            "steps": [
                {
                    "op": "+",
                    "value": 4,
                    "result": 7
                },
                {
                    "op": "-",
                    "value": 3,
                    "result": 4
                }
            ],
            "forks": [
                {
                    "correct": 7,
                    "wrong": 2,
                    "options": [
                        7,
                        2
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 4
                },
                {
                    "correct": 4,
                    "wrong": 1,
                    "options": [
                        4,
                        1
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 3
                }
            ],
            "answer": 4,
            "correctAnswer": "4",
            "question": "Start at 3. Follow the path: +4, -3. What is the final answer?"
        },
        {
            "id": 4,
            "type": "math-maze",
            "startValue": 4,
            "steps": [
                {
                    "op": "-",
                    "value": 3,
                    "result": 1
                },
                {
                    "op": "+",
                    "value": 2,
                    "result": 3
                }
            ],
            "forks": [
                {
                    "correct": 1,
                    "wrong": 1,
                    "options": [
                        1,
                        1
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 3
                },
                {
                    "correct": 3,
                    "wrong": 1,
                    "options": [
                        1,
                        3
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 2
                }
            ],
            "answer": 3,
            "correctAnswer": "3",
            "question": "Start at 4. Follow the path: -3, +2. What is the final answer?"
        },
        {
            "id": 5,
            "type": "math-maze",
            "startValue": 2,
            "steps": [
                {
                    "op": "+",
                    "value": 7,
                    "result": 9
                },
                {
                    "op": "-",
                    "value": 8,
                    "result": 1
                }
            ],
            "forks": [
                {
                    "correct": 9,
                    "wrong": 6,
                    "options": [
                        9,
                        6
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 7
                },
                {
                    "correct": 1,
                    "wrong": 4,
                    "options": [
                        1,
                        4
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 8
                }
            ],
            "answer": 1,
            "correctAnswer": "1",
            "question": "Start at 2. Follow the path: +7, -8. What is the final answer?"
        },
        {
            "id": 6,
            "type": "math-maze",
            "startValue": 15,
            "steps": [
                {
                    "op": "-",
                    "value": 1,
                    "result": 14
                },
                {
                    "op": "-",
                    "value": 3,
                    "result": 11
                }
            ],
            "forks": [
                {
                    "correct": 14,
                    "wrong": 16,
                    "options": [
                        16,
                        14
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 1
                },
                {
                    "correct": 11,
                    "wrong": 12,
                    "options": [
                        11,
                        12
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 3
                }
            ],
            "answer": 11,
            "correctAnswer": "11",
            "question": "Start at 15. Follow the path: -1, -3. What is the final answer?"
        },
        {
            "id": 7,
            "type": "math-maze",
            "startValue": 17,
            "steps": [
                {
                    "op": "-",
                    "value": 8,
                    "result": 9
                },
                {
                    "op": "+",
                    "value": 8,
                    "result": 17
                }
            ],
            "forks": [
                {
                    "correct": 9,
                    "wrong": 5,
                    "options": [
                        9,
                        5
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 8
                },
                {
                    "correct": 17,
                    "wrong": 18,
                    "options": [
                        17,
                        18
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 8
                }
            ],
            "answer": 17,
            "correctAnswer": "17",
            "question": "Start at 17. Follow the path: -8, +8. What is the final answer?"
        },
        {
            "id": 8,
            "type": "math-maze",
            "startValue": 18,
            "steps": [
                {
                    "op": "-",
                    "value": 9,
                    "result": 9
                },
                {
                    "op": "+",
                    "value": 7,
                    "result": 16
                }
            ],
            "forks": [
                {
                    "correct": 9,
                    "wrong": 6,
                    "options": [
                        9,
                        6
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 9
                },
                {
                    "correct": 16,
                    "wrong": 17,
                    "options": [
                        16,
                        17
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 7
                }
            ],
            "answer": 16,
            "correctAnswer": "16",
            "question": "Start at 18. Follow the path: -9, +7. What is the final answer?"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "semantics": {
        "contentType": "form-exercise",
        "difficulty": "medium"
    },
    "version": "2.0",
    "_archetype": null,
    "_generatorId": null
}