B Set 89 Unknown

This page uses a content type that does not have a custom renderer yet. Raw structured data is shown below.

{
    "contentData": {
        "operation": "mixed",
        "subject": "arithmetic",
        "difficulty": "medium",
        "config": {
            "maxNumber": 99,
            "minNumber": 10,
            "digits": 2,
            "regrouping": false,
            "operation": "mixed",
            "operations": [
                "+",
                "-"
            ],
            "operationPair": "add-sub"
        },
        "problems": [
            {
                "id": 1,
                "operand1": 30,
                "operator": "+",
                "operand2": 87,
                "question": "30 + 87 = ___",
                "answer": 117
            },
            {
                "id": 2,
                "operand1": 98,
                "operator": "-",
                "operand2": 2,
                "question": "98 - 2 = ___",
                "answer": 96
            },
            {
                "id": 3,
                "operand1": 66,
                "operator": "+",
                "operand2": 25,
                "question": "66 + 25 = ___",
                "answer": 91
            },
            {
                "id": 4,
                "operand1": 36,
                "operator": "-",
                "operand2": 34,
                "question": "36 - 34 = ___",
                "answer": 2
            },
            {
                "id": 5,
                "operand1": 4,
                "operator": "+",
                "operand2": 62,
                "question": "4 + 62 = ___",
                "answer": 66
            },
            {
                "id": 6,
                "operand1": 72,
                "operator": "-",
                "operand2": 26,
                "question": "72 - 26 = ___",
                "answer": 46
            },
            {
                "id": 7,
                "operand1": 40,
                "operator": "+",
                "operand2": 99,
                "question": "40 + 99 = ___",
                "answer": 139
            },
            {
                "id": 8,
                "operand1": 10,
                "operator": "-",
                "operand2": 5,
                "question": "10 - 5 = ___",
                "answer": 5
            },
            {
                "id": 9,
                "operand1": 76,
                "operator": "+",
                "operand2": 37,
                "question": "76 + 37 = ___",
                "answer": 113
            },
            {
                "id": 10,
                "operand1": 46,
                "operator": "-",
                "operand2": 33,
                "question": "46 - 33 = ___",
                "answer": 13
            },
            {
                "id": 11,
                "operand1": 50,
                "operator": "-",
                "operand2": 48,
                "question": "50 - 48 = ___",
                "answer": 2
            },
            {
                "id": 12,
                "operand1": 18,
                "operator": "+",
                "operand2": 34,
                "question": "18 + 34 = ___",
                "answer": 52
            },
            {
                "id": 13,
                "operand1": 86,
                "operator": "-",
                "operand2": 50,
                "question": "86 - 50 = ___",
                "answer": 36
            },
            {
                "id": 14,
                "operand1": 54,
                "operator": "+",
                "operand2": 71,
                "question": "54 + 71 = ___",
                "answer": 125
            },
            {
                "id": 15,
                "operand1": 24,
                "operator": "-",
                "operand2": 3,
                "question": "24 - 3 = ___",
                "answer": 21
            },
            {
                "id": 16,
                "operand1": 90,
                "operator": "+",
                "operand2": 9,
                "question": "90 + 9 = ___",
                "answer": 99
            },
            {
                "id": 17,
                "operand1": 60,
                "operator": "-",
                "operand2": 17,
                "question": "60 - 17 = ___",
                "answer": 43
            },
            {
                "id": 18,
                "operand1": 28,
                "operator": "+",
                "operand2": 46,
                "question": "28 + 46 = ___",
                "answer": 74
            },
            {
                "id": 19,
                "operand1": 96,
                "operator": "-",
                "operand2": 4,
                "question": "96 - 4 = ___",
                "answer": 92
            },
            {
                "id": 20,
                "operand1": 64,
                "operator": "+",
                "operand2": 83,
                "question": "64 + 83 = ___",
                "answer": 147
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}