B Set 16 Unknown

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

{
    "contentData": {
        "operation": "speed-grid",
        "subject": "arithmetic",
        "difficulty": "medium",
        "gridSize": 5,
        "config": {
            "gridSize": 5,
            "difficulty": "medium",
            "maxNumber": 10
        },
        "problems": [
            {
                "type": "speed-grid",
                "subType": "speed-grid",
                "difficulty": "medium",
                "question": "Speed Grid (-): Fill in each cell by applying the operation to the row and column headers. Row headers: [1, 9, 8], Column headers: [1, 2, 10]",
                "answer": "Row 1: [0, 1, 9]; Row 9: [8, 7, 1]; Row 8: [7, 6, 2]",
                "operation": "-",
                "rowHeaders": [
                    1,
                    9,
                    8
                ],
                "colHeaders": [
                    1,
                    2,
                    10
                ],
                "cells": [
                    [
                        0,
                        1,
                        9
                    ],
                    [
                        8,
                        7,
                        1
                    ],
                    [
                        7,
                        6,
                        2
                    ]
                ]
            },
            {
                "type": "speed-grid",
                "subType": "speed-grid",
                "difficulty": "medium",
                "question": "Speed Grid (+): Fill in each cell by applying the operation to the row and column headers. Row headers: [1, 7, 1], Column headers: [5, 6, 1]",
                "answer": "Row 1: [6, 7, 2]; Row 7: [12, 13, 8]; Row 1: [6, 7, 2]",
                "operation": "+",
                "rowHeaders": [
                    1,
                    7,
                    1
                ],
                "colHeaders": [
                    5,
                    6,
                    1
                ],
                "cells": [
                    [
                        6,
                        7,
                        2
                    ],
                    [
                        12,
                        13,
                        8
                    ],
                    [
                        6,
                        7,
                        2
                    ]
                ]
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "guided-solver",
    "_generatorId": "arithmetic-generator-v7.2.1"
}