B Set 11 Unknown

This page uses a content type that does not have a custom renderer yet. Raw structured data is shown below.

{
    "contentData": {
        "operation": "math-bingo",
        "subject": "arithmetic",
        "difficulty": "medium",
        "gridSize": 3,
        "config": {
            "gridSize": 3,
            "difficulty": "medium",
            "maxNumber": 10
        },
        "problems": [
            {
                "type": "math-bingo",
                "subType": "math-bingo",
                "difficulty": "medium",
                "question": "Math Bingo! Solve: 39 - 6 = ? Mark the answer on the bingo card. Card rows: RED: [33, 10, 6, 34]; BLUE: [22, 18, 29, 8]; GREEN: [32, 11, 25, 9]; YELLOW: [16, 28, 19, 17]",
                "answer": "33",
                "expression": "39 - 6",
                "target": 33,
                "card": [
                    [
                        33,
                        10,
                        6,
                        34
                    ],
                    [
                        22,
                        18,
                        29,
                        8
                    ],
                    [
                        32,
                        11,
                        25,
                        9
                    ],
                    [
                        16,
                        28,
                        19,
                        17
                    ]
                ]
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}