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": "subtraction",
        "subject": "arithmetic",
        "difficulty": "medium",
        "config": {
            "maxNumber": 100,
            "regrouping": false,
            "operation": "subtraction",
            "maxSum": 100,
            "difficulty": "medium"
        },
        "problems": [
            {
                "id": 1,
                "operand1": 4,
                "operand2": 1,
                "operator": "-",
                "question": "4 - 1 = ___",
                "answer": 3,
                "visualIntent": {
                    "layout": "picture-equation",
                    "operation": "subtract",
                    "items": [
                        {
                            "count": 4,
                            "role": "groupA"
                        },
                        {
                            "count": 1,
                            "role": "groupB"
                        }
                    ],
                    "crossedCount": 1
                }
            },
            {
                "id": 2,
                "operand1": 7,
                "operand2": 1,
                "operator": "-",
                "question": "7 - 1 = ___",
                "answer": 6,
                "visualIntent": {
                    "layout": "picture-equation",
                    "operation": "subtract",
                    "items": [
                        {
                            "count": 7,
                            "role": "groupA"
                        },
                        {
                            "count": 1,
                            "role": "groupB"
                        }
                    ],
                    "crossedCount": 1
                }
            },
            {
                "id": 3,
                "operand1": 26,
                "operand2": 1,
                "operator": "-",
                "question": "26 - 1 = ___",
                "answer": 25
            },
            {
                "id": 4,
                "operand1": 27,
                "operand2": 14,
                "operator": "-",
                "question": "27 - 14 = ___",
                "answer": 13
            },
            {
                "id": 5,
                "operand1": 38,
                "operand2": 2,
                "operator": "-",
                "question": "38 - 2 = ___",
                "answer": 36
            },
            {
                "id": 6,
                "operand1": 92,
                "operand2": 82,
                "operator": "-",
                "question": "92 - 82 = ___",
                "answer": 10
            },
            {
                "id": 7,
                "operand1": 98,
                "operand2": 57,
                "operator": "-",
                "question": "98 - 57 = ___",
                "answer": 41
            },
            {
                "id": 8,
                "operand1": 55,
                "operand2": 51,
                "operator": "-",
                "question": "55 - 51 = ___",
                "answer": 4
            },
            {
                "id": 9,
                "operand1": 73,
                "operand2": 3,
                "operator": "-",
                "question": "73 - 3 = ___",
                "answer": 70
            },
            {
                "id": 10,
                "operand1": 98,
                "operand2": 82,
                "operator": "-",
                "question": "98 - 82 = ___",
                "answer": 16
            },
            {
                "id": 11,
                "operand1": 44,
                "operand2": 3,
                "operator": "-",
                "question": "44 - 3 = ___",
                "answer": 41
            },
            {
                "id": 12,
                "operand1": 65,
                "operand2": 22,
                "operator": "-",
                "question": "65 - 22 = ___",
                "answer": 43
            },
            {
                "id": 13,
                "operand1": 51,
                "operand2": 40,
                "operator": "-",
                "question": "51 - 40 = ___",
                "answer": 11
            },
            {
                "id": 14,
                "operand1": 55,
                "operand2": 52,
                "operator": "-",
                "question": "55 - 52 = ___",
                "answer": 3
            },
            {
                "id": 15,
                "operand1": 98,
                "operand2": 31,
                "operator": "-",
                "question": "98 - 31 = ___",
                "answer": 67
            },
            {
                "id": 16,
                "operand1": 46,
                "operand2": 3,
                "operator": "-",
                "question": "46 - 3 = ___",
                "answer": 43
            },
            {
                "id": 17,
                "operand1": 97,
                "operand2": 64,
                "operator": "-",
                "question": "97 - 64 = ___",
                "answer": 33
            },
            {
                "id": 18,
                "operand1": 19,
                "operand2": 6,
                "operator": "-",
                "question": "19 - 6 = ___",
                "answer": 13
            },
            {
                "id": 19,
                "operand1": 89,
                "operand2": 23,
                "operator": "-",
                "question": "89 - 23 = ___",
                "answer": 66
            },
            {
                "id": 20,
                "operand1": 2,
                "operand2": 1,
                "operator": "-",
                "question": "2 - 1 = ___",
                "answer": 1,
                "visualIntent": {
                    "layout": "picture-equation",
                    "operation": "subtract",
                    "items": [
                        {
                            "count": 2,
                            "role": "groupA"
                        },
                        {
                            "count": 1,
                            "role": "groupB"
                        }
                    ],
                    "crossedCount": 1
                }
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}