B Set 17 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": 15,
                "operand2": 14,
                "operator": "-",
                "question": "15 - 14 = ___",
                "answer": 1
            },
            {
                "id": 2,
                "operand1": 52,
                "operand2": 41,
                "operator": "-",
                "question": "52 - 41 = ___",
                "answer": 11
            },
            {
                "id": 3,
                "operand1": 43,
                "operand2": 1,
                "operator": "-",
                "question": "43 - 1 = ___",
                "answer": 42
            },
            {
                "id": 4,
                "operand1": 96,
                "operand2": 42,
                "operator": "-",
                "question": "96 - 42 = ___",
                "answer": 54
            },
            {
                "id": 5,
                "operand1": 88,
                "operand2": 17,
                "operator": "-",
                "question": "88 - 17 = ___",
                "answer": 71
            },
            {
                "id": 6,
                "operand1": 46,
                "operand2": 44,
                "operator": "-",
                "question": "46 - 44 = ___",
                "answer": 2
            },
            {
                "id": 7,
                "operand1": 78,
                "operand2": 75,
                "operator": "-",
                "question": "78 - 75 = ___",
                "answer": 3
            },
            {
                "id": 8,
                "operand1": 24,
                "operand2": 11,
                "operator": "-",
                "question": "24 - 11 = ___",
                "answer": 13
            },
            {
                "id": 9,
                "operand1": 50,
                "operand2": 30,
                "operator": "-",
                "question": "50 - 30 = ___",
                "answer": 20
            },
            {
                "id": 10,
                "operand1": 33,
                "operand2": 22,
                "operator": "-",
                "question": "33 - 22 = ___",
                "answer": 11
            },
            {
                "id": 11,
                "operand1": 19,
                "operand2": 11,
                "operator": "-",
                "question": "19 - 11 = ___",
                "answer": 8
            },
            {
                "id": 12,
                "operand1": 33,
                "operand2": 10,
                "operator": "-",
                "question": "33 - 10 = ___",
                "answer": 23
            },
            {
                "id": 13,
                "operand1": 7,
                "operand2": 6,
                "operator": "-",
                "question": "7 - 6 = ___",
                "answer": 1,
                "visualIntent": {
                    "layout": "picture-equation",
                    "operation": "subtract",
                    "items": [
                        {
                            "count": 7,
                            "role": "groupA"
                        },
                        {
                            "count": 6,
                            "role": "groupB"
                        }
                    ],
                    "crossedCount": 6
                }
            },
            {
                "id": 14,
                "operand1": 38,
                "operand2": 34,
                "operator": "-",
                "question": "38 - 34 = ___",
                "answer": 4
            },
            {
                "id": 15,
                "operand1": 39,
                "operand2": 32,
                "operator": "-",
                "question": "39 - 32 = ___",
                "answer": 7
            },
            {
                "id": 16,
                "operand1": 55,
                "operand2": 30,
                "operator": "-",
                "question": "55 - 30 = ___",
                "answer": 25
            },
            {
                "id": 17,
                "operand1": 18,
                "operand2": 2,
                "operator": "-",
                "question": "18 - 2 = ___",
                "answer": 16
            },
            {
                "id": 18,
                "operand1": 9,
                "operand2": 2,
                "operator": "-",
                "question": "9 - 2 = ___",
                "answer": 7,
                "visualIntent": {
                    "layout": "picture-equation",
                    "operation": "subtract",
                    "items": [
                        {
                            "count": 9,
                            "role": "groupA"
                        },
                        {
                            "count": 2,
                            "role": "groupB"
                        }
                    ],
                    "crossedCount": 2
                }
            },
            {
                "id": 19,
                "operand1": 95,
                "operand2": 1,
                "operator": "-",
                "question": "95 - 1 = ___",
                "answer": 94
            },
            {
                "id": 20,
                "operand1": 9,
                "operand2": 7,
                "operator": "-",
                "question": "9 - 7 = ___",
                "answer": 2,
                "visualIntent": {
                    "layout": "picture-equation",
                    "operation": "subtract",
                    "items": [
                        {
                            "count": 9,
                            "role": "groupA"
                        },
                        {
                            "count": 7,
                            "role": "groupB"
                        }
                    ],
                    "crossedCount": 7
                }
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}