B Set 93 Unknown

This page uses a content type that does not have a custom renderer yet. Raw structured data is shown below.

{
    "contentData": {
        "operation": "number-chain",
        "subject": "arithmetic",
        "difficulty": "easy",
        "config": {
            "difficulty": "easy",
            "maxNumber": 10
        },
        "problems": [
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 7,
                "steps": [
                    {
                        "op": "-",
                        "operand": 1
                    },
                    {
                        "op": "-",
                        "operand": 1
                    },
                    {
                        "op": "+",
                        "operand": 3
                    }
                ],
                "answer": 8,
                "question": "Number Chain: 7 → -1 → -1 → +3 → ?",
                "difficulty": "easy"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 9,
                "steps": [
                    {
                        "op": "+",
                        "operand": 2
                    },
                    {
                        "op": "-",
                        "operand": 6
                    },
                    {
                        "op": "-",
                        "operand": 4
                    }
                ],
                "answer": 1,
                "question": "Number Chain: 9 → +2 → -6 → -4 → ?",
                "difficulty": "easy"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 10,
                "steps": [
                    {
                        "op": "-",
                        "operand": 4
                    },
                    {
                        "op": "+",
                        "operand": 3
                    },
                    {
                        "op": "-",
                        "operand": 5
                    }
                ],
                "answer": 4,
                "question": "Number Chain: 10 → -4 → +3 → -5 → ?",
                "difficulty": "easy"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 7,
                "steps": [
                    {
                        "op": "-",
                        "operand": 4
                    },
                    {
                        "op": "-",
                        "operand": 1
                    },
                    {
                        "op": "+",
                        "operand": 4
                    }
                ],
                "answer": 6,
                "question": "Number Chain: 7 → -4 → -1 → +4 → ?",
                "difficulty": "easy"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 8,
                "steps": [
                    {
                        "op": "-",
                        "operand": 7
                    },
                    {
                        "op": "+",
                        "operand": 7
                    },
                    {
                        "op": "-",
                        "operand": 5
                    }
                ],
                "answer": 3,
                "question": "Number Chain: 8 → -7 → +7 → -5 → ?",
                "difficulty": "easy"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 8,
                "steps": [
                    {
                        "op": "-",
                        "operand": 2
                    },
                    {
                        "op": "-",
                        "operand": 2
                    },
                    {
                        "op": "-",
                        "operand": 3
                    }
                ],
                "answer": 1,
                "question": "Number Chain: 8 → -2 → -2 → -3 → ?",
                "difficulty": "easy"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 1,
                "steps": [
                    {
                        "op": "+",
                        "operand": 8
                    },
                    {
                        "op": "+",
                        "operand": 5
                    },
                    {
                        "op": "+",
                        "operand": 4
                    }
                ],
                "answer": 18,
                "question": "Number Chain: 1 → +8 → +5 → +4 → ?",
                "difficulty": "easy"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 1,
                "steps": [
                    {
                        "op": "-",
                        "operand": 1
                    },
                    {
                        "op": "+",
                        "operand": 6
                    },
                    {
                        "op": "-",
                        "operand": 4
                    }
                ],
                "answer": 2,
                "question": "Number Chain: 1 → -1 → +6 → -4 → ?",
                "difficulty": "easy"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}