medium Set 7 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-leaf-math-maze-subtraction-small-medium",
        "pageNumber": 7,
        "generatedAt": "2026-03-01T01:52:02.398Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "5289629754108300497",
        "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": "36dabcfab6d7eea920c46f61710ea5408e8bcc5b0e575670f20d3e6e7f99638b",
        "fallbackReason": null
    },
    "title": "form-exercise set 7",
    "operation": "math-maze",
    "subject": "arithmetic",
    "difficulty": "medium",
    "config": {
        "maxNumber": 10,
        "regrouping": false,
        "operation": "subtraction",
        "difficulty": "medium"
    },
    "problems": [
        {
            "id": 1,
            "type": "math-maze",
            "startValue": 15,
            "steps": [
                {
                    "op": "×",
                    "value": 4,
                    "result": 60
                },
                {
                    "op": "+",
                    "value": 4,
                    "result": 64
                },
                {
                    "op": "-",
                    "value": 12,
                    "result": 52
                }
            ],
            "forks": [
                {
                    "correct": 60,
                    "wrong": 57,
                    "options": [
                        60,
                        57
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 4
                },
                {
                    "correct": 64,
                    "wrong": 59,
                    "options": [
                        64,
                        59
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 4
                },
                {
                    "correct": 52,
                    "wrong": 56,
                    "options": [
                        52,
                        56
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 12
                }
            ],
            "answer": 52,
            "correctAnswer": "52",
            "question": "Start at 15. Follow the path: ×4, +4, -12. What is the final answer?"
        },
        {
            "id": 2,
            "type": "math-maze",
            "startValue": 11,
            "steps": [
                {
                    "op": "+",
                    "value": 7,
                    "result": 18
                },
                {
                    "op": "×",
                    "value": 4,
                    "result": 72
                },
                {
                    "op": "×",
                    "value": 2,
                    "result": 144
                }
            ],
            "forks": [
                {
                    "correct": 18,
                    "wrong": 15,
                    "options": [
                        18,
                        15
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 7
                },
                {
                    "correct": 72,
                    "wrong": 67,
                    "options": [
                        67,
                        72
                    ],
                    "correctIndex": 1,
                    "op": "×",
                    "value": 4
                },
                {
                    "correct": 144,
                    "wrong": 145,
                    "options": [
                        145,
                        144
                    ],
                    "correctIndex": 1,
                    "op": "×",
                    "value": 2
                }
            ],
            "answer": 144,
            "correctAnswer": "144",
            "question": "Start at 11. Follow the path: +7, ×4, ×2. What is the final answer?"
        },
        {
            "id": 3,
            "type": "math-maze",
            "startValue": 3,
            "steps": [
                {
                    "op": "+",
                    "value": 14,
                    "result": 17
                },
                {
                    "op": "-",
                    "value": 10,
                    "result": 7
                },
                {
                    "op": "×",
                    "value": 3,
                    "result": 21
                }
            ],
            "forks": [
                {
                    "correct": 17,
                    "wrong": 14,
                    "options": [
                        17,
                        14
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 14
                },
                {
                    "correct": 7,
                    "wrong": 9,
                    "options": [
                        9,
                        7
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 10
                },
                {
                    "correct": 21,
                    "wrong": 20,
                    "options": [
                        21,
                        20
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 3
                }
            ],
            "answer": 21,
            "correctAnswer": "21",
            "question": "Start at 3. Follow the path: +14, -10, ×3. What is the final answer?"
        },
        {
            "id": 4,
            "type": "math-maze",
            "startValue": 15,
            "steps": [
                {
                    "op": "-",
                    "value": 12,
                    "result": 3
                },
                {
                    "op": "×",
                    "value": 3,
                    "result": 9
                },
                {
                    "op": "×",
                    "value": 4,
                    "result": 36
                }
            ],
            "forks": [
                {
                    "correct": 3,
                    "wrong": 1,
                    "options": [
                        3,
                        1
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 12
                },
                {
                    "correct": 9,
                    "wrong": 5,
                    "options": [
                        5,
                        9
                    ],
                    "correctIndex": 1,
                    "op": "×",
                    "value": 3
                },
                {
                    "correct": 36,
                    "wrong": 31,
                    "options": [
                        31,
                        36
                    ],
                    "correctIndex": 1,
                    "op": "×",
                    "value": 4
                }
            ],
            "answer": 36,
            "correctAnswer": "36",
            "question": "Start at 15. Follow the path: -12, ×3, ×4. What is the final answer?"
        },
        {
            "id": 5,
            "type": "math-maze",
            "startValue": 27,
            "steps": [
                {
                    "op": "×",
                    "value": 4,
                    "result": 108
                },
                {
                    "op": "-",
                    "value": 9,
                    "result": 99
                },
                {
                    "op": "-",
                    "value": 1,
                    "result": 98
                }
            ],
            "forks": [
                {
                    "correct": 108,
                    "wrong": 107,
                    "options": [
                        107,
                        108
                    ],
                    "correctIndex": 1,
                    "op": "×",
                    "value": 4
                },
                {
                    "correct": 99,
                    "wrong": 94,
                    "options": [
                        94,
                        99
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 9
                },
                {
                    "correct": 98,
                    "wrong": 102,
                    "options": [
                        98,
                        102
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 1
                }
            ],
            "answer": 98,
            "correctAnswer": "98",
            "question": "Start at 27. Follow the path: ×4, -9, -1. What is the final answer?"
        },
        {
            "id": 6,
            "type": "math-maze",
            "startValue": 11,
            "steps": [
                {
                    "op": "-",
                    "value": 6,
                    "result": 5
                },
                {
                    "op": "+",
                    "value": 2,
                    "result": 7
                },
                {
                    "op": "×",
                    "value": 3,
                    "result": 21
                }
            ],
            "forks": [
                {
                    "correct": 5,
                    "wrong": 8,
                    "options": [
                        5,
                        8
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 6
                },
                {
                    "correct": 7,
                    "wrong": 3,
                    "options": [
                        7,
                        3
                    ],
                    "correctIndex": 0,
                    "op": "+",
                    "value": 2
                },
                {
                    "correct": 21,
                    "wrong": 25,
                    "options": [
                        21,
                        25
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 3
                }
            ],
            "answer": 21,
            "correctAnswer": "21",
            "question": "Start at 11. Follow the path: -6, +2, ×3. What is the final answer?"
        },
        {
            "id": 7,
            "type": "math-maze",
            "startValue": 5,
            "steps": [
                {
                    "op": "-",
                    "value": 2,
                    "result": 3
                },
                {
                    "op": "×",
                    "value": 2,
                    "result": 6
                },
                {
                    "op": "-",
                    "value": 2,
                    "result": 4
                }
            ],
            "forks": [
                {
                    "correct": 3,
                    "wrong": 5,
                    "options": [
                        5,
                        3
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 2
                },
                {
                    "correct": 6,
                    "wrong": 10,
                    "options": [
                        6,
                        10
                    ],
                    "correctIndex": 0,
                    "op": "×",
                    "value": 2
                },
                {
                    "correct": 4,
                    "wrong": 8,
                    "options": [
                        4,
                        8
                    ],
                    "correctIndex": 0,
                    "op": "-",
                    "value": 2
                }
            ],
            "answer": 4,
            "correctAnswer": "4",
            "question": "Start at 5. Follow the path: -2, ×2, -2. What is the final answer?"
        },
        {
            "id": 8,
            "type": "math-maze",
            "startValue": 27,
            "steps": [
                {
                    "op": "-",
                    "value": 5,
                    "result": 22
                },
                {
                    "op": "+",
                    "value": 5,
                    "result": 27
                },
                {
                    "op": "×",
                    "value": 3,
                    "result": 81
                }
            ],
            "forks": [
                {
                    "correct": 22,
                    "wrong": 25,
                    "options": [
                        25,
                        22
                    ],
                    "correctIndex": 1,
                    "op": "-",
                    "value": 5
                },
                {
                    "correct": 27,
                    "wrong": 30,
                    "options": [
                        30,
                        27
                    ],
                    "correctIndex": 1,
                    "op": "+",
                    "value": 5
                },
                {
                    "correct": 81,
                    "wrong": 80,
                    "options": [
                        80,
                        81
                    ],
                    "correctIndex": 1,
                    "op": "×",
                    "value": 3
                }
            ],
            "answer": 81,
            "correctAnswer": "81",
            "question": "Start at 27. Follow the path: -5, +5, ×3. What is the final answer?"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "semantics": {
        "contentType": "form-exercise",
        "difficulty": "medium"
    },
    "version": "2.0",
    "_archetype": null,
    "_generatorId": null
}