B Set 13 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": 89,
                "operand2": 61,
                "operator": "-",
                "question": "89 - 61 = ___",
                "answer": 28
            },
            {
                "id": 2,
                "operand1": 87,
                "operand2": 21,
                "operator": "-",
                "question": "87 - 21 = ___",
                "answer": 66
            },
            {
                "id": 3,
                "operand1": 8,
                "operand2": 5,
                "operator": "-",
                "question": "8 - 5 = ___",
                "answer": 3,
                "visualIntent": {
                    "layout": "picture-equation",
                    "operation": "subtract",
                    "items": [
                        {
                            "count": 8,
                            "role": "groupA"
                        },
                        {
                            "count": 5,
                            "role": "groupB"
                        }
                    ],
                    "crossedCount": 5
                }
            },
            {
                "id": 4,
                "operand1": 17,
                "operand2": 5,
                "operator": "-",
                "question": "17 - 5 = ___",
                "answer": 12
            },
            {
                "id": 5,
                "operand1": 75,
                "operand2": 22,
                "operator": "-",
                "question": "75 - 22 = ___",
                "answer": 53
            },
            {
                "id": 6,
                "operand1": 58,
                "operand2": 27,
                "operator": "-",
                "question": "58 - 27 = ___",
                "answer": 31
            },
            {
                "id": 7,
                "operand1": 64,
                "operand2": 32,
                "operator": "-",
                "question": "64 - 32 = ___",
                "answer": 32
            },
            {
                "id": 8,
                "operand1": 79,
                "operand2": 74,
                "operator": "-",
                "question": "79 - 74 = ___",
                "answer": 5
            },
            {
                "id": 9,
                "operand1": 85,
                "operand2": 74,
                "operator": "-",
                "question": "85 - 74 = ___",
                "answer": 11
            },
            {
                "id": 10,
                "operand1": 83,
                "operand2": 12,
                "operator": "-",
                "question": "83 - 12 = ___",
                "answer": 71
            },
            {
                "id": 11,
                "operand1": 99,
                "operand2": 51,
                "operator": "-",
                "question": "99 - 51 = ___",
                "answer": 48
            },
            {
                "id": 12,
                "operand1": 79,
                "operand2": 52,
                "operator": "-",
                "question": "79 - 52 = ___",
                "answer": 27
            },
            {
                "id": 13,
                "operand1": 17,
                "operand2": 7,
                "operator": "-",
                "question": "17 - 7 = ___",
                "answer": 10
            },
            {
                "id": 14,
                "operand1": 96,
                "operand2": 14,
                "operator": "-",
                "question": "96 - 14 = ___",
                "answer": 82
            },
            {
                "id": 15,
                "operand1": 55,
                "operand2": 20,
                "operator": "-",
                "question": "55 - 20 = ___",
                "answer": 35
            },
            {
                "id": 16,
                "operand1": 5,
                "operand2": 1,
                "operator": "-",
                "question": "5 - 1 = ___",
                "answer": 4,
                "visualIntent": {
                    "layout": "picture-equation",
                    "operation": "subtract",
                    "items": [
                        {
                            "count": 5,
                            "role": "groupA"
                        },
                        {
                            "count": 1,
                            "role": "groupB"
                        }
                    ],
                    "crossedCount": 1
                }
            },
            {
                "id": 17,
                "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
                }
            },
            {
                "id": 18,
                "operand1": 27,
                "operand2": 26,
                "operator": "-",
                "question": "27 - 26 = ___",
                "answer": 1
            },
            {
                "id": 19,
                "operand1": 8,
                "operand2": 5,
                "operator": "-",
                "question": "8 - 5 = ___",
                "answer": 3,
                "visualIntent": {
                    "layout": "picture-equation",
                    "operation": "subtract",
                    "items": [
                        {
                            "count": 8,
                            "role": "groupA"
                        },
                        {
                            "count": 5,
                            "role": "groupB"
                        }
                    ],
                    "crossedCount": 5
                }
            },
            {
                "id": 20,
                "operand1": 67,
                "operand2": 15,
                "operator": "-",
                "question": "67 - 15 = ___",
                "answer": 52
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}