easy Set 9 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-maze-mixed-easy",
        "pageNumber": 9,
        "generatedAt": "2026-03-01T01:52:10.895Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "16867328919287842323",
        "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": "df74863ae8f2afc33b8dd00bade34021d67043817a34dd436a75102d756ad5cf",
        "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": 17,
            "steps": [
                {
                    "op": "+",
                    "value": 6,
                    "result": 23
                },
                {
                    "op": "+",
                    "value": 10,
                    "result": 33
                }
            ],
            "forks": [
                {
                    "correct": 23,
                    "wrong": 28,
                    "options": [
                        23,
                        28
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 6
                },
                {
                    "correct": 33,
                    "wrong": 30,
                    "options": [
                        30,
                        33
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 10
                }
            ],
            "answer": 33,
            "correctAnswer": "33",
            "question": "Start at 17. Follow the path: +6, +10. What is the final answer?"
        },
        {
            "id": 2,
            "type": "math-maze",
            "startValue": 17,
            "steps": [
                {
                    "op": "-",
                    "value": 2,
                    "result": 15
                },
                {
                    "op": "-",
                    "value": 10,
                    "result": 5
                }
            ],
            "forks": [
                {
                    "correct": 15,
                    "wrong": 12,
                    "options": [
                        12,
                        15
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 2
                },
                {
                    "correct": 5,
                    "wrong": 1,
                    "options": [
                        1,
                        5
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 10
                }
            ],
            "answer": 5,
            "correctAnswer": "5",
            "question": "Start at 17. Follow the path: -2, -10. What is the final answer?"
        },
        {
            "id": 3,
            "type": "math-maze",
            "startValue": 15,
            "steps": [
                {
                    "op": "+",
                    "value": 4,
                    "result": 19
                },
                {
                    "op": "+",
                    "value": 7,
                    "result": 26
                }
            ],
            "forks": [
                {
                    "correct": 19,
                    "wrong": 15,
                    "options": [
                        19,
                        15
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 4
                },
                {
                    "correct": 26,
                    "wrong": 27,
                    "options": [
                        26,
                        27
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 7
                }
            ],
            "answer": 26,
            "correctAnswer": "26",
            "question": "Start at 15. Follow the path: +4, +7. What is the final answer?"
        },
        {
            "id": 4,
            "type": "math-maze",
            "startValue": 20,
            "steps": [
                {
                    "op": "+",
                    "value": 4,
                    "result": 24
                },
                {
                    "op": "-",
                    "value": 4,
                    "result": 20
                }
            ],
            "forks": [
                {
                    "correct": 24,
                    "wrong": 29,
                    "options": [
                        29,
                        24
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 4
                },
                {
                    "correct": 20,
                    "wrong": 23,
                    "options": [
                        20,
                        23
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 4
                }
            ],
            "answer": 20,
            "correctAnswer": "20",
            "question": "Start at 20. Follow the path: +4, -4. What is the final answer?"
        },
        {
            "id": 5,
            "type": "math-maze",
            "startValue": 19,
            "steps": [
                {
                    "op": "+",
                    "value": 8,
                    "result": 27
                },
                {
                    "op": "-",
                    "value": 8,
                    "result": 19
                }
            ],
            "forks": [
                {
                    "correct": 27,
                    "wrong": 23,
                    "options": [
                        27,
                        23
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 8
                },
                {
                    "correct": 19,
                    "wrong": 21,
                    "options": [
                        21,
                        19
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 8
                }
            ],
            "answer": 19,
            "correctAnswer": "19",
            "question": "Start at 19. Follow the path: +8, -8. What is the final answer?"
        },
        {
            "id": 6,
            "type": "math-maze",
            "startValue": 8,
            "steps": [
                {
                    "op": "+",
                    "value": 1,
                    "result": 9
                },
                {
                    "op": "+",
                    "value": 2,
                    "result": 11
                }
            ],
            "forks": [
                {
                    "correct": 9,
                    "wrong": 7,
                    "options": [
                        9,
                        7
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 1
                },
                {
                    "correct": 11,
                    "wrong": 16,
                    "options": [
                        11,
                        16
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 2
                }
            ],
            "answer": 11,
            "correctAnswer": "11",
            "question": "Start at 8. Follow the path: +1, +2. What is the final answer?"
        },
        {
            "id": 7,
            "type": "math-maze",
            "startValue": 13,
            "steps": [
                {
                    "op": "-",
                    "value": 1,
                    "result": 12
                },
                {
                    "op": "-",
                    "value": 5,
                    "result": 7
                }
            ],
            "forks": [
                {
                    "correct": 12,
                    "wrong": 8,
                    "options": [
                        8,
                        12
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 1
                },
                {
                    "correct": 7,
                    "wrong": 11,
                    "options": [
                        11,
                        7
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 5
                }
            ],
            "answer": 7,
            "correctAnswer": "7",
            "question": "Start at 13. Follow the path: -1, -5. What is the final answer?"
        },
        {
            "id": 8,
            "type": "math-maze",
            "startValue": 7,
            "steps": [
                {
                    "op": "+",
                    "value": 8,
                    "result": 15
                },
                {
                    "op": "-",
                    "value": 2,
                    "result": 13
                }
            ],
            "forks": [
                {
                    "correct": 15,
                    "wrong": 19,
                    "options": [
                        19,
                        15
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 8
                },
                {
                    "correct": 13,
                    "wrong": 16,
                    "options": [
                        16,
                        13
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 2
                }
            ],
            "answer": 13,
            "correctAnswer": "13",
            "question": "Start at 7. Follow the path: +8, -2. What is the final answer?"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "semantics": {
        "contentType": "form-exercise",
        "difficulty": "medium"
    },
    "version": "2.0",
    "_archetype": null,
    "_generatorId": null
}