B Set 21 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, 3, 3], Column headers: [10, 7, 9]",
                "answer": "Row 1: [10, 7, 9]; Row 3: [30, 21, 27]; Row 3: [30, 21, 27]",
                "operation": "×",
                "rowHeaders": [
                    1,
                    3,
                    3
                ],
                "colHeaders": [
                    10,
                    7,
                    9
                ],
                "cells": [
                    [
                        10,
                        7,
                        9
                    ],
                    [
                        30,
                        21,
                        27
                    ],
                    [
                        30,
                        21,
                        27
                    ]
                ]
            },
            {
                "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: [8, 2, 6], Column headers: [4, 9, 2]",
                "answer": "Row 8: [32, 72, 16]; Row 2: [8, 18, 4]; Row 6: [24, 54, 12]",
                "operation": "×",
                "rowHeaders": [
                    8,
                    2,
                    6
                ],
                "colHeaders": [
                    4,
                    9,
                    2
                ],
                "cells": [
                    [
                        32,
                        72,
                        16
                    ],
                    [
                        8,
                        18,
                        4
                    ],
                    [
                        24,
                        54,
                        12
                    ]
                ]
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "guided-solver",
    "_generatorId": "arithmetic-generator-v7.2.1"
}