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