B Set 67 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": 1,
                "steps": [
                    {
                        "op": "-",
                        "operand": 1
                    },
                    {
                        "op": "+",
                        "operand": 7
                    },
                    {
                        "op": "+",
                        "operand": 4
                    }
                ],
                "answer": 11,
                "question": "Number Chain: 1 → -1 → +7 → +4 → ?",
                "difficulty": "easy"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 3,
                "steps": [
                    {
                        "op": "-",
                        "operand": 1
                    },
                    {
                        "op": "-",
                        "operand": 1
                    },
                    {
                        "op": "-",
                        "operand": 1
                    }
                ],
                "answer": 0,
                "question": "Number Chain: 3 → -1 → -1 → -1 → ?",
                "difficulty": "easy"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 6,
                "steps": [
                    {
                        "op": "-",
                        "operand": 5
                    },
                    {
                        "op": "-",
                        "operand": 1
                    },
                    {
                        "op": "-",
                        "operand": 1
                    }
                ],
                "answer": -1,
                "question": "Number Chain: 6 → -5 → -1 → -1 → ?",
                "difficulty": "easy"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 4,
                "steps": [
                    {
                        "op": "-",
                        "operand": 2
                    },
                    {
                        "op": "+",
                        "operand": 8
                    },
                    {
                        "op": "-",
                        "operand": 2
                    }
                ],
                "answer": 8,
                "question": "Number Chain: 4 → -2 → +8 → -2 → ?",
                "difficulty": "easy"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 3,
                "steps": [
                    {
                        "op": "-",
                        "operand": 2
                    },
                    {
                        "op": "-",
                        "operand": 1
                    },
                    {
                        "op": "+",
                        "operand": 5
                    }
                ],
                "answer": 5,
                "question": "Number Chain: 3 → -2 → -1 → +5 → ?",
                "difficulty": "easy"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 10,
                "steps": [
                    {
                        "op": "-",
                        "operand": 5
                    },
                    {
                        "op": "-",
                        "operand": 1
                    },
                    {
                        "op": "-",
                        "operand": 1
                    }
                ],
                "answer": 3,
                "question": "Number Chain: 10 → -5 → -1 → -1 → ?",
                "difficulty": "easy"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 5,
                "steps": [
                    {
                        "op": "-",
                        "operand": 2
                    },
                    {
                        "op": "+",
                        "operand": 2
                    },
                    {
                        "op": "-",
                        "operand": 1
                    }
                ],
                "answer": 4,
                "question": "Number Chain: 5 → -2 → +2 → -1 → ?",
                "difficulty": "easy"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 2,
                "steps": [
                    {
                        "op": "-",
                        "operand": 1
                    },
                    {
                        "op": "-",
                        "operand": 1
                    },
                    {
                        "op": "+",
                        "operand": 5
                    }
                ],
                "answer": 5,
                "question": "Number Chain: 2 → -1 → -1 → +5 → ?",
                "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"
}