B Set 28 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": "medium",
        "config": {
            "difficulty": "medium",
            "maxNumber": 10
        },
        "problems": [
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 5,
                "steps": [
                    {
                        "op": "+",
                        "operand": 5
                    },
                    {
                        "op": "-",
                        "operand": 3
                    },
                    {
                        "op": "+",
                        "operand": 3
                    },
                    {
                        "op": "+",
                        "operand": 7
                    }
                ],
                "answer": 17,
                "question": "Number Chain: 5 → +5 → -3 → +3 → +7 → ?",
                "difficulty": "medium"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 4,
                "steps": [
                    {
                        "op": "-",
                        "operand": 3
                    },
                    {
                        "op": "x",
                        "operand": 3
                    },
                    {
                        "op": "+",
                        "operand": 10
                    },
                    {
                        "op": "+",
                        "operand": 8
                    }
                ],
                "answer": 21,
                "question": "Number Chain: 4 → -3 → x3 → +10 → +8 → ?",
                "difficulty": "medium"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 4,
                "steps": [
                    {
                        "op": "+",
                        "operand": 10
                    },
                    {
                        "op": "-",
                        "operand": 12
                    },
                    {
                        "op": "x",
                        "operand": 5
                    },
                    {
                        "op": "+",
                        "operand": 6
                    }
                ],
                "answer": 16,
                "question": "Number Chain: 4 → +10 → -12 → x5 → +6 → ?",
                "difficulty": "medium"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 2,
                "steps": [
                    {
                        "op": "-",
                        "operand": 1
                    },
                    {
                        "op": "x",
                        "operand": 2
                    },
                    {
                        "op": "+",
                        "operand": 10
                    },
                    {
                        "op": "x",
                        "operand": 5
                    }
                ],
                "answer": 60,
                "question": "Number Chain: 2 → -1 → x2 → +10 → x5 → ?",
                "difficulty": "medium"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 10,
                "steps": [
                    {
                        "op": "+",
                        "operand": 3
                    },
                    {
                        "op": "-",
                        "operand": 11
                    },
                    {
                        "op": "+",
                        "operand": 10
                    },
                    {
                        "op": "-",
                        "operand": 11
                    }
                ],
                "answer": 1,
                "question": "Number Chain: 10 → +3 → -11 → +10 → -11 → ?",
                "difficulty": "medium"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 9,
                "steps": [
                    {
                        "op": "x",
                        "operand": 3
                    },
                    {
                        "op": "x",
                        "operand": 4
                    },
                    {
                        "op": "-",
                        "operand": 15
                    },
                    {
                        "op": "x",
                        "operand": 4
                    }
                ],
                "answer": 372,
                "question": "Number Chain: 9 → x3 → x4 → -15 → x4 → ?",
                "difficulty": "medium"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 5,
                "steps": [
                    {
                        "op": "x",
                        "operand": 5
                    },
                    {
                        "op": "x",
                        "operand": 4
                    },
                    {
                        "op": "+",
                        "operand": 8
                    },
                    {
                        "op": "-",
                        "operand": 65
                    }
                ],
                "answer": 43,
                "question": "Number Chain: 5 → x5 → x4 → +8 → -65 → ?",
                "difficulty": "medium"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 3,
                "steps": [
                    {
                        "op": "x",
                        "operand": 4
                    },
                    {
                        "op": "-",
                        "operand": 8
                    },
                    {
                        "op": "+",
                        "operand": 2
                    },
                    {
                        "op": "+",
                        "operand": 3
                    }
                ],
                "answer": 9,
                "question": "Number Chain: 3 → x4 → -8 → +2 → +3 → ?",
                "difficulty": "medium"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}