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": "speed-grid",
        "subject": "arithmetic",
        "difficulty": "medium",
        "gridSize": 6,
        "config": {
            "gridSize": 6,
            "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: [6, 7, 8], Column headers: [9, 8, 9]",
                "answer": "Row 6: [15, 14, 15]; Row 7: [16, 15, 16]; Row 8: [17, 16, 17]",
                "operation": "+",
                "rowHeaders": [
                    6,
                    7,
                    8
                ],
                "colHeaders": [
                    9,
                    8,
                    9
                ],
                "cells": [
                    [
                        15,
                        14,
                        15
                    ],
                    [
                        16,
                        15,
                        16
                    ],
                    [
                        17,
                        16,
                        17
                    ]
                ]
            },
            {
                "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: [2, 1, 4], Column headers: [6, 7, 10]",
                "answer": "Row 2: [4, 5, 8]; Row 1: [5, 6, 9]; Row 4: [2, 3, 6]",
                "operation": "-",
                "rowHeaders": [
                    2,
                    1,
                    4
                ],
                "colHeaders": [
                    6,
                    7,
                    10
                ],
                "cells": [
                    [
                        4,
                        5,
                        8
                    ],
                    [
                        5,
                        6,
                        9
                    ],
                    [
                        2,
                        3,
                        6
                    ]
                ]
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "guided-solver",
    "_generatorId": "arithmetic-generator-v7.2.1"
}