B Set 48 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": 21,
                "operand2": 75,
                "operator": "+",
                "question": "21 + 75 = ___",
                "answer": 96
            },
            {
                "id": 2,
                "operand1": 1,
                "operand2": 85,
                "operator": "+",
                "question": "1 + 85 = ___",
                "answer": 86
            },
            {
                "id": 3,
                "operand1": 14,
                "operand2": 24,
                "operator": "+",
                "question": "14 + 24 = ___",
                "answer": 38
            },
            {
                "id": 4,
                "operand1": 33,
                "operand2": 10,
                "operator": "+",
                "question": "33 + 10 = ___",
                "answer": 43
            },
            {
                "id": 5,
                "operand1": 20,
                "operand2": 12,
                "operator": "+",
                "question": "20 + 12 = ___",
                "answer": 32
            },
            {
                "id": 6,
                "operand1": 44,
                "operand2": 44,
                "operator": "+",
                "question": "44 + 44 = ___",
                "answer": 88
            },
            {
                "id": 7,
                "operand1": 44,
                "operand2": 12,
                "operator": "+",
                "question": "44 + 12 = ___",
                "answer": 56
            },
            {
                "id": 8,
                "operand1": 44,
                "operand2": 24,
                "operator": "+",
                "question": "44 + 24 = ___",
                "answer": 68
            },
            {
                "id": 9,
                "operand1": 9,
                "operand2": 40,
                "operator": "+",
                "question": "9 + 40 = ___",
                "answer": 49
            },
            {
                "id": 10,
                "operand1": 10,
                "operand2": 88,
                "operator": "+",
                "question": "10 + 88 = ___",
                "answer": 98
            },
            {
                "id": 11,
                "operand1": 31,
                "operand2": 17,
                "operator": "+",
                "question": "31 + 17 = ___",
                "answer": 48
            },
            {
                "id": 12,
                "operand1": 44,
                "operand2": 12,
                "operator": "+",
                "question": "44 + 12 = ___",
                "answer": 56
            },
            {
                "id": 13,
                "operand1": 44,
                "operand2": 24,
                "operator": "+",
                "question": "44 + 24 = ___",
                "answer": 68
            },
            {
                "id": 14,
                "operand1": 2,
                "operand2": 27,
                "operator": "+",
                "question": "2 + 27 = ___",
                "answer": 29
            },
            {
                "id": 15,
                "operand1": 3,
                "operand2": 6,
                "operator": "+",
                "question": "3 + 6 = ___",
                "answer": 9,
                "visualIntent": {
                    "layout": "picture-equation",
                    "operation": "add",
                    "items": [
                        {
                            "count": 3,
                            "role": "groupA"
                        },
                        {
                            "count": 6,
                            "role": "groupB"
                        }
                    ]
                }
            },
            {
                "id": 16,
                "operand1": 32,
                "operand2": 4,
                "operator": "+",
                "question": "32 + 4 = ___",
                "answer": 36
            },
            {
                "id": 17,
                "operand1": 40,
                "operand2": 47,
                "operator": "+",
                "question": "40 + 47 = ___",
                "answer": 87
            },
            {
                "id": 18,
                "operand1": 15,
                "operand2": 60,
                "operator": "+",
                "question": "15 + 60 = ___",
                "answer": 75
            },
            {
                "id": 19,
                "operand1": 6,
                "operand2": 10,
                "operator": "+",
                "question": "6 + 10 = ___",
                "answer": 16,
                "visualIntent": {
                    "layout": "picture-equation",
                    "operation": "add",
                    "items": [
                        {
                            "count": 6,
                            "role": "groupA"
                        },
                        {
                            "count": 10,
                            "role": "groupB"
                        }
                    ]
                }
            },
            {
                "id": 20,
                "operand1": 4,
                "operand2": 10,
                "operator": "+",
                "question": "4 + 10 = ___",
                "answer": 14,
                "visualIntent": {
                    "layout": "picture-equation",
                    "operation": "add",
                    "items": [
                        {
                            "count": 4,
                            "role": "groupA"
                        },
                        {
                            "count": 10,
                            "role": "groupB"
                        }
                    ]
                }
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}