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": 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: [7, 8, 6], Column headers: [2, 7, 8]",
                "answer": "Row 7: [9, 14, 15]; Row 8: [10, 15, 16]; Row 6: [8, 13, 14]",
                "operation": "+",
                "rowHeaders": [
                    7,
                    8,
                    6
                ],
                "colHeaders": [
                    2,
                    7,
                    8
                ],
                "cells": [
                    [
                        9,
                        14,
                        15
                    ],
                    [
                        10,
                        15,
                        16
                    ],
                    [
                        8,
                        13,
                        14
                    ]
                ]
            },
            {
                "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, 5, 7], Column headers: [5, 2, 3]",
                "answer": "Row 2: [7, 4, 5]; Row 5: [10, 7, 8]; Row 7: [12, 9, 10]",
                "operation": "+",
                "rowHeaders": [
                    2,
                    5,
                    7
                ],
                "colHeaders": [
                    5,
                    2,
                    3
                ],
                "cells": [
                    [
                        7,
                        4,
                        5
                    ],
                    [
                        10,
                        7,
                        8
                    ],
                    [
                        12,
                        9,
                        10
                    ]
                ]
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "guided-solver",
    "_generatorId": "arithmetic-generator-v7.2.1"
}