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: [9, 2, 5], Column headers: [4, 10, 5]",
                "answer": "Row 9: [36, 90, 45]; Row 2: [8, 20, 10]; Row 5: [20, 50, 25]",
                "operation": "×",
                "rowHeaders": [
                    9,
                    2,
                    5
                ],
                "colHeaders": [
                    4,
                    10,
                    5
                ],
                "cells": [
                    [
                        36,
                        90,
                        45
                    ],
                    [
                        8,
                        20,
                        10
                    ],
                    [
                        20,
                        50,
                        25
                    ]
                ]
            },
            {
                "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: [4, 4, 2], Column headers: [6, 1, 4]",
                "answer": "Row 4: [24, 4, 16]; Row 4: [24, 4, 16]; Row 2: [12, 2, 8]",
                "operation": "×",
                "rowHeaders": [
                    4,
                    4,
                    2
                ],
                "colHeaders": [
                    6,
                    1,
                    4
                ],
                "cells": [
                    [
                        24,
                        4,
                        16
                    ],
                    [
                        24,
                        4,
                        16
                    ],
                    [
                        12,
                        2,
                        8
                    ]
                ]
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "guided-solver",
    "_generatorId": "arithmetic-generator-v7.2.1"
}