medium Set 4 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-chain-mixed-medium",
        "pageNumber": 4,
        "generatedAt": "2026-03-01T01:51:51.297Z",
        "generatorVersion": "v7.2.1-wp-g2",
        "seed": "1792030453531016593",
        "resolvedParams": {
            "expectedPuzzleSize": null,
            "expectedSize": null,
            "expectedDifficulty": "medium",
            "expectedVariant": null,
            "displayDifficulty": "medium",
            "theme": null,
            "contentType": null,
            "source": {
                "puzzleSize": "config",
                "size": "config",
                "difficulty": "slug",
                "variant": "config"
            }
        },
        "contractVersion": "1.0",
        "canonicalVersion": "2.0",
        "archetype": "form-exercise",
        "contentHash": "5dcca16110b369df06c4159b2d039ca66c2da70aac393decaeee583d87b0c183",
        "fallbackReason": null
    },
    "title": "form-exercise set 4",
    "operation": "number-chain",
    "subject": "arithmetic",
    "difficulty": "medium",
    "config": {
        "maxNumber": 10,
        "regrouping": false,
        "operation": "mixed",
        "operations": [
            "+",
            "-",
            "×",
            "÷"
        ],
        "difficulty": "medium"
    },
    "problems": [
        {
            "id": 1,
            "type": "number-chain",
            "startNumber": 7,
            "steps": [
                {
                    "op": "×",
                    "value": 5
                },
                {
                    "op": "+",
                    "value": 12
                },
                {
                    "op": "-",
                    "value": 10
                },
                {
                    "op": "×",
                    "value": 2
                }
            ],
            "values": [
                7,
                35,
                47,
                37,
                74
            ],
            "missingStep": 3,
            "answer": 74,
            "correctAnswer": "74",
            "question": "Start at 7. Follow the chain: ×5, +12, -10, ×2. What is the result after step 4?"
        },
        {
            "id": 2,
            "type": "number-chain",
            "startNumber": 22,
            "steps": [
                {
                    "op": "×",
                    "value": 5
                },
                {
                    "op": "-",
                    "value": 13
                },
                {
                    "op": "-",
                    "value": 6
                },
                {
                    "op": "-",
                    "value": 13
                }
            ],
            "values": [
                22,
                110,
                97,
                91,
                78
            ],
            "missingStep": 3,
            "answer": 78,
            "correctAnswer": "78",
            "question": "Start at 22. Follow the chain: ×5, -13, -6, -13. What is the result after step 4?"
        },
        {
            "id": 3,
            "type": "number-chain",
            "startNumber": 8,
            "steps": [
                {
                    "op": "-",
                    "value": 7
                },
                {
                    "op": "+",
                    "value": 1
                },
                {
                    "op": "+",
                    "value": 8
                },
                {
                    "op": "×",
                    "value": 4
                }
            ],
            "values": [
                8,
                1,
                2,
                10,
                40
            ],
            "missingStep": 2,
            "answer": 10,
            "correctAnswer": "10",
            "question": "Start at 8. Follow the chain: -7, +1, +8, ×4. What is the result after step 3?"
        },
        {
            "id": 4,
            "type": "number-chain",
            "startNumber": 4,
            "steps": [
                {
                    "op": "-",
                    "value": 2
                },
                {
                    "op": "+",
                    "value": 3
                },
                {
                    "op": "+",
                    "value": 15
                },
                {
                    "op": "×",
                    "value": 3
                }
            ],
            "values": [
                4,
                2,
                5,
                20,
                60
            ],
            "missingStep": 0,
            "answer": 2,
            "correctAnswer": "2",
            "question": "Start at 4. Follow the chain: -2, +3, +15, ×3. What is the result after step 1?"
        },
        {
            "id": 5,
            "type": "number-chain",
            "startNumber": 17,
            "steps": [
                {
                    "op": "+",
                    "value": 15
                },
                {
                    "op": "-",
                    "value": 14
                },
                {
                    "op": "-",
                    "value": 11
                },
                {
                    "op": "×",
                    "value": 5
                }
            ],
            "values": [
                17,
                32,
                18,
                7,
                35
            ],
            "missingStep": 2,
            "answer": 7,
            "correctAnswer": "7",
            "question": "Start at 17. Follow the chain: +15, -14, -11, ×5. What is the result after step 3?"
        },
        {
            "id": 6,
            "type": "number-chain",
            "startNumber": 5,
            "steps": [
                {
                    "op": "+",
                    "value": 4
                },
                {
                    "op": "-",
                    "value": 3
                },
                {
                    "op": "×",
                    "value": 5
                },
                {
                    "op": "+",
                    "value": 9
                }
            ],
            "values": [
                5,
                9,
                6,
                30,
                39
            ],
            "missingStep": 0,
            "answer": 9,
            "correctAnswer": "9",
            "question": "Start at 5. Follow the chain: +4, -3, ×5, +9. What is the result after step 1?"
        },
        {
            "id": 7,
            "type": "number-chain",
            "startNumber": 3,
            "steps": [
                {
                    "op": "×",
                    "value": 5
                },
                {
                    "op": "-",
                    "value": 7
                },
                {
                    "op": "+",
                    "value": 10
                },
                {
                    "op": "-",
                    "value": 14
                }
            ],
            "values": [
                3,
                15,
                8,
                18,
                4
            ],
            "missingStep": 1,
            "answer": 8,
            "correctAnswer": "8",
            "question": "Start at 3. Follow the chain: ×5, -7, +10, -14. What is the result after step 2?"
        },
        {
            "id": 8,
            "type": "number-chain",
            "startNumber": 13,
            "steps": [
                {
                    "op": "-",
                    "value": 12
                },
                {
                    "op": "+",
                    "value": 11
                },
                {
                    "op": "+",
                    "value": 4
                },
                {
                    "op": "+",
                    "value": 12
                }
            ],
            "values": [
                13,
                1,
                12,
                16,
                28
            ],
            "missingStep": 0,
            "answer": 1,
            "correctAnswer": "1",
            "question": "Start at 13. Follow the chain: -12, +11, +4, +12. What is the result after step 1?"
        }
    ],
    "layout": {
        "columns": 2,
        "problemsPerPage": 20
    },
    "_archetype": null,
    "_generatorId": null
}