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-multiplication-small-easy",
        "pageNumber": 6,
        "generatedAt": "2026-03-01T01:52:02.370Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "16228711413370034229",
        "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": "b84875707339921c9447f359bbc4f6a78e379124c3c7b7a2f73bd0cdcbcd5cac",
        "fallbackReason": null
    },
    "title": "form-exercise set 6",
    "operation": "math-maze",
    "subject": "arithmetic",
    "difficulty": "easy",
    "config": {
        "difficulty": "easy",
        "maxNumber": 10
    },
    "problems": [
        {
            "id": 1,
            "type": "math-maze",
            "startValue": 21,
            "steps": [
                {
                    "op": "+",
                    "value": 4,
                    "result": 25
                },
                {
                    "op": "+",
                    "value": 2,
                    "result": 27
                }
            ],
            "forks": [
                {
                    "correct": 25,
                    "wrong": 30,
                    "options": [
                        25,
                        30
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 4
                },
                {
                    "correct": 27,
                    "wrong": 22,
                    "options": [
                        27,
                        22
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 2
                }
            ],
            "answer": 27,
            "correctAnswer": "27",
            "question": "Start at 21. Follow the path: +4, +2. What is the final answer?"
        },
        {
            "id": 2,
            "type": "math-maze",
            "startValue": 12,
            "steps": [
                {
                    "op": "-",
                    "value": 8,
                    "result": 4
                },
                {
                    "op": "+",
                    "value": 9,
                    "result": 13
                }
            ],
            "forks": [
                {
                    "correct": 4,
                    "wrong": 8,
                    "options": [
                        4,
                        8
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 8
                },
                {
                    "correct": 13,
                    "wrong": 18,
                    "options": [
                        18,
                        13
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 9
                }
            ],
            "answer": 13,
            "correctAnswer": "13",
            "question": "Start at 12. Follow the path: -8, +9. What is the final answer?"
        },
        {
            "id": 3,
            "type": "math-maze",
            "startValue": 5,
            "steps": [
                {
                    "op": "+",
                    "value": 8,
                    "result": 13
                },
                {
                    "op": "-",
                    "value": 1,
                    "result": 12
                }
            ],
            "forks": [
                {
                    "correct": 13,
                    "wrong": 14,
                    "options": [
                        13,
                        14
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 8
                },
                {
                    "correct": 12,
                    "wrong": 7,
                    "options": [
                        12,
                        7
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 1
                }
            ],
            "answer": 12,
            "correctAnswer": "12",
            "question": "Start at 5. Follow the path: +8, -1. What is the final answer?"
        },
        {
            "id": 4,
            "type": "math-maze",
            "startValue": 18,
            "steps": [
                {
                    "op": "+",
                    "value": 10,
                    "result": 28
                },
                {
                    "op": "+",
                    "value": 1,
                    "result": 29
                }
            ],
            "forks": [
                {
                    "correct": 28,
                    "wrong": 26,
                    "options": [
                        28,
                        26
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 10
                },
                {
                    "correct": 29,
                    "wrong": 28,
                    "options": [
                        28,
                        29
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 1
                }
            ],
            "answer": 29,
            "correctAnswer": "29",
            "question": "Start at 18. Follow the path: +10, +1. What is the final answer?"
        },
        {
            "id": 5,
            "type": "math-maze",
            "startValue": 4,
            "steps": [
                {
                    "op": "+",
                    "value": 5,
                    "result": 9
                },
                {
                    "op": "-",
                    "value": 5,
                    "result": 4
                }
            ],
            "forks": [
                {
                    "correct": 9,
                    "wrong": 13,
                    "options": [
                        9,
                        13
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 5
                },
                {
                    "correct": 4,
                    "wrong": 5,
                    "options": [
                        5,
                        4
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 5
                }
            ],
            "answer": 4,
            "correctAnswer": "4",
            "question": "Start at 4. Follow the path: +5, -5. What is the final answer?"
        },
        {
            "id": 6,
            "type": "math-maze",
            "startValue": 14,
            "steps": [
                {
                    "op": "-",
                    "value": 4,
                    "result": 10
                },
                {
                    "op": "+",
                    "value": 8,
                    "result": 18
                }
            ],
            "forks": [
                {
                    "correct": 10,
                    "wrong": 8,
                    "options": [
                        8,
                        10
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 4
                },
                {
                    "correct": 18,
                    "wrong": 13,
                    "options": [
                        13,
                        18
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 8
                }
            ],
            "answer": 18,
            "correctAnswer": "18",
            "question": "Start at 14. Follow the path: -4, +8. What is the final answer?"
        },
        {
            "id": 7,
            "type": "math-maze",
            "startValue": 7,
            "steps": [
                {
                    "op": "+",
                    "value": 10,
                    "result": 17
                },
                {
                    "op": "-",
                    "value": 10,
                    "result": 7
                }
            ],
            "forks": [
                {
                    "correct": 17,
                    "wrong": 15,
                    "options": [
                        17,
                        15
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 10
                },
                {
                    "correct": 7,
                    "wrong": 2,
                    "options": [
                        2,
                        7
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 10
                }
            ],
            "answer": 7,
            "correctAnswer": "7",
            "question": "Start at 7. Follow the path: +10, -10. What is the final answer?"
        },
        {
            "id": 8,
            "type": "math-maze",
            "startValue": 13,
            "steps": [
                {
                    "op": "+",
                    "value": 4,
                    "result": 17
                },
                {
                    "op": "+",
                    "value": 1,
                    "result": 18
                }
            ],
            "forks": [
                {
                    "correct": 17,
                    "wrong": 16,
                    "options": [
                        17,
                        16
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 4
                },
                {
                    "correct": 18,
                    "wrong": 19,
                    "options": [
                        18,
                        19
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 1
                }
            ],
            "answer": 18,
            "correctAnswer": "18",
            "question": "Start at 13. Follow the path: +4, +1. What is the final answer?"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": null,
    "_generatorId": null
}