B Set 23 Unknown

This page uses a content type that does not have a custom renderer yet. Raw structured data is shown below.

{
    "contentData": {
        "operation": "pyramid",
        "subject": "arithmetic",
        "difficulty": "starter",
        "config": {
            "difficulty": "starter",
            "maxNumber": 10
        },
        "problems": [
            {
                "type": "number-pyramid",
                "subType": "number-pyramid",
                "difficulty": "starter",
                "question": "Number Pyramid: Each block equals the sum of the two blocks below it. Fill the missing values. Pyramid (top to bottom): [22] → [12, 10] → [_, _, 2]",
                "answer": "Row3[2]=8, Row3[1]=4",
                "levels": [
                    [
                        22
                    ],
                    [
                        12,
                        10
                    ],
                    [
                        4,
                        8,
                        2
                    ]
                ],
                "base": [
                    4,
                    8,
                    2
                ],
                "topValue": 22,
                "hiddenCells": [
                    {
                        "r": 2,
                        "c": 1,
                        "v": 8
                    },
                    {
                        "r": 2,
                        "c": 0,
                        "v": 4
                    }
                ]
            },
            {
                "type": "number-pyramid",
                "subType": "number-pyramid",
                "difficulty": "starter",
                "question": "Number Pyramid: Each block equals the sum of the two blocks below it. Fill the missing values. Pyramid (top to bottom): [14] → [8, _] → [5, _, 3]",
                "answer": "Row3[2]=3, Row2[2]=6",
                "levels": [
                    [
                        14
                    ],
                    [
                        8,
                        6
                    ],
                    [
                        5,
                        3,
                        3
                    ]
                ],
                "base": [
                    5,
                    3,
                    3
                ],
                "topValue": 14,
                "hiddenCells": [
                    {
                        "r": 2,
                        "c": 1,
                        "v": 3
                    },
                    {
                        "r": 1,
                        "c": 1,
                        "v": 6
                    }
                ]
            },
            {
                "type": "number-pyramid",
                "subType": "number-pyramid",
                "difficulty": "starter",
                "question": "Number Pyramid: Each block equals the sum of the two blocks below it. Fill the missing values. Pyramid (top to bottom): [23] → [_, 13] → [3, 7, _]",
                "answer": "Row3[3]=6, Row2[1]=10",
                "levels": [
                    [
                        23
                    ],
                    [
                        10,
                        13
                    ],
                    [
                        3,
                        7,
                        6
                    ]
                ],
                "base": [
                    3,
                    7,
                    6
                ],
                "topValue": 23,
                "hiddenCells": [
                    {
                        "r": 2,
                        "c": 2,
                        "v": 6
                    },
                    {
                        "r": 1,
                        "c": 0,
                        "v": 10
                    }
                ]
            },
            {
                "type": "number-pyramid",
                "subType": "number-pyramid",
                "difficulty": "starter",
                "question": "Number Pyramid: Each block equals the sum of the two blocks below it. Fill the missing values. Pyramid (top to bottom): [_] → [6, 14] → [2, _, 10]",
                "answer": "Row3[2]=4, Row1[1]=20",
                "levels": [
                    [
                        20
                    ],
                    [
                        6,
                        14
                    ],
                    [
                        2,
                        4,
                        10
                    ]
                ],
                "base": [
                    2,
                    4,
                    10
                ],
                "topValue": 20,
                "hiddenCells": [
                    {
                        "r": 2,
                        "c": 1,
                        "v": 4
                    },
                    {
                        "r": 0,
                        "c": 0,
                        "v": 20
                    }
                ]
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "guided-solver",
    "_generatorId": "arithmetic-generator-v7.2.1"
}