B Set 95 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": 6,
                "steps": [
                    {
                        "op": "+",
                        "operand": 6
                    },
                    {
                        "op": "x",
                        "operand": 3
                    },
                    {
                        "op": "-",
                        "operand": 6
                    },
                    {
                        "op": "+",
                        "operand": 7
                    }
                ],
                "answer": 37,
                "question": "Number Chain: 6 → +6 → x3 → -6 → +7 → ?",
                "difficulty": "medium"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 6,
                "steps": [
                    {
                        "op": "x",
                        "operand": 4
                    },
                    {
                        "op": "-",
                        "operand": 1
                    },
                    {
                        "op": "x",
                        "operand": 4
                    },
                    {
                        "op": "x",
                        "operand": 5
                    }
                ],
                "answer": 460,
                "question": "Number Chain: 6 → x4 → -1 → x4 → x5 → ?",
                "difficulty": "medium"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 6,
                "steps": [
                    {
                        "op": "x",
                        "operand": 3
                    },
                    {
                        "op": "x",
                        "operand": 2
                    },
                    {
                        "op": "x",
                        "operand": 3
                    },
                    {
                        "op": "x",
                        "operand": 3
                    }
                ],
                "answer": 324,
                "question": "Number Chain: 6 → x3 → x2 → x3 → x3 → ?",
                "difficulty": "medium"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 10,
                "steps": [
                    {
                        "op": "+",
                        "operand": 2
                    },
                    {
                        "op": "+",
                        "operand": 10
                    },
                    {
                        "op": "x",
                        "operand": 5
                    },
                    {
                        "op": "+",
                        "operand": 8
                    }
                ],
                "answer": 118,
                "question": "Number Chain: 10 → +2 → +10 → x5 → +8 → ?",
                "difficulty": "medium"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 10,
                "steps": [
                    {
                        "op": "-",
                        "operand": 3
                    },
                    {
                        "op": "-",
                        "operand": 1
                    },
                    {
                        "op": "x",
                        "operand": 3
                    },
                    {
                        "op": "x",
                        "operand": 4
                    }
                ],
                "answer": 72,
                "question": "Number Chain: 10 → -3 → -1 → x3 → x4 → ?",
                "difficulty": "medium"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 9,
                "steps": [
                    {
                        "op": "+",
                        "operand": 10
                    },
                    {
                        "op": "-",
                        "operand": 11
                    },
                    {
                        "op": "-",
                        "operand": 3
                    },
                    {
                        "op": "-",
                        "operand": 3
                    }
                ],
                "answer": 2,
                "question": "Number Chain: 9 → +10 → -11 → -3 → -3 → ?",
                "difficulty": "medium"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 7,
                "steps": [
                    {
                        "op": "x",
                        "operand": 5
                    },
                    {
                        "op": "+",
                        "operand": 1
                    },
                    {
                        "op": "-",
                        "operand": 1
                    },
                    {
                        "op": "-",
                        "operand": 20
                    }
                ],
                "answer": 15,
                "question": "Number Chain: 7 → x5 → +1 → -1 → -20 → ?",
                "difficulty": "medium"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 8,
                "steps": [
                    {
                        "op": "-",
                        "operand": 2
                    },
                    {
                        "op": "-",
                        "operand": 3
                    },
                    {
                        "op": "x",
                        "operand": 2
                    },
                    {
                        "op": "+",
                        "operand": 3
                    }
                ],
                "answer": 9,
                "question": "Number Chain: 8 → -2 → -3 → x2 → +3 → ?",
                "difficulty": "medium"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}