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