B Set 93 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": 24,
                "operator": "-",
                "operand2": 19,
                "question": "24 - 19 = ___",
                "answer": 5
            },
            {
                "id": 2,
                "operand1": 54,
                "operator": "+",
                "operand2": 95,
                "question": "54 + 95 = ___",
                "answer": 149
            },
            {
                "id": 3,
                "operand1": 86,
                "operator": "-",
                "operand2": 7,
                "question": "86 - 7 = ___",
                "answer": 79
            },
            {
                "id": 4,
                "operand1": 18,
                "operator": "+",
                "operand2": 58,
                "question": "18 + 58 = ___",
                "answer": 76
            },
            {
                "id": 5,
                "operand1": 50,
                "operator": "-",
                "operand2": 1,
                "question": "50 - 1 = ___",
                "answer": 49
            },
            {
                "id": 6,
                "operand1": 80,
                "operator": "+",
                "operand2": 21,
                "question": "80 + 21 = ___",
                "answer": 101
            },
            {
                "id": 7,
                "operand1": 14,
                "operator": "-",
                "operand2": 2,
                "question": "14 - 2 = ___",
                "answer": 12
            },
            {
                "id": 8,
                "operand1": 44,
                "operator": "+",
                "operand2": 83,
                "question": "44 + 83 = ___",
                "answer": 127
            },
            {
                "id": 9,
                "operand1": 76,
                "operator": "-",
                "operand2": 18,
                "question": "76 - 18 = ___",
                "answer": 58
            },
            {
                "id": 10,
                "operand1": 8,
                "operator": "+",
                "operand2": 46,
                "question": "8 + 46 = ___",
                "answer": 54
            },
            {
                "id": 11,
                "operand1": 24,
                "operator": "+",
                "operand2": 44,
                "question": "24 + 44 = ___",
                "answer": 68
            },
            {
                "id": 12,
                "operand1": 92,
                "operator": "-",
                "operand2": 27,
                "question": "92 - 27 = ___",
                "answer": 65
            },
            {
                "id": 13,
                "operand1": 60,
                "operator": "+",
                "operand2": 81,
                "question": "60 + 81 = ___",
                "answer": 141
            },
            {
                "id": 14,
                "operand1": 30,
                "operator": "-",
                "operand2": 16,
                "question": "30 - 16 = ___",
                "answer": 14
            },
            {
                "id": 15,
                "operand1": 96,
                "operator": "+",
                "operand2": 19,
                "question": "96 + 19 = ___",
                "answer": 115
            },
            {
                "id": 16,
                "operand1": 66,
                "operator": "-",
                "operand2": 33,
                "question": "66 - 33 = ___",
                "answer": 33
            },
            {
                "id": 17,
                "operand1": 34,
                "operator": "+",
                "operand2": 56,
                "question": "34 + 56 = ___",
                "answer": 90
            },
            {
                "id": 18,
                "operand1": 4,
                "operator": "-",
                "operand2": 1,
                "question": "4 - 1 = ___",
                "answer": 3
            },
            {
                "id": 19,
                "operand1": 70,
                "operator": "+",
                "operand2": 93,
                "question": "70 + 93 = ___",
                "answer": 163
            },
            {
                "id": 20,
                "operand1": 40,
                "operator": "-",
                "operand2": 26,
                "question": "40 - 26 = ___",
                "answer": 14
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}