B Set 63 Unknown

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

{
    "contentData": {
        "operation": "addition",
        "subject": "arithmetic",
        "difficulty": "easy",
        "config": {
            "maxNumber": 100,
            "regrouping": false,
            "operation": "addition",
            "maxSum": 100,
            "difficulty": "easy"
        },
        "problems": [
            {
                "id": 1,
                "operand1": 10,
                "operand2": 74,
                "operator": "+",
                "question": "10 + 74 = ___",
                "answer": 84
            },
            {
                "id": 2,
                "operand1": 43,
                "operand2": 32,
                "operator": "+",
                "question": "43 + 32 = ___",
                "answer": 75
            },
            {
                "id": 3,
                "operand1": 46,
                "operand2": 42,
                "operator": "+",
                "question": "46 + 42 = ___",
                "answer": 88
            },
            {
                "id": 4,
                "operand1": 15,
                "operand2": 60,
                "operator": "+",
                "question": "15 + 60 = ___",
                "answer": 75
            },
            {
                "id": 5,
                "operand1": 4,
                "operand2": 61,
                "operator": "+",
                "question": "4 + 61 = ___",
                "answer": 65
            },
            {
                "id": 6,
                "operand1": 31,
                "operand2": 38,
                "operator": "+",
                "question": "31 + 38 = ___",
                "answer": 69
            },
            {
                "id": 7,
                "operand1": 44,
                "operand2": 3,
                "operator": "+",
                "question": "44 + 3 = ___",
                "answer": 47
            },
            {
                "id": 8,
                "operand1": 12,
                "operand2": 45,
                "operator": "+",
                "question": "12 + 45 = ___",
                "answer": 57
            },
            {
                "id": 9,
                "operand1": 13,
                "operand2": 10,
                "operator": "+",
                "question": "13 + 10 = ___",
                "answer": 23
            },
            {
                "id": 10,
                "operand1": 11,
                "operand2": 1,
                "operator": "+",
                "question": "11 + 1 = ___",
                "answer": 12
            },
            {
                "id": 11,
                "operand1": 3,
                "operand2": 15,
                "operator": "+",
                "question": "3 + 15 = ___",
                "answer": 18
            },
            {
                "id": 12,
                "operand1": 35,
                "operand2": 51,
                "operator": "+",
                "question": "35 + 51 = ___",
                "answer": 86
            },
            {
                "id": 13,
                "operand1": 47,
                "operand2": 30,
                "operator": "+",
                "question": "47 + 30 = ___",
                "answer": 77
            },
            {
                "id": 14,
                "operand1": 22,
                "operand2": 26,
                "operator": "+",
                "question": "22 + 26 = ___",
                "answer": 48
            },
            {
                "id": 15,
                "operand1": 30,
                "operand2": 49,
                "operator": "+",
                "question": "30 + 49 = ___",
                "answer": 79
            },
            {
                "id": 16,
                "operand1": 42,
                "operand2": 26,
                "operator": "+",
                "question": "42 + 26 = ___",
                "answer": 68
            },
            {
                "id": 17,
                "operand1": 10,
                "operand2": 22,
                "operator": "+",
                "question": "10 + 22 = ___",
                "answer": 32
            },
            {
                "id": 18,
                "operand1": 11,
                "operand2": 45,
                "operator": "+",
                "question": "11 + 45 = ___",
                "answer": 56
            },
            {
                "id": 19,
                "operand1": 4,
                "operand2": 4,
                "operator": "+",
                "question": "4 + 4 = ___",
                "answer": 8,
                "visualIntent": {
                    "layout": "picture-equation",
                    "operation": "add",
                    "items": [
                        {
                            "count": 4,
                            "role": "groupA"
                        },
                        {
                            "count": 4,
                            "role": "groupB"
                        }
                    ]
                }
            },
            {
                "id": 20,
                "operand1": 41,
                "operand2": 14,
                "operator": "+",
                "question": "41 + 14 = ___",
                "answer": 55
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}