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