easy Set 6 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-medium-easy",
        "pageNumber": 6,
        "generatedAt": "2026-03-01T01:52:02.380Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "3025979516676547519",
        "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": "5ba8f5a4da2941effd7752695a491a53406580a1212da3d8306a45ec2f65e973",
        "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": 13,
            "steps": [
                {
                    "op": "+",
                    "value": 1,
                    "result": 14
                },
                {
                    "op": "+",
                    "value": 9,
                    "result": 23
                }
            ],
            "forks": [
                {
                    "correct": 14,
                    "wrong": 9,
                    "options": [
                        9,
                        14
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 1
                },
                {
                    "correct": 23,
                    "wrong": 27,
                    "options": [
                        23,
                        27
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 9
                }
            ],
            "answer": 23,
            "correctAnswer": "23",
            "question": "Start at 13. Follow the path: +1, +9. What is the final answer?"
        },
        {
            "id": 2,
            "type": "math-maze",
            "startValue": 2,
            "steps": [
                {
                    "op": "+",
                    "value": 4,
                    "result": 6
                },
                {
                    "op": "+",
                    "value": 5,
                    "result": 11
                }
            ],
            "forks": [
                {
                    "correct": 6,
                    "wrong": 5,
                    "options": [
                        5,
                        6
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 4
                },
                {
                    "correct": 11,
                    "wrong": 8,
                    "options": [
                        11,
                        8
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 5
                }
            ],
            "answer": 11,
            "correctAnswer": "11",
            "question": "Start at 2. Follow the path: +4, +5. What is the final answer?"
        },
        {
            "id": 3,
            "type": "math-maze",
            "startValue": 8,
            "steps": [
                {
                    "op": "-",
                    "value": 3,
                    "result": 5
                },
                {
                    "op": "-",
                    "value": 1,
                    "result": 4
                }
            ],
            "forks": [
                {
                    "correct": 5,
                    "wrong": 1,
                    "options": [
                        5,
                        1
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 3
                },
                {
                    "correct": 4,
                    "wrong": 1,
                    "options": [
                        1,
                        4
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 1
                }
            ],
            "answer": 4,
            "correctAnswer": "4",
            "question": "Start at 8. Follow the path: -3, -1. What is the final answer?"
        },
        {
            "id": 4,
            "type": "math-maze",
            "startValue": 19,
            "steps": [
                {
                    "op": "+",
                    "value": 7,
                    "result": 26
                },
                {
                    "op": "+",
                    "value": 5,
                    "result": 31
                }
            ],
            "forks": [
                {
                    "correct": 26,
                    "wrong": 27,
                    "options": [
                        26,
                        27
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 7
                },
                {
                    "correct": 31,
                    "wrong": 27,
                    "options": [
                        31,
                        27
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 5
                }
            ],
            "answer": 31,
            "correctAnswer": "31",
            "question": "Start at 19. Follow the path: +7, +5. What is the final answer?"
        },
        {
            "id": 5,
            "type": "math-maze",
            "startValue": 18,
            "steps": [
                {
                    "op": "+",
                    "value": 5,
                    "result": 23
                },
                {
                    "op": "-",
                    "value": 3,
                    "result": 20
                }
            ],
            "forks": [
                {
                    "correct": 23,
                    "wrong": 22,
                    "options": [
                        23,
                        22
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 5
                },
                {
                    "correct": 20,
                    "wrong": 23,
                    "options": [
                        23,
                        20
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 3
                }
            ],
            "answer": 20,
            "correctAnswer": "20",
            "question": "Start at 18. Follow the path: +5, -3. What is the final answer?"
        },
        {
            "id": 6,
            "type": "math-maze",
            "startValue": 9,
            "steps": [
                {
                    "op": "+",
                    "value": 8,
                    "result": 17
                },
                {
                    "op": "+",
                    "value": 10,
                    "result": 27
                }
            ],
            "forks": [
                {
                    "correct": 17,
                    "wrong": 19,
                    "options": [
                        17,
                        19
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 8
                },
                {
                    "correct": 27,
                    "wrong": 30,
                    "options": [
                        30,
                        27
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 10
                }
            ],
            "answer": 27,
            "correctAnswer": "27",
            "question": "Start at 9. Follow the path: +8, +10. What is the final answer?"
        },
        {
            "id": 7,
            "type": "math-maze",
            "startValue": 14,
            "steps": [
                {
                    "op": "-",
                    "value": 8,
                    "result": 6
                },
                {
                    "op": "+",
                    "value": 1,
                    "result": 7
                }
            ],
            "forks": [
                {
                    "correct": 6,
                    "wrong": 3,
                    "options": [
                        6,
                        3
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 8
                },
                {
                    "correct": 7,
                    "wrong": 8,
                    "options": [
                        7,
                        8
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 1
                }
            ],
            "answer": 7,
            "correctAnswer": "7",
            "question": "Start at 14. Follow the path: -8, +1. What is the final answer?"
        },
        {
            "id": 8,
            "type": "math-maze",
            "startValue": 3,
            "steps": [
                {
                    "op": "+",
                    "value": 1,
                    "result": 4
                },
                {
                    "op": "+",
                    "value": 7,
                    "result": 11
                }
            ],
            "forks": [
                {
                    "correct": 4,
                    "wrong": 2,
                    "options": [
                        4,
                        2
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 1
                },
                {
                    "correct": 11,
                    "wrong": 10,
                    "options": [
                        11,
                        10
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 7
                }
            ],
            "answer": 11,
            "correctAnswer": "11",
            "question": "Start at 3. Follow the path: +1, +7. What is the final answer?"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": null,
    "_generatorId": null
}