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