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": "mixed",
        "subject": "arithmetic",
        "difficulty": "medium",
        "config": {
            "maxNumber": 50,
            "minNumber": 0,
            "digits": 2,
            "regrouping": false,
            "operation": "mixed",
            "operations": [
                "+",
                "-",
                "×",
                "÷"
            ],
            "missingOperand": true,
            "maxSum": 20,
            "maxOperand": 120,
            "_gradeLevel": "1"
        },
        "problems": [
            {
                "id": 1,
                "operand1": 8,
                "operator": "+",
                "operand2": 7,
                "question": "8 + 7 = ___",
                "answer": 15,
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "15"
                }
            },
            {
                "id": 2,
                "operand1": 2,
                "operator": "-",
                "operand2": 1,
                "question": "2 - 1 = ___",
                "answer": 1,
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "1"
                }
            },
            {
                "id": 5,
                "operand1": 18,
                "operator": "+",
                "operand2": 1,
                "question": "18 + 1 = ___",
                "answer": 19,
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "19"
                }
            },
            {
                "id": 6,
                "operand1": 12,
                "operator": "-",
                "operand2": 8,
                "question": "12 - 8 = ___",
                "answer": 4,
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "4"
                }
            },
            {
                "id": 9,
                "operand1": 9,
                "operator": "+",
                "operand2": 2,
                "question": "9 + 2 = ___",
                "answer": 11,
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "11"
                }
            },
            {
                "id": 10,
                "operand1": 3,
                "operator": "-",
                "operand2": 2,
                "question": "3 - 2 = ___",
                "answer": 1,
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "1"
                }
            },
            {
                "id": 12,
                "operand1": 6,
                "operator": "+",
                "operand2": 3,
                "question": "6 + 3 = ___",
                "answer": 9,
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "9"
                }
            },
            {
                "id": 13,
                "operand1": 19,
                "operator": "-",
                "operand2": 14,
                "question": "19 - 14 = ___",
                "answer": 5,
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "5"
                }
            },
            {
                "id": 16,
                "operand1": 16,
                "operator": "+",
                "operand2": 3,
                "question": "16 + 3 = ___",
                "answer": 19,
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "19"
                }
            },
            {
                "id": 17,
                "operand1": 10,
                "operator": "-",
                "operand2": 3,
                "question": "10 - 3 = ___",
                "answer": 7,
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "7"
                }
            },
            {
                "id": 20,
                "operand1": 7,
                "operator": "+",
                "operand2": 9,
                "question": "7 + 9 = ___",
                "answer": 16,
                "visualIntent": {
                    "layout": "icon-badge",
                    "category": "fruits",
                    "label": "16"
                }
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}