B Set 11 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": "hard",
        "config": {
            "difficulty": "hard",
            "maxNumber": 10
        },
        "problems": [
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 5,
                "steps": [
                    {
                        "op": "x",
                        "operand": 5
                    },
                    {
                        "op": "x",
                        "operand": 4
                    },
                    {
                        "op": "+",
                        "operand": 8
                    },
                    {
                        "op": "x",
                        "operand": 5
                    },
                    {
                        "op": "x",
                        "operand": 5
                    }
                ],
                "answer": 2700,
                "question": "Number Chain: 5 → x5 → x4 → +8 → x5 → x5 → ?",
                "difficulty": "hard"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 1,
                "steps": [
                    {
                        "op": "x",
                        "operand": 2
                    },
                    {
                        "op": "x",
                        "operand": 2
                    },
                    {
                        "op": "x",
                        "operand": 2
                    },
                    {
                        "op": "-",
                        "operand": 2
                    },
                    {
                        "op": "+",
                        "operand": 7
                    }
                ],
                "answer": 13,
                "question": "Number Chain: 1 → x2 → x2 → x2 → -2 → +7 → ?",
                "difficulty": "hard"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 12,
                "steps": [
                    {
                        "op": "x",
                        "operand": 3
                    },
                    {
                        "op": "x",
                        "operand": 5
                    },
                    {
                        "op": "+",
                        "operand": 11
                    },
                    {
                        "op": "-",
                        "operand": 154
                    },
                    {
                        "op": "+",
                        "operand": 12
                    }
                ],
                "answer": 49,
                "question": "Number Chain: 12 → x3 → x5 → +11 → -154 → +12 → ?",
                "difficulty": "hard"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 4,
                "steps": [
                    {
                        "op": "x",
                        "operand": 2
                    },
                    {
                        "op": "-",
                        "operand": 7
                    },
                    {
                        "op": "x",
                        "operand": 2
                    },
                    {
                        "op": "-",
                        "operand": 1
                    },
                    {
                        "op": "x",
                        "operand": 5
                    }
                ],
                "answer": 5,
                "question": "Number Chain: 4 → x2 → -7 → x2 → -1 → x5 → ?",
                "difficulty": "hard"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 1,
                "steps": [
                    {
                        "op": "x",
                        "operand": 3
                    },
                    {
                        "op": "x",
                        "operand": 4
                    },
                    {
                        "op": "+",
                        "operand": 6
                    },
                    {
                        "op": "-",
                        "operand": 16
                    },
                    {
                        "op": "+",
                        "operand": 12
                    }
                ],
                "answer": 14,
                "question": "Number Chain: 1 → x3 → x4 → +6 → -16 → +12 → ?",
                "difficulty": "hard"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 6,
                "steps": [
                    {
                        "op": "-",
                        "operand": 2
                    },
                    {
                        "op": "x",
                        "operand": 5
                    },
                    {
                        "op": "+",
                        "operand": 9
                    },
                    {
                        "op": "x",
                        "operand": 2
                    },
                    {
                        "op": "x",
                        "operand": 4
                    }
                ],
                "answer": 232,
                "question": "Number Chain: 6 → -2 → x5 → +9 → x2 → x4 → ?",
                "difficulty": "hard"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 5,
                "steps": [
                    {
                        "op": "+",
                        "operand": 9
                    },
                    {
                        "op": "+",
                        "operand": 3
                    },
                    {
                        "op": "x",
                        "operand": 5
                    },
                    {
                        "op": "-",
                        "operand": 29
                    },
                    {
                        "op": "-",
                        "operand": 14
                    }
                ],
                "answer": 42,
                "question": "Number Chain: 5 → +9 → +3 → x5 → -29 → -14 → ?",
                "difficulty": "hard"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 9,
                "steps": [
                    {
                        "op": "x",
                        "operand": 2
                    },
                    {
                        "op": "x",
                        "operand": 2
                    },
                    {
                        "op": "x",
                        "operand": 2
                    },
                    {
                        "op": "x",
                        "operand": 4
                    },
                    {
                        "op": "+",
                        "operand": 3
                    }
                ],
                "answer": 291,
                "question": "Number Chain: 9 → x2 → x2 → x2 → x4 → +3 → ?",
                "difficulty": "hard"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}