B Set 83 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": "starter",
        "config": {
            "maxNumber": 10,
            "regrouping": false,
            "operation": "mixed",
            "operations": [
                "+",
                "-",
                "×",
                "÷"
            ],
            "difficulty": "starter"
        },
        "problems": [
            {
                "id": 1,
                "operand1": 2,
                "operator": "+",
                "operand2": 7,
                "question": "2 + 7 = ___",
                "answer": 9
            },
            {
                "id": 2,
                "operand1": 8,
                "operator": "-",
                "operand2": 6,
                "question": "8 - 6 = ___",
                "answer": 2
            },
            {
                "id": 3,
                "operand1": 6,
                "operator": "×",
                "operand2": 5,
                "question": "6 × 5 = ___",
                "answer": 30
            },
            {
                "id": 4,
                "operand1": 88,
                "operator": "÷",
                "operand2": 8,
                "question": "88 ÷ 8 = ___",
                "answer": 11
            },
            {
                "id": 5,
                "operand1": 4,
                "operator": "+",
                "operand2": 3,
                "question": "4 + 3 = ___",
                "answer": 7
            },
            {
                "id": 6,
                "operand1": 10,
                "operator": "-",
                "operand2": 8,
                "question": "10 - 8 = ___",
                "answer": 2
            },
            {
                "id": 7,
                "operand1": 2,
                "operator": "×",
                "operand2": 1,
                "question": "2 × 1 = ___",
                "answer": 2
            },
            {
                "id": 8,
                "operand1": 10,
                "operator": "÷",
                "operand2": 10,
                "question": "10 ÷ 10 = ___",
                "answer": 1
            },
            {
                "id": 9,
                "operand1": 6,
                "operator": "+",
                "operand2": 9,
                "question": "6 + 9 = ___",
                "answer": 15
            },
            {
                "id": 10,
                "operand1": 3,
                "operator": "-",
                "operand2": 2,
                "question": "3 - 2 = ___",
                "answer": 1
            },
            {
                "id": 11,
                "operand1": 90,
                "operator": "÷",
                "operand2": 3,
                "question": "90 ÷ 3 = ___",
                "answer": 30
            },
            {
                "id": 12,
                "operand1": 8,
                "operator": "+",
                "operand2": 7,
                "question": "8 + 7 = ___",
                "answer": 15
            },
            {
                "id": 13,
                "operand1": 5,
                "operator": "-",
                "operand2": 4,
                "question": "5 - 4 = ___",
                "answer": 1
            },
            {
                "id": 14,
                "operand1": 6,
                "operator": "×",
                "operand2": 5,
                "question": "6 × 5 = ___",
                "answer": 30
            },
            {
                "id": 15,
                "operand1": 75,
                "operator": "÷",
                "operand2": 5,
                "question": "75 ÷ 5 = ___",
                "answer": 15
            },
            {
                "id": 16,
                "operand1": 1,
                "operator": "+",
                "operand2": 3,
                "question": "1 + 3 = ___",
                "answer": 4
            },
            {
                "id": 17,
                "operand1": 7,
                "operator": "-",
                "operand2": 2,
                "question": "7 - 2 = ___",
                "answer": 5
            },
            {
                "id": 18,
                "operand1": 2,
                "operator": "×",
                "operand2": 1,
                "question": "2 × 1 = ___",
                "answer": 2
            },
            {
                "id": 19,
                "operand1": 35,
                "operator": "÷",
                "operand2": 7,
                "question": "35 ÷ 7 = ___",
                "answer": 5
            },
            {
                "id": 20,
                "operand1": 3,
                "operator": "+",
                "operand2": 9,
                "question": "3 + 9 = ___",
                "answer": 12
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}