medium Set 1 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-add-medium",
        "pageNumber": 1,
        "generatedAt": "2026-03-01T01:52:10.891Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "11853877451679648996",
        "resolvedParams": {
            "expectedPuzzleSize": null,
            "expectedSize": null,
            "expectedDifficulty": "medium",
            "expectedVariant": null,
            "displayDifficulty": "medium",
            "theme": null,
            "contentType": "maze",
            "source": {
                "puzzleSize": "config",
                "size": "config",
                "difficulty": "slug",
                "variant": "config"
            }
        },
        "contractVersion": "1.0",
        "canonicalVersion": "2.0",
        "archetype": "form-exercise",
        "contentHash": "a42484578ea804be61f4a04175721ee1168eacadaae38d08b134391f1112eed2",
        "fallbackReason": null
    },
    "title": "form-exercise set 1",
    "operation": "math-maze",
    "subject": "arithmetic",
    "difficulty": "medium",
    "config": {
        "difficulty": "medium",
        "maxNumber": 10
    },
    "problems": [
        {
            "id": 1,
            "type": "math-maze",
            "startValue": 10,
            "steps": [
                {
                    "op": "-",
                    "value": 4,
                    "result": 6
                },
                {
                    "op": "×",
                    "value": 3,
                    "result": 18
                },
                {
                    "op": "+",
                    "value": 12,
                    "result": 30
                }
            ],
            "forks": [
                {
                    "correct": 6,
                    "wrong": 1,
                    "options": [
                        1,
                        6
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 4
                },
                {
                    "correct": 18,
                    "wrong": 14,
                    "options": [
                        14,
                        18
                    ],
                    "correctIndex": 1,
                    "op": "×",
                    "value": 3
                },
                {
                    "correct": 30,
                    "wrong": 35,
                    "options": [
                        35,
                        30
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 12
                }
            ],
            "answer": 30,
            "correctAnswer": "30",
            "question": "Start at 10. Follow the path: -4, ×3, +12. What is the final answer?"
        },
        {
            "id": 2,
            "type": "math-maze",
            "startValue": 19,
            "steps": [
                {
                    "op": "+",
                    "value": 12,
                    "result": 31
                },
                {
                    "op": "+",
                    "value": 8,
                    "result": 39
                },
                {
                    "op": "×",
                    "value": 4,
                    "result": 156
                }
            ],
            "forks": [
                {
                    "correct": 31,
                    "wrong": 27,
                    "options": [
                        27,
                        31
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 12
                },
                {
                    "correct": 39,
                    "wrong": 44,
                    "options": [
                        39,
                        44
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 8
                },
                {
                    "correct": 156,
                    "wrong": 159,
                    "options": [
                        159,
                        156
                    ],
                    "correctIndex": 1,
                    "op": "×",
                    "value": 4
                }
            ],
            "answer": 156,
            "correctAnswer": "156",
            "question": "Start at 19. Follow the path: +12, +8, ×4. What is the final answer?"
        },
        {
            "id": 3,
            "type": "math-maze",
            "startValue": 18,
            "steps": [
                {
                    "op": "-",
                    "value": 10,
                    "result": 8
                },
                {
                    "op": "+",
                    "value": 11,
                    "result": 19
                },
                {
                    "op": "×",
                    "value": 2,
                    "result": 38
                }
            ],
            "forks": [
                {
                    "correct": 8,
                    "wrong": 6,
                    "options": [
                        6,
                        8
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 10
                },
                {
                    "correct": 19,
                    "wrong": 24,
                    "options": [
                        19,
                        24
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 11
                },
                {
                    "correct": 38,
                    "wrong": 40,
                    "options": [
                        40,
                        38
                    ],
                    "correctIndex": 1,
                    "op": "×",
                    "value": 2
                }
            ],
            "answer": 38,
            "correctAnswer": "38",
            "question": "Start at 18. Follow the path: -10, +11, ×2. What is the final answer?"
        },
        {
            "id": 4,
            "type": "math-maze",
            "startValue": 26,
            "steps": [
                {
                    "op": "-",
                    "value": 1,
                    "result": 25
                },
                {
                    "op": "×",
                    "value": 3,
                    "result": 75
                },
                {
                    "op": "-",
                    "value": 2,
                    "result": 73
                }
            ],
            "forks": [
                {
                    "correct": 25,
                    "wrong": 26,
                    "options": [
                        25,
                        26
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 1
                },
                {
                    "correct": 75,
                    "wrong": 79,
                    "options": [
                        75,
                        79
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 3
                },
                {
                    "correct": 73,
                    "wrong": 75,
                    "options": [
                        75,
                        73
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 2
                }
            ],
            "answer": 73,
            "correctAnswer": "73",
            "question": "Start at 26. Follow the path: -1, ×3, -2. What is the final answer?"
        },
        {
            "id": 5,
            "type": "math-maze",
            "startValue": 5,
            "steps": [
                {
                    "op": "×",
                    "value": 4,
                    "result": 20
                },
                {
                    "op": "-",
                    "value": 6,
                    "result": 14
                },
                {
                    "op": "×",
                    "value": 3,
                    "result": 42
                }
            ],
            "forks": [
                {
                    "correct": 20,
                    "wrong": 24,
                    "options": [
                        20,
                        24
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 4
                },
                {
                    "correct": 14,
                    "wrong": 15,
                    "options": [
                        15,
                        14
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 6
                },
                {
                    "correct": 42,
                    "wrong": 43,
                    "options": [
                        43,
                        42
                    ],
                    "correctIndex": 1,
                    "op": "×",
                    "value": 3
                }
            ],
            "answer": 42,
            "correctAnswer": "42",
            "question": "Start at 5. Follow the path: ×4, -6, ×3. What is the final answer?"
        },
        {
            "id": 6,
            "type": "math-maze",
            "startValue": 22,
            "steps": [
                {
                    "op": "+",
                    "value": 8,
                    "result": 30
                },
                {
                    "op": "-",
                    "value": 10,
                    "result": 20
                },
                {
                    "op": "×",
                    "value": 3,
                    "result": 60
                }
            ],
            "forks": [
                {
                    "correct": 30,
                    "wrong": 28,
                    "options": [
                        28,
                        30
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 8
                },
                {
                    "correct": 20,
                    "wrong": 22,
                    "options": [
                        22,
                        20
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 10
                },
                {
                    "correct": 60,
                    "wrong": 63,
                    "options": [
                        60,
                        63
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 3
                }
            ],
            "answer": 60,
            "correctAnswer": "60",
            "question": "Start at 22. Follow the path: +8, -10, ×3. What is the final answer?"
        },
        {
            "id": 7,
            "type": "math-maze",
            "startValue": 14,
            "steps": [
                {
                    "op": "×",
                    "value": 3,
                    "result": 42
                },
                {
                    "op": "-",
                    "value": 12,
                    "result": 30
                },
                {
                    "op": "-",
                    "value": 10,
                    "result": 20
                }
            ],
            "forks": [
                {
                    "correct": 42,
                    "wrong": 43,
                    "options": [
                        42,
                        43
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 3
                },
                {
                    "correct": 30,
                    "wrong": 28,
                    "options": [
                        30,
                        28
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 12
                },
                {
                    "correct": 20,
                    "wrong": 19,
                    "options": [
                        19,
                        20
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 10
                }
            ],
            "answer": 20,
            "correctAnswer": "20",
            "question": "Start at 14. Follow the path: ×3, -12, -10. What is the final answer?"
        },
        {
            "id": 8,
            "type": "math-maze",
            "startValue": 21,
            "steps": [
                {
                    "op": "×",
                    "value": 2,
                    "result": 42
                },
                {
                    "op": "-",
                    "value": 3,
                    "result": 39
                },
                {
                    "op": "×",
                    "value": 3,
                    "result": 117
                }
            ],
            "forks": [
                {
                    "correct": 42,
                    "wrong": 44,
                    "options": [
                        42,
                        44
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 2
                },
                {
                    "correct": 39,
                    "wrong": 36,
                    "options": [
                        36,
                        39
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 3
                },
                {
                    "correct": 117,
                    "wrong": 119,
                    "options": [
                        119,
                        117
                    ],
                    "correctIndex": 1,
                    "op": "×",
                    "value": 3
                }
            ],
            "answer": 117,
            "correctAnswer": "117",
            "question": "Start at 21. Follow the path: ×2, -3, ×3. What is the final answer?"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "semantics": {
        "contentType": "form-exercise",
        "difficulty": "medium"
    },
    "version": "2.0",
    "_archetype": null,
    "_generatorId": null
}