B Set 52 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": "x",
                        "operand": 3
                    },
                    {
                        "op": "-",
                        "operand": 4
                    },
                    {
                        "op": "+",
                        "operand": 1
                    },
                    {
                        "op": "x",
                        "operand": 4
                    }
                ],
                "answer": 48,
                "question": "Number Chain: 5 → x3 → -4 → +1 → x4 → ?",
                "difficulty": "medium"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 5,
                "steps": [
                    {
                        "op": "x",
                        "operand": 4
                    },
                    {
                        "op": "-",
                        "operand": 19
                    },
                    {
                        "op": "+",
                        "operand": 8
                    },
                    {
                        "op": "+",
                        "operand": 9
                    }
                ],
                "answer": 18,
                "question": "Number Chain: 5 → x4 → -19 → +8 → +9 → ?",
                "difficulty": "medium"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 2,
                "steps": [
                    {
                        "op": "x",
                        "operand": 5
                    },
                    {
                        "op": "x",
                        "operand": 4
                    },
                    {
                        "op": "x",
                        "operand": 5
                    },
                    {
                        "op": "-",
                        "operand": 7
                    }
                ],
                "answer": 193,
                "question": "Number Chain: 2 → x5 → x4 → x5 → -7 → ?",
                "difficulty": "medium"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 5,
                "steps": [
                    {
                        "op": "x",
                        "operand": 5
                    },
                    {
                        "op": "x",
                        "operand": 4
                    },
                    {
                        "op": "-",
                        "operand": 57
                    },
                    {
                        "op": "+",
                        "operand": 8
                    }
                ],
                "answer": 51,
                "question": "Number Chain: 5 → x5 → x4 → -57 → +8 → ?",
                "difficulty": "medium"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 8,
                "steps": [
                    {
                        "op": "-",
                        "operand": 1
                    },
                    {
                        "op": "x",
                        "operand": 5
                    },
                    {
                        "op": "x",
                        "operand": 2
                    },
                    {
                        "op": "-",
                        "operand": 56
                    }
                ],
                "answer": 14,
                "question": "Number Chain: 8 → -1 → x5 → x2 → -56 → ?",
                "difficulty": "medium"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 3,
                "steps": [
                    {
                        "op": "x",
                        "operand": 2
                    },
                    {
                        "op": "-",
                        "operand": 5
                    },
                    {
                        "op": "x",
                        "operand": 3
                    },
                    {
                        "op": "x",
                        "operand": 2
                    }
                ],
                "answer": 6,
                "question": "Number Chain: 3 → x2 → -5 → x3 → x2 → ?",
                "difficulty": "medium"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 1,
                "steps": [
                    {
                        "op": "+",
                        "operand": 7
                    },
                    {
                        "op": "+",
                        "operand": 3
                    },
                    {
                        "op": "-",
                        "operand": 1
                    },
                    {
                        "op": "x",
                        "operand": 5
                    }
                ],
                "answer": 50,
                "question": "Number Chain: 1 → +7 → +3 → -1 → x5 → ?",
                "difficulty": "medium"
            },
            {
                "type": "number-chain",
                "subType": "number-chain",
                "start": 5,
                "steps": [
                    {
                        "op": "-",
                        "operand": 2
                    },
                    {
                        "op": "x",
                        "operand": 3
                    },
                    {
                        "op": "-",
                        "operand": 6
                    },
                    {
                        "op": "+",
                        "operand": 4
                    }
                ],
                "answer": 7,
                "question": "Number Chain: 5 → -2 → x3 → -6 → +4 → ?",
                "difficulty": "medium"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}